Package 

Interface CacheService

  • All Implemented Interfaces:
    org.readium.r2.shared.publication.Publication.Service , org.readium.r2.shared.util.Closeable

    
    public interface CacheService
     implements Publication.Service
                        

    Provides publication-bound caches.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract <T extends Any> Cache<T> cacheOf(KClass<T> valueType, String namespace) Gets the cache for objects of valueType in the given namespace.
      • Methods inherited from class org.readium.r2.shared.publication.Publication.Service

        close, get, getLinks
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait