Uses of Class
com.opensymphony.oscache.base.CacheEntry

Packages that use CacheEntry
com.opensymphony.oscache.base Provides the base classes and interfaces that make up the core of OSCache. 
com.opensymphony.oscache.base.events Provides the base classes and interfaces that allow pluggable event handlers to be incorporated into OSCache. 
com.opensymphony.oscache.web Provides classes and interfaces that make up the base of OSCache's web application support. 
 

Uses of CacheEntry in com.opensymphony.oscache.base
 

Methods in com.opensymphony.oscache.base that return CacheEntry
protected  CacheEntry Cache.getCacheEntry(java.lang.String key, EntryRefreshPolicy policy, java.lang.String origin)
          Get an entry from this cache or create one if it doesn't exist.
 

Methods in com.opensymphony.oscache.base with parameters of type CacheEntry
 boolean EntryRefreshPolicy.needsRefresh(CacheEntry entry)
          Indicates whether the supplied CacheEntry needs to be refreshed.
 boolean Cache.isFlushed(CacheEntry cacheEntry)
          Checks if the cache was flushed more recently than the CacheEntry provided.
protected  boolean Cache.isStale(CacheEntry cacheEntry, int refreshPeriod, java.lang.String cronExpiry)
          Indicates whether or not the cache entry is stale.
 

Uses of CacheEntry in com.opensymphony.oscache.base.events
 

Methods in com.opensymphony.oscache.base.events that return CacheEntry
 CacheEntry CacheMapAccessEvent.getCacheEntry()
          Retrieve the cache entry that the event applies to.
 CacheEntry CacheEntryEvent.getEntry()
          Retrieve the cache entry that the event applies to.
 

Constructors in com.opensymphony.oscache.base.events with parameters of type CacheEntry
CacheMapAccessEvent(CacheMapAccessEventType eventType, CacheEntry entry)
          Constructor.
CacheMapAccessEvent(CacheMapAccessEventType eventType, CacheEntry entry, java.lang.String origin)
          Constructor.
CacheEntryEvent(Cache map, CacheEntry entry)
          Constructs a cache entry event object with no specified origin
CacheEntryEvent(Cache map, CacheEntry entry, java.lang.String origin)
          Constructs a cache entry event object
 

Uses of CacheEntry in com.opensymphony.oscache.web
 

Methods in com.opensymphony.oscache.web with parameters of type CacheEntry
 boolean ServletCacheAdministrator.isScopeFlushed(CacheEntry cacheEntry, int scope)
          Checks if the given scope was flushed more recently than the CacheEntry provided.
protected  boolean ServletCache.isStale(CacheEntry cacheEntry, int refreshPeriod, java.lang.String cronExpiry)
          Indicates whether or not the cache entry is stale.
 


See www.opensymphony.com for more information.