Class ExpiringConcurrentCache<K,V>

java.lang.Object
com.sun.faces.util.ConcurrentCache<K,V>
com.sun.faces.util.ExpiringConcurrentCache<K,V>

public final class ExpiringConcurrentCache<K,V> extends ConcurrentCache<K,V>
This class implements an abstract ConcurrentCache with objects in the cache potentially expiring. Only non-expired objects will be returned from the cache or considered to be contained in the cache The cache is self-managing, so no remove() method is defined