Uses of Class
org.glassfish.jersey.internal.util.collection.Cache
-
Packages that use Cache Package Description org.glassfish.jersey.inject.hk2 org.glassfish.jersey.server.internal.inject Jersey server-side JAX-RS injection support classes. -
-
Uses of Cache in org.glassfish.jersey.inject.hk2
Fields in org.glassfish.jersey.inject.hk2 declared as Cache Modifier and Type Field Description private Cache<ContextInjectionResolverImpl.CacheKey,org.glassfish.hk2.api.ActiveDescriptor<?>>
ContextInjectionResolverImpl. descriptorCache
private Cache<ContextInjectionResolverImpl.CacheKey,org.glassfish.hk2.api.Injectee>
ContextInjectionResolverImpl. foreignRequestScopedInjecteeCache
-
Uses of Cache in org.glassfish.jersey.server.internal.inject
Fields in org.glassfish.jersey.server.internal.inject declared as Cache Modifier and Type Field Description private Cache<java.lang.Class<?>,ForeignDescriptor>
BeanParamValueParamProvider.BeanParamValueProvider. descriptorCache
private Cache<Parameter,ForeignDescriptor>
DelegatedInjectionValueParamProvider. descriptorCache
We do not want to create a new descriptor instance for every and each method invocation.
-