K - The key type for this filterpublic interface CacheKeyFilter<K>
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(K key)
Returns true if the key matches the filter
|
boolean matches(K key)
key - The key from the cache to filterCopyright © 2009–2014 Oracle Corporation. All rights reserved.