All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----org.w3c.tools.resources.AttributeHolder | +----org.w3c.tools.resources.Resource | +----org.w3c.tools.resources.FramedResource | +----org.w3c.tools.resources.ResourceFrame | +----org.w3c.tools.resources.ResourceFilter | +----org.w3c.jigsaw.filters.SimpleCacheFilter
protected SimpleCache cache
protected static final String STATE_TAG
protected static int ATTR_MAX_SIZE
protected static int ATTR_MAX_ENTRIES
protected static int ATTR_DEFAULT_MAX_AGE
protected static int ATTR_FLUSH
public SimpleCacheFilter()
public int getMaxSize()
public int getMaxEntries()
public int getDefaultMaxAge()
public boolean getFlushFlag()
public ReplyInterface ingoingFilter(RequestInterface req, FilterInterface filters[], int fidx) throws ProtocolException
public ReplyInterface outgoingFilter(RequestInterface req, ReplyInterface rep, FilterInterface filters[], int fidx) throws ProtocolException
public void initialize(Object values[])
All Packages Class Hierarchy This Package Previous Next Index