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.
 


OSCache Project Page