Uses of Interface
com.opensymphony.oscache.base.EntryRefreshPolicy

Packages that use EntryRefreshPolicy
com.opensymphony.oscache.base Provides the base classes and interfaces that make up the core of OSCache. 
com.opensymphony.oscache.general Provides a generic administrator class for the cache. 
com.opensymphony.oscache.web Provides classes and interfaces that make up the base of OSCache's web application support. 
com.opensymphony.oscache.web.filter Provides the caching filter (and its support classes) that allows HTTP responses to be cached by OSCache. 
 

Uses of EntryRefreshPolicy in com.opensymphony.oscache.base
 

Fields in com.opensymphony.oscache.base declared as EntryRefreshPolicy
private  EntryRefreshPolicy CacheEntry.policy
          The entry refresh policy object to use for this cache entry.
 

Methods in com.opensymphony.oscache.base with parameters of type EntryRefreshPolicy
protected  CacheEntry Cache.getCacheEntry(String key, EntryRefreshPolicy policy, String origin)
          Get an entry from this cache or create one if it doesn't exist.
 void Cache.putInCache(String key, Object content, EntryRefreshPolicy policy)
          Put an object in the cache specifying the key and refresh policy to use.
 void Cache.putInCache(String key, Object content, String[] groups, EntryRefreshPolicy policy, String origin)
          Put an object into the cache specifying both the key to use and the cache groups the object belongs to.
 

Constructors in com.opensymphony.oscache.base with parameters of type EntryRefreshPolicy
CacheEntry(String key, EntryRefreshPolicy policy)
          Construct a CacheEntry.
CacheEntry(String key, EntryRefreshPolicy policy, String[] groups)
          Construct a CacheEntry.
 

Uses of EntryRefreshPolicy in com.opensymphony.oscache.general
 

Methods in com.opensymphony.oscache.general with parameters of type EntryRefreshPolicy
 void GeneralCacheAdministrator.putInCache(String key, Object content, EntryRefreshPolicy policy)
          Put an object in a cache
 void GeneralCacheAdministrator.putInCache(String key, Object content, String[] groups, EntryRefreshPolicy policy)
          Puts an object in a cache
 

Uses of EntryRefreshPolicy in com.opensymphony.oscache.web
 

Subinterfaces of EntryRefreshPolicy in com.opensymphony.oscache.web
 interface WebEntryRefreshPolicy
          Interface to implement an entry refresh policy.
 

Methods in com.opensymphony.oscache.web with parameters of type EntryRefreshPolicy
 void ServletCacheAdministrator.putInCache(int scope, javax.servlet.http.HttpServletRequest request, String key, Object content, EntryRefreshPolicy policy)
          Put an object in the cache.
 

Uses of EntryRefreshPolicy in com.opensymphony.oscache.web.filter
 

Classes in com.opensymphony.oscache.web.filter that implement EntryRefreshPolicy
 class ExpiresRefreshPolicy
          Checks if a cache filter entry has expired.
 

Fields in com.opensymphony.oscache.web.filter declared as EntryRefreshPolicy
private  EntryRefreshPolicy CacheFilter.expiresRefreshPolicy
           
 

Methods in com.opensymphony.oscache.web.filter that return EntryRefreshPolicy
 EntryRefreshPolicy CacheFilter.getExpiresRefreshPolicy()
           
 

Methods in com.opensymphony.oscache.web.filter with parameters of type EntryRefreshPolicy
 void CacheFilter.setExpiresRefreshPolicy(EntryRefreshPolicy expiresRefreshPolicy)
          EntryRefreshPolicy - Class implementing the interface EntryRefreshPolicy.
 



Copyright © 2011 OpenSymphony. All Rights Reserved.