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

Packages that use ICacheGroupsProvider
com.opensymphony.oscache.web.filter Provides the caching filter (and its support classes) that allows HTTP responses to be cached by OSCache.  
 

Uses of ICacheGroupsProvider in com.opensymphony.oscache.web.filter
 

Classes in com.opensymphony.oscache.web.filter that implement ICacheGroupsProvider
 class CacheFilter
          CacheFilter is a filter that allows for server-side caching of post-processed servlet content.
 


OSCache Project Page