Expresso 5-6

Uses of Class
com.jcorporate.expresso.core.cache.CacheEntry

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

Methods in com.jcorporate.expresso.core.cache that return CacheEntry
 CacheEntry Cache.getCacheEntry(String itemKey)
          Retrieve the low-level CacheEntry for the cache.
 CacheEntry UnOrderedCache.getCacheEntry(String itemKey)
          Retrieve the cache entry specified by the item key
 CacheEntry OrderedCache.getCacheEntry(String itemKey)
          Retrieve the low-level CacheEntry for the cache.
 

Methods in com.jcorporate.expresso.core.cache with parameters of type CacheEntry
 void Cache.addItem(CacheEntry newItem)
          Add a new item to the cache.
 void UnOrderedCache.addItem(CacheEntry newItem)
          Adds an item to this cache
 void OrderedCache.addItem(CacheEntry newItem)
          addItem method comment.
 


Expresso 5-6

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