Package | Description |
---|---|
org.apache.jcs.auxiliary |
Root package for auxiliary caches.
|
org.apache.jcs.engine.behavior |
Interfaces used by the core and the auxiliary caches.
|
org.apache.jcs.engine.control |
The primary cache classes and the hub.
|
org.apache.jcs.engine.match |
Modifier and Type | Field and Description |
---|---|
protected IKeyMatcher |
AbstractAuxiliaryCache.keyMatcher
Key matcher used by the getMatching API
|
Modifier and Type | Method and Description |
---|---|
IKeyMatcher |
AbstractAuxiliaryCache.getKeyMatcher()
Rerturns the key matcher used by get matching.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractAuxiliaryCache.setKeyMatcher(IKeyMatcher keyMatcher)
Sets the key matcher used by get matching.
|
Modifier and Type | Method and Description |
---|---|
void |
ICache.setKeyMatcher(IKeyMatcher keyMatcher)
Sets the key matcher used by get matching.
|
Modifier and Type | Field and Description |
---|---|
protected IKeyMatcher |
CompositeCache.keyMatcher
Key matcher used by the getMatching API
|
Modifier and Type | Method and Description |
---|---|
IKeyMatcher |
CompositeCache.getKeyMatcher()
Returns the key matcher used by get matching.
|
static IKeyMatcher |
CompositeCacheConfigurator.parseKeyMatcher(java.util.Properties props,
java.lang.String auxPrefix)
Creates a custom key matcher if one is defined.
|
Modifier and Type | Method and Description |
---|---|
void |
CompositeCache.setKeyMatcher(IKeyMatcher keyMatcher)
Sets the key matcher used by get matching.
|
Modifier and Type | Class and Description |
---|---|
class |
KeyMatcherPatternImpl
This implementation of the KeyMatcher uses standard Java Pattern matching.
|
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.