| Home >> All >> org >> roller >> presentation >> [ pagecache Javadoc ] |
org.roller.presentation.pagecache: Javadoc index of package org.roller.presentation.pagecache.
Package Samples:
org.roller.presentation.pagecache
Classes:
CommonsPageCache: Implementation of the PageCache, using Commons Cache. The extra benefit here is that we can group the pages by the requested page's username (the user that the page belongs to). We can then use this later to clear only the cache item's for that user (i.e. when the user updates their site) and not have to clear ALL pages in the cache. A "seperate" cache is maintained for each logged in user (this allows the "edit" links to be displayed).
PageCache: Configurable PageCache Filter implementation. Set the desired FilterHandler by adding a filter init parameter to web.xml named 'handler'. Possible values: OSCacheFilterHandler: to use OSCache (the default) CommonsPageCache: to use the Jakarta Commons cache
OSCacheFilterHandler: Alternative version of OSCache's CacheFilter class for per user caching.
ByteArrayOutputStreamWrapper
ByteArrayResponseWrapper
FilterHandler
| Home | Contact Us | Privacy Policy | Terms of Service |