|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IKeyMatcher | |
---|---|
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 |
Uses of IKeyMatcher in org.apache.jcs.auxiliary |
---|
Fields in org.apache.jcs.auxiliary declared as IKeyMatcher | |
---|---|
protected IKeyMatcher |
AbstractAuxiliaryCache.keyMatcher
Key matcher used by the getMatching API |
Methods in org.apache.jcs.auxiliary that return IKeyMatcher | |
---|---|
IKeyMatcher |
AbstractAuxiliaryCache.getKeyMatcher()
Returns the key matcher used by get matching. |
Methods in org.apache.jcs.auxiliary with parameters of type IKeyMatcher | |
---|---|
void |
AbstractAuxiliaryCache.setKeyMatcher(IKeyMatcher keyMatcher)
Sets the key matcher used by get matching. |
Uses of IKeyMatcher in org.apache.jcs.engine.behavior |
---|
Methods in org.apache.jcs.engine.behavior with parameters of type IKeyMatcher | |
---|---|
void |
ICache.setKeyMatcher(IKeyMatcher keyMatcher)
Sets the key matcher used by get matching. |
Uses of IKeyMatcher in org.apache.jcs.engine.control |
---|
Fields in org.apache.jcs.engine.control declared as IKeyMatcher | |
---|---|
protected IKeyMatcher |
CompositeCache.keyMatcher
Key matcher used by the getMatching API |
Methods in org.apache.jcs.engine.control that return IKeyMatcher | |
---|---|
IKeyMatcher |
CompositeCache.getKeyMatcher()
Returns the key matcher used by get matching. |
static IKeyMatcher |
CompositeCacheConfigurator.parseKeyMatcher(Properties props,
String auxPrefix)
Creates a custom key matcher if one is defined. |
Methods in org.apache.jcs.engine.control with parameters of type IKeyMatcher | |
---|---|
void |
CompositeCache.setKeyMatcher(IKeyMatcher keyMatcher)
Sets the key matcher used by get matching. |
Uses of IKeyMatcher in org.apache.jcs.engine.match |
---|
Classes in org.apache.jcs.engine.match that implement IKeyMatcher | |
---|---|
class |
KeyMatcherPatternImpl
This implementation of the KeyMatcher uses standard Java Pattern matching. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |