Package org.riotfamily.cachius.servlet

Interface Summary
CacheKeyAugmentor Interface used by various CacheHandler implementations to add additional tokens to a cacheKey.
 

Class Summary
CachiusResponseWrapper A HttpServletResponseWrapper that captures the response and updates the associated CacheItem.
NoOpCacheKeyAugmentor  
ResponseCapturingHandler Abstract CacheHandler that creates a response wrapper and captures everything that is written to the response's OutputStream or Writer.
ServletWriterHandler  
SessionIdCacheHandler Abstract CacheHandler that can cache content containing links with jsessionIds.
SessionIdInsertingResponseWrapper  
ZippedResponseHandler Abstract CacheHandler that supports zipped content.