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.

    • 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.services.CacheService

        close
      • Methods inherited from class java.lang.Object

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