|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NeedsRefreshException | |
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 NeedsRefreshException in com.opensymphony.oscache.base |
Methods in com.opensymphony.oscache.base that throw NeedsRefreshException | |
java.lang.Object |
Cache.getFromCache(java.lang.String key)
Retrieve an object from the cache specifying its key. |
java.lang.Object |
Cache.getFromCache(java.lang.String key,
int refreshPeriod)
Retrieve an object from the cache specifying its key. |
java.lang.Object |
Cache.getFromCache(java.lang.String key,
int refreshPeriod,
java.lang.String cronExpiry)
Retrieve an object from the cache specifying its key. |
Uses of NeedsRefreshException in com.opensymphony.oscache.general |
Methods in com.opensymphony.oscache.general that throw NeedsRefreshException | |
java.lang.Object |
GeneralCacheAdministrator.getFromCache(java.lang.String key)
Get an object from the cache |
java.lang.Object |
GeneralCacheAdministrator.getFromCache(java.lang.String key,
int refreshPeriod)
Get an object from the cache |
java.lang.Object |
GeneralCacheAdministrator.getFromCache(java.lang.String key,
int refreshPeriod,
java.lang.String cronExpression)
Get an object from the cache |
Uses of NeedsRefreshException in com.opensymphony.oscache.web |
Methods in com.opensymphony.oscache.web that throw NeedsRefreshException | |
java.lang.Object |
ServletCacheAdministrator.getFromCache(int scope,
javax.servlet.http.HttpServletRequest request,
java.lang.String key,
int refreshPeriod)
Retrieve an item from the cache |
|
See www.opensymphony.com for more information. | ||||||||||
PREV NEXT | FRAMES NO FRAMES |