Method Summary |
|
abstract public void | clear() Clears the cache. |
abstract public FilterChain | createFilterChain(FilterChain next, WebApp app) Creates the filter. |
abstract public long | getHitCount() Returns the hit count. |
abstract public int | getMaxEntrySize() |
abstract public long | getMemoryBlockHitCount() Returns the memory block hit count. |
abstract public long | getMemoryBlockMissCount() Returns the memory block miss count. |
abstract public long | getMissCount() Returns the miss count. |
abstract public Path | getPath() Returns the path from the cache directory. |
abstract public boolean | isEnable() Return true if enabled. |
abstract public void | setDir(Path path) Sets the path to the cache directory (backwards compatibility). |
abstract public void | setDiskSize(Bytes size) |
abstract public void | setEnable(boolean isEnabled) Set true if enabled. |
abstract public void | setEntries(int entries) Sets the max number of entries. |
abstract public void | setPath(Path path) Sets the path to the cache directory. |
abstract public void | setSize(Bytes size) Sets the size of the the cache (backwards compatibility). |