Uses of Interface
org.glassfish.hk2.utilities.cache.WeakCARCache
-
Packages that use WeakCARCache Package Description org.glassfish.hk2.utilities.cache org.glassfish.hk2.utilities.cache.internal org.jvnet.hk2.internal -
-
Uses of WeakCARCache in org.glassfish.hk2.utilities.cache
Methods in org.glassfish.hk2.utilities.cache that return WeakCARCache Modifier and Type Method Description static <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 WeakCARCache Modifier and Type Class Description class
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 Modifier and Type Field Description private WeakCARCache<ServiceLocatorImpl.IgdCacheKey,ServiceLocatorImpl.IgdValue>
ServiceLocatorImpl. igashCache
private WeakCARCache<ServiceLocatorImpl.IgdCacheKey,ServiceLocatorImpl.IgdValue>
ServiceLocatorImpl. igdCache
-