Uses of Interface
org.apache.commons.jcs3.engine.match.behavior.IKeyMatcher
Packages that use IKeyMatcher
Package
Description
Root package for auxiliary caches.
Interfaces used by the core and the auxiliary caches.
The primary cache classes and the hub.
-
Uses of IKeyMatcher in org.apache.commons.jcs3.auxiliary
Methods in org.apache.commons.jcs3.auxiliary that return IKeyMatcherModifier and TypeMethodDescriptionAbstractAuxiliaryCache.getKeyMatcher()
Returns the key matcher used by get matching.Methods in org.apache.commons.jcs3.auxiliary with parameters of type IKeyMatcherModifier and TypeMethodDescriptionvoid
AbstractAuxiliaryCache.setKeyMatcher
(IKeyMatcher<K> keyMatcher) Sets the key matcher used by get matching. -
Uses of IKeyMatcher in org.apache.commons.jcs3.engine.behavior
Methods in org.apache.commons.jcs3.engine.behavior with parameters of type IKeyMatcherModifier and TypeMethodDescriptionvoid
ICache.setKeyMatcher
(IKeyMatcher<K> keyMatcher) Sets the key matcher used by get matching. -
Uses of IKeyMatcher in org.apache.commons.jcs3.engine.control
Methods in org.apache.commons.jcs3.engine.control that return IKeyMatcherModifier and TypeMethodDescriptionCompositeCache.getKeyMatcher()
Returns the key matcher used by get matching.protected <K> IKeyMatcher<K>
CompositeCacheConfigurator.parseKeyMatcher
(Properties props, String auxPrefix) Creates a custom key matcher if one is defined.Methods in org.apache.commons.jcs3.engine.control with parameters of type IKeyMatcherModifier and TypeMethodDescriptionvoid
CompositeCache.setKeyMatcher
(IKeyMatcher<K> keyMatcher) Sets the key matcher used by get matching. -
Uses of IKeyMatcher in org.apache.commons.jcs3.engine.match
Classes in org.apache.commons.jcs3.engine.match that implement IKeyMatcherModifier and TypeClassDescriptionclass
This implementation of the KeyMatcher uses standard Java Pattern matching.