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 © 2010–2019 JBoss by Red Hat. All rights reserved.