Uses of Class
com.github.benmanes.caffeine.cache.SerializationProxy
-
Packages that use SerializationProxy Package Description com.github.benmanes.caffeine.cache This package contains caching utilities. -
-
Uses of SerializationProxy in com.github.benmanes.caffeine.cache
Methods in com.github.benmanes.caffeine.cache that return SerializationProxy Modifier and Type Method Description (package private) static <K,V>
SerializationProxy<K,V>BoundedLocalCache. makeSerializationProxy(BoundedLocalCache<?,?> cache, boolean isWeighted)
Creates a serialization proxy based on the common configuration shared by all cache types.
-