|
||||||||||
| 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,
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 |
|
| Uses of ServletCacheAdministrator in com.opensymphony.oscache.web.filter |
|---|
| Methods in com.opensymphony.oscache.web.filter with parameters of type ServletCacheAdministrator | |
|---|---|
java.lang.String[] |
ICacheGroupsProvider.createCacheGroups(javax.servlet.http.HttpServletRequest httpRequest,
ServletCacheAdministrator scAdmin,
Cache cache)
Creates the cache groups for the CacheFilter. |
java.lang.String[] |
CacheFilter.createCacheGroups(javax.servlet.http.HttpServletRequest httpRequest,
ServletCacheAdministrator scAdmin,
Cache cache)
|
java.lang.String |
ICacheKeyProvider.createCacheKey(javax.servlet.http.HttpServletRequest httpRequest,
ServletCacheAdministrator scAdmin,
Cache cache)
Creates the cache key for the CacheFilter. |
java.lang.String |
CacheFilter.createCacheKey(javax.servlet.http.HttpServletRequest httpRequest,
ServletCacheAdministrator scAdmin,
Cache cache)
|
|
OSCache Project Page | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||