Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.opensymphony.oscache.web.filter: Javadoc index of package com.opensymphony.oscache.web.filter.


Package Samples:

com.opensymphony.oscache.web.filter: Provides classes and interfaces that make up the base of OSCache's web application support.  

Classes:

SplitServletOutputStream: Extends the base ServletOutputStream class so that the stream can be captured as it gets written. This is achieved by overriding the write() methods and outputting the data to two streams - the original stream and a secondary stream that is designed to capture the written data.
ICacheGroupsProvider: Provider interface for cache groups creation in CacheFilter. A developer can implement a method which provides cache groups based on the request, the servlet cache administrator and cache. JIRA issue: http://jira.opensymphony.com/browse/CACHE-195
ICacheKeyProvider: Provider interface for cache key creation. A developer can implement a method which provides cache keys based on the request, the servlet cache administrator and cache. JIRA issue: http://jira.opensymphony.com/browse/CACHE-179
CacheFilter: CacheFilter is a filter that allows for server-side caching of post-processed servlet content. It also gives great programatic control over refreshing, flushing and updating the cache.
ResponseContent: Holds the servlet response in a byte array so that it can be held in the cache (and, since this class is serializable, optionally persisted to disk).
ExpiresRefreshPolicy: Checks if a cache filter entry has expired. This is useful when expires header are used in the response.
CacheHttpServletResponseWrapper: CacheServletResponse is a serialized representation of a response

Home | Contact Us | Privacy Policy | Terms of Service