Uses of Interface
org.glassfish.hk2.utilities.cache.WeakCARCache
Packages that use WeakCARCache
-
Uses of WeakCARCache in org.glassfish.hk2.utilities.cache
Methods in org.glassfish.hk2.utilities.cache that return WeakCARCacheModifier and TypeMethodDescriptionstatic <K,V> WeakCARCache<K, V> CacheUtilities.createWeakCARCache(Computable<K, V> computable, int maxSize, boolean isWeak) Returns a WEAKCarCache with the given computable and the given maximum value size of the cache. -
Uses of WeakCARCache in org.glassfish.hk2.utilities.cache.internal
Classes in org.glassfish.hk2.utilities.cache.internal that implement WeakCARCacheModifier and TypeClassDescriptionclassWeakCARCacheImpl<K,V> Implements the CAR algorithm as found here: http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.105.6057