info.magnolia.module.cache.filter
Interface CachedEntry

All Superinterfaces:
Serializable
All Known Implementing Classes:
CachedError, CachedRedirect, ContentCachedEntry, DelegatingBlobCachedEntry, InMemoryCachedEntry

public interface CachedEntry
extends Serializable

A cached entry used to store content produced by the filter chain. The cache can be replayed.

Version:
$Revision: $ ($Author: $)

Method Summary
 void replay(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.FilterChain chain)
           
 

Method Detail

replay

void replay(javax.servlet.http.HttpServletRequest request,
            javax.servlet.http.HttpServletResponse response,
            javax.servlet.FilterChain chain)
            throws IOException,
                   javax.servlet.ServletException
Parameters:
chain - a cache entry might want to delegate to the filter chain, see DelegatingBlobCachedEntry.replay(HttpServletRequest, HttpServletResponse, FilterChain)
Throws:
IOException
javax.servlet.ServletException


Copyright © 2003-2011 Magnolia International Ltd.. All Rights Reserved.