Interface CacheContext

All Known Implementing Classes:
CacheContextImpl

public interface CacheContext
  • 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()