Uses of Package
org.opendoors.cache

Packages that use org.opendoors.cache
org.opendoors.cache   
org.opendoors.cache.immutable   
 

Classes in org.opendoors.cache used by org.opendoors.cache
Cache
          The base interface for every cache regardless of implementation.
 

Classes in org.opendoors.cache used by org.opendoors.cache.immutable
Cache
          The base interface for every cache regardless of implementation.
UpdateableCache
          Some cache implementations will expose an explicit udpate method allowing clients to perform pending updates to the cache which brings the cache up-to-date with recent mutations to the cache.