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 © 2002-2013 Oracle America, Inc. All Rights Reserved.