Package com.sun.faces.util
Interface ExpiringConcurrentCache.ExpiryChecker<K,V>
- Enclosing class:
ExpiringConcurrentCache<K,
V>
public static interface ExpiringConcurrentCache.ExpiryChecker<K,V>
Interface for checking whether a cached object expired
-
Method Summary
-
Method Details
-
isExpired
Checks whether a cached object expired- Parameters:
key
- cache keyvalue
- cached value- Returns:
- true if the value expired and should be removed from the cache, false otherwise
-