com.caucho.server.cache
Class CacheFilterChainBuilder

java.lang.Object
  extended by com.caucho.server.cache.CacheFilterChainBuilder

public class CacheFilterChainBuilder
extends java.lang.Object

Creates a cache filter based on the invocation.


Constructor Summary
CacheFilterChainBuilder()
           
 
Method Summary
 FilterChain build(FilterChain next, Invocation invocation)
          Builds the next item in the chain.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheFilterChainBuilder

public CacheFilterChainBuilder()
Method Detail

build

public FilterChain build(FilterChain next,
                         Invocation invocation)
Builds the next item in the chain.

Parameters:
next - the following filter chain
invocation - the invocation for the chain builder.