Uses of Interface
com.opensymphony.oscache.web.filter.ICacheKeyProvider

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.
 

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.
 


OSCache Project Page