Interface CacheContext
- All Known Implementing Classes:
CacheContextImpl
public interface CacheContext
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Describes whether caching facilities are available in this context.
-
Method Details
-
isCacheEnabled
boolean isCacheEnabled()Describes whether caching facilities are available in this context.- Returns:
- True if the server allows caching, false otherwise
-
getReadCache
JavaReadCache getReadCache() -
getWriteCache
JavaWriteCache getWriteCache()
-