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. descriptorCacheprivate 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. descriptorCacheprivate Cache<Parameter,ForeignDescriptor>DelegatedInjectionValueParamProvider. descriptorCacheWe do not want to create a new descriptor instance for every and each method invocation.
-