Uses of Interface
org.glassfish.hk2.utilities.cache.WeakCARCache
Packages that use WeakCARCache
Package
Description
-
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 TypeClassDescriptionclass
WeakCARCacheImpl<K,
V> Implements the CAR algorithm as found here: http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.105.6057 -
Uses of WeakCARCache in org.jvnet.hk2.internal
Fields in org.jvnet.hk2.internal declared as WeakCARCache