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. 
com.opensymphony.oscache.web.filter Provides the caching filter (and its support classes) that allows HTTP responses to be cached by OSCache. 
 

Uses of ServletCacheAdministrator in com.opensymphony.oscache.web
 

Methods in com.opensymphony.oscache.web that return ServletCacheAdministrator
static ServletCacheAdministrator ServletCacheAdministrator.getInstance(ServletContext context)
          Obtain an instance of the CacheAdministrator
static ServletCacheAdministrator ServletCacheAdministrator.getInstance(ServletContext context, Properties p)
          Obtain an instance of the CacheAdministrator
static ServletCacheAdministrator ServletCacheAdministrator.getInstanceFromKey(ServletContext context, String key)
          Obtain an instance of the CacheAdministrator for the specified key
 

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

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

Methods in com.opensymphony.oscache.web.filter with parameters of type ServletCacheAdministrator
 String[] ICacheGroupsProvider.createCacheGroups(HttpServletRequest httpRequest, ServletCacheAdministrator scAdmin, Cache cache)
          Creates the cache groups for the CacheFilter.
 String[] CacheFilter.createCacheGroups(HttpServletRequest httpRequest, ServletCacheAdministrator scAdmin, Cache cache)
          ICacheGroupsProvider
 String ICacheKeyProvider.createCacheKey(HttpServletRequest httpRequest, ServletCacheAdministrator scAdmin, Cache cache)
          Creates the cache key for the CacheFilter.
 String CacheFilter.createCacheKey(HttpServletRequest httpRequest, ServletCacheAdministrator scAdmin, Cache cache)
          ICacheKeyProvider
 


OSCache Project Page