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. 
com.opensymphony.oscache.web.tag Provides the tag libraries that allow OSCache to be accessed via JSP custom tags for caching portions of JSP pages. 
 

Uses of ServletCacheAdministrator in com.opensymphony.oscache.web
 

Fields in com.opensymphony.oscache.web declared as ServletCacheAdministrator
private  ServletCacheAdministrator ServletCache.admin
          The admin for this cache
 

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, Properties p)
          Obtain an instance of the CacheAdministrator
static ServletCacheAdministrator ServletCacheAdministrator.getInstanceFromKey(javax.servlet.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
 

Fields in com.opensymphony.oscache.web.filter declared as ServletCacheAdministrator
private  ServletCacheAdministrator CacheFilter.admin
           
 

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

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

Fields in com.opensymphony.oscache.web.tag declared as ServletCacheAdministrator
private  ServletCacheAdministrator CacheTag.admin
           
(package private)  ServletCacheAdministrator FlushTag.admin
           
 



Copyright © 2011 OpenSymphony. All Rights Reserved.