Uses of Class
org.glassfish.jersey.internal.util.collection.Cache
Packages that use Cache
Package
Description
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 CacheModifier and TypeFieldDescriptionprivate final Cache
<ContextInjectionResolverImpl.CacheKey, org.glassfish.hk2.api.ActiveDescriptor<?>> ContextInjectionResolverImpl.descriptorCache
private final 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 CacheModifier and TypeFieldDescriptionprivate final Cache
<Class<?>, ForeignDescriptor> BeanParamValueParamProvider.BeanParamValueProvider.descriptorCache
private final Cache
<Parameter, ForeignDescriptor> DelegatedInjectionValueParamProvider.descriptorCache
We do not want to create a new descriptor instance for every and each method invocation.