Uses of Class
org.glassfish.hk2.utilities.cache.LRUHybridCache
-
Packages that use LRUHybridCache Package Description org.glassfish.hk2.utilities.cache org.glassfish.hk2.utilities.reflection.internal -
-
Uses of LRUHybridCache in org.glassfish.hk2.utilities.cache
Constructors in org.glassfish.hk2.utilities.cache with parameters of type LRUHybridCache Constructor Description OriginThreadAwareFuture(LRUHybridCache<K,HybridCacheEntry<V>> cache, K key) -
Uses of LRUHybridCache in org.glassfish.hk2.utilities.reflection.internal
Fields in org.glassfish.hk2.utilities.reflection.internal declared as LRUHybridCache Modifier and Type Field Description private LRUHybridCache<java.lang.Class<?>,java.util.Set<java.lang.reflect.Field>>ClassReflectionHelperImpl. fieldCacheprivate LRUHybridCache<java.lang.Class<?>,java.util.Set<MethodWrapper>>ClassReflectionHelperImpl. methodCacheprivate LRUHybridCache<ClassReflectionHelperImpl.LifecycleKey,java.lang.reflect.Method>ClassReflectionHelperImpl. postConstructCacheprivate LRUHybridCache<ClassReflectionHelperImpl.LifecycleKey,java.lang.reflect.Method>ClassReflectionHelperImpl. preDestroyCache
-