Uses of Interface
org.glassfish.jersey.internal.guava.Cache
-
Packages that use Cache Package Description org.glassfish.jersey.internal.guava -
-
Uses of Cache in org.glassfish.jersey.internal.guava
Subinterfaces of Cache in org.glassfish.jersey.internal.guava Modifier and Type Interface Description interfaceLoadingCache<K,V>A semi-persistent mapping from keys to values.Methods in org.glassfish.jersey.internal.guava that return Cache Modifier and Type Method Description <K1 extends K,V1 extends V>
Cache<K1,V1>CacheBuilder. build()Builds a cache which does not automatically load values when keys are requested.
-