JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.glassfish.hk2.utilities.cache
Interface CacheKeyFilter<K>
Type Parameters:
K
- The key type for this filter
public interface
CacheKeyFilter<K>
This is used by the cache to remove a series of entries that match this filter
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
matches
(
K
key)
Returns true if the key matches the filter
Method Detail
matches
boolean matches(
K
key)
Returns true if the key matches the filter
Parameters:
key
- The key from the cache to filter
Returns:
true if the key matches, false otherwise
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method