|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(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 |
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(javax.servlet.http.HttpServletRequest httpRequest,
ServletCacheAdministrator scAdmin,
Cache cache)
Creates the cache groups for the CacheFilter. |
String |
CacheFilter.createCacheKey(javax.servlet.http.HttpServletRequest httpRequest,
ServletCacheAdministrator scAdmin,
Cache cache)
|
String[] |
CacheFilter.createCacheGroups(javax.servlet.http.HttpServletRequest httpRequest,
ServletCacheAdministrator scAdmin,
Cache cache)
|
String |
ICacheKeyProvider.createCacheKey(javax.servlet.http.HttpServletRequest httpRequest,
ServletCacheAdministrator scAdmin,
Cache cache)
Creates the cache key for the CacheFilter. |
|
OSCache Project Page | ||||||||||
PREV NEXT | FRAMES NO FRAMES |