Uses of Interface
com.github.benmanes.caffeine.cache.CacheWriter
Packages that use CacheWriter
-
Uses of CacheWriter in com.github.benmanes.caffeine.cache
Methods in com.github.benmanes.caffeine.cache that return CacheWriterModifier and TypeMethodDescriptionstatic <K,V> @NonNull CacheWriter <K, V> CacheWriter.disabledWriter()Deprecated.Returns a writer that does nothing.Methods in com.github.benmanes.caffeine.cache with parameters of type CacheWriterModifier and TypeMethodDescriptionCaffeine.writer(@NonNull CacheWriter<? super K1, ? super V1> writer) Deprecated.Scheduled for removal in version 3.0.0.