Class KeyMatcherPatternImpl<K>

java.lang.Object
org.apache.commons.jcs3.engine.match.KeyMatcherPatternImpl<K>
All Implemented Interfaces:
Serializable, IKeyMatcher<K>

public class KeyMatcherPatternImpl<K> extends Object implements IKeyMatcher<K>
This implementation of the KeyMatcher uses standard Java Pattern matching.
See Also: