Uses of Interface
org.opendoors.cache.UpdateableCache

Packages that use UpdateableCache
org.opendoors.cache.immutable   
 

Uses of UpdateableCache in org.opendoors.cache.immutable
 

Classes in org.opendoors.cache.immutable that implement UpdateableCache
 class CacheImpl
          Implements the updateable cache interface according to the immutable / mutable cache strategy of VFC.
 

Methods in org.opendoors.cache.immutable that return UpdateableCache
 UpdateableCache CacheFactory.initialize(java.util.Map preload)
          Initializes a cache and returns it according to the factory properties.
static UpdateableCache CacheFactory.create()
          A factory static method to provide an empty updateable cache.
static UpdateableCache CacheFactory.create(java.util.Map map)
          A factory static method to provide an updateable cache preloaded
 

Methods in org.opendoors.cache.immutable with parameters of type UpdateableCache
static void CacheFactory.destroyCache(UpdateableCache cache)
          A static factory method to destroy a cache.
 void CacheFactory.destroy(UpdateableCache cache)
          Destroys the instance of the cache created by the factory.