Expresso 5-6

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

Packages that use CacheSystem
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 CacheSystem in com.jcorporate.expresso.core.cache
 

Classes in com.jcorporate.expresso.core.cache that implement CacheSystem
 class DefaultCacheManager
          [Currently a placeholder.
 

Methods in com.jcorporate.expresso.core.cache that return CacheSystem
static CacheSystem CacheManager.getCacheSystem(String dataContext)
          Retrieve the cache system appropriate for the data context
 

Methods in com.jcorporate.expresso.core.cache with parameters of type CacheSystem
 void CacheCleaner.registerCacheSystem(CacheSystem newCache)
          Register a cache system for iteration.
 


Expresso 5-6

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