|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ICacheKeyProvider | |
---|---|
com.opensymphony.oscache.web.filter | Provides the caching filter (and its support classes) that allows HTTP responses to be cached by OSCache. |
Uses of ICacheKeyProvider in com.opensymphony.oscache.web.filter |
---|
Classes in com.opensymphony.oscache.web.filter that implement ICacheKeyProvider | |
---|---|
class |
CacheFilter
CacheFilter is a filter that allows for server-side caching of post-processed servlet content. |
Fields in com.opensymphony.oscache.web.filter declared as ICacheKeyProvider | |
---|---|
private ICacheKeyProvider |
CacheFilter.cacheKeyProvider
|
Methods in com.opensymphony.oscache.web.filter that return ICacheKeyProvider | |
---|---|
ICacheKeyProvider |
CacheFilter.getCacheKeyProvider()
|
Methods in com.opensymphony.oscache.web.filter with parameters of type ICacheKeyProvider | |
---|---|
void |
CacheFilter.setCacheKeyProvider(ICacheKeyProvider cacheKeyProvider)
ICacheKeyProvider - Class implementing the interface ICacheKeyProvider . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |