Expresso 5-6

Uses of Interface
com.jcorporate.expresso.core.cache.Cache

Packages that use Cache
com.jcorporate.expresso.core.cache Package containing all of the objects for Expresso's Cache Manager, a general-purpose system for in-memory caching.  
 

Uses of Cache in com.jcorporate.expresso.core.cache
 

Classes in com.jcorporate.expresso.core.cache that implement Cache
 class OrderedCache
          Insert the type's description here.
 class UnOrderedCache
          Unordered cache is a hash map backed class.
 

Methods in com.jcorporate.expresso.core.cache that return Cache
 Cache DefaultCacheManager.createCache(String cacheName, boolean ordered, int maxSize)
          Creates a cache as specified by the parameters listed.
 Cache DefaultCacheManager.createCache(String cacheName, boolean ordered)
          Creates a cache defined by whether the cache is to be ordered, it's name and it's maximum size.
 Cache DefaultCacheManager.getCache(String cacheName)
          Retrieve a given cache by name.
static Cache CacheManager.createCache(String dataContext, String cacheName, boolean ordered)
          Creates a cache as specified by the parameters listed.
static Cache CacheManager.createCache(String dataContext, String cacheName, boolean ordered, int maxSize)
          Creates a cache defined by whether the cache is to be ordered, it's name and it's maximum size.
 Cache CacheSystem.getCache(String cacheName)
          Retrieve a given cache by name.
 Cache CacheSystem.createCache(String cacheName, boolean ordered)
          Creates a cache as specified by the parameters listed.
 Cache CacheSystem.createCache(String cacheName, boolean ordered, int maxSize)
          Creates a cache defined by whether the cache is to be ordered, it's name and it's maximum size.
 


Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.