Uses of Class
org.glassfish.hk2.utilities.cache.LRUHybridCache
Packages that use LRUHybridCache
Package
Description
-
Uses of LRUHybridCache in org.glassfish.hk2.utilities.cache
Constructors in org.glassfish.hk2.utilities.cache with parameters of type LRUHybridCacheModifierConstructorDescription(package private)
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 LRUHybridCacheModifier and TypeFieldDescriptionprivate final LRUHybridCache
<Class<?>, Set<Field>> ClassReflectionHelperImpl.fieldCache
private final LRUHybridCache
<Class<?>, Set<MethodWrapper>> ClassReflectionHelperImpl.methodCache
private final LRUHybridCache
<ClassReflectionHelperImpl.LifecycleKey, Method> ClassReflectionHelperImpl.postConstructCache
private final LRUHybridCache
<ClassReflectionHelperImpl.LifecycleKey, Method> ClassReflectionHelperImpl.preDestroyCache