Uses of Class
org.glassfish.hk2.utilities.cache.Cache
-
Packages that use Cache Package Description org.glassfish.hk2.utilities.cache org.jvnet.hk2.internal -
-
Uses of Cache in org.glassfish.hk2.utilities.cache
Constructors in org.glassfish.hk2.utilities.cache with parameters of type Cache Constructor Description OriginThreadAwareFuture(Cache<K,V> cache, K key)
-
Uses of Cache in org.jvnet.hk2.internal
Fields in org.jvnet.hk2.internal declared as Cache Modifier and Type Field Description private Cache<java.lang.Class<? extends java.lang.annotation.Annotation>,Context<?>>
ServiceLocatorImpl. contextCache
private Cache<SystemInjecteeImpl,InjectionResolver<?>>
ServiceLocatorImpl. injecteeToResolverCache
private Cache<ContextualInput<java.lang.Object>,java.lang.Object>
SingletonContext. valueCache
-