public static interface ExpiringConcurrentCache.ExpiryChecker<K,V>
| Modifier and Type | Method and Description |
|---|---|
boolean |
isExpired(K key,
V value)
Checks whether a cached object expired
|
Copyright © 1997–2020 Eclipse Foundation. All rights reserved.