|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
Uses of EntryRefreshPolicy in com.opensymphony.oscache.base |
Methods in com.opensymphony.oscache.base with parameters of type EntryRefreshPolicy | |
void |
Cache.putInCache(java.lang.String key,
java.lang.Object content,
EntryRefreshPolicy policy)
Put an object in the cache specifying the key and refresh policy to use. |
void |
Cache.putInCache(java.lang.String key,
java.lang.Object content,
java.lang.String[] groups,
EntryRefreshPolicy policy,
java.lang.String origin)
Put an object into the cache specifying both the key to use and the cache groups the object belongs to. |
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. |
Constructors in com.opensymphony.oscache.base with parameters of type EntryRefreshPolicy | |
CacheEntry(java.lang.String key,
EntryRefreshPolicy policy)
Construct a CacheEntry. |
|
CacheEntry(java.lang.String key,
EntryRefreshPolicy policy,
java.lang.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(java.lang.String key,
java.lang.Object content,
EntryRefreshPolicy policy)
Put an object in a cache |
void |
GeneralCacheAdministrator.putInCache(java.lang.String key,
java.lang.Object content,
java.lang.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,
java.lang.String key,
java.lang.Object content,
EntryRefreshPolicy policy)
Put an object in the cache |
|
See www.opensymphony.com for more information. | ||||||||||
PREV NEXT | FRAMES NO FRAMES |