Interface CacheContext
- All Known Implementing Classes:
CacheContextImpl
@Beta
public interface CacheContext
-
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Method Details
-
isCacheEnabled
boolean isCacheEnabled() -
getReadCache
PythonReadCache getReadCache() -
getWriteCache
PythonWriteCache getWriteCache()
-