V - The type of value the predicate can be evaluated on.public static interface LeastRecentlyUsedCache.Predicate<V>
boolean accept(V value)
value - The value to evaluate the predicate for.true if the cache entry containing the value is part
of the result set.Copyright © 2019 Eclipse Foundation. All rights reserved.