Interface CacheContext
-
- All Known Implementing Classes:
CacheContextImpl
@Beta public interface CacheContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PythonReadCachegetReadCache()PythonWriteCachegetWriteCache()booleanisCacheEnabled()
-
-
-
Method Detail
-
isCacheEnabled
boolean isCacheEnabled()
-
getReadCache
PythonReadCache getReadCache()
-
getWriteCache
PythonWriteCache getWriteCache()
-
-