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

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
 Object Cache.getFromCache(String key)
          Retrieve an object from the cache specifying its key.
 Object Cache.getFromCache(String key, int refreshPeriod)
          Retrieve an object from the cache specifying its key.
 Object Cache.getFromCache(String key, int refreshPeriod, 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
 Object GeneralCacheAdministrator.getFromCache(String key)
          Get an object from the cache
 Object GeneralCacheAdministrator.getFromCache(String key, int refreshPeriod)
          Get an object from the cache
 Object GeneralCacheAdministrator.getFromCache(String key, int refreshPeriod, 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
 Object ServletCacheAdministrator.getFromCache(int scope, javax.servlet.http.HttpServletRequest request, String key, int refreshPeriod)
          Retrieve an item from the cache
 



Copyright © 2011 OpenSymphony. All Rights Reserved.