Uses of Class
com.opensymphony.oscache.web.ServletCacheAdministrator

Packages that use ServletCacheAdministrator
com.opensymphony.oscache.web Provides classes and interfaces that make up the base of OSCache's web application support. 
 

Uses of ServletCacheAdministrator in com.opensymphony.oscache.web
 

Methods in com.opensymphony.oscache.web that return ServletCacheAdministrator
static ServletCacheAdministrator ServletCacheAdministrator.getInstance(javax.servlet.ServletContext context)
          Obtain an instance of the CacheAdministrator
static ServletCacheAdministrator ServletCacheAdministrator.getInstance(javax.servlet.ServletContext context, java.util.Properties p)
          Obtain an instance of the CacheAdministrator
 

Constructors in com.opensymphony.oscache.web with parameters of type ServletCacheAdministrator
ServletCache(ServletCacheAdministrator admin, int scope)
          Create a new ServletCache
ServletCache(ServletCacheAdministrator admin, java.lang.String algorithmClass, int limit, int scope)
          Create a new Cache
 


See www.opensymphony.com for more information.