Uses of Interface
org.apache.jcs.engine.match.behavior.IKeyMatcher

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<K> AbstractAuxiliaryCache.keyMatcher
          Key matcher used by the getMatching API
 

Methods in org.apache.jcs.auxiliary that return IKeyMatcher
 IKeyMatcher<K> 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<K> 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<K> 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<K> CompositeCache.keyMatcher
          Key matcher used by the getMatching API
 

Methods in org.apache.jcs.engine.control that return IKeyMatcher
 IKeyMatcher<K> CompositeCache.getKeyMatcher()
          Returns the key matcher used by get matching.
static
<K extends Serializable>
IKeyMatcher<K>
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<K> 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<K extends Serializable>
          This implementation of the KeyMatcher uses standard Java Pattern matching.
 



Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.