Uses of Interface
com.github.benmanes.caffeine.cache.RemovalListener
Packages that use RemovalListener
Package
Description
This package contains caching utilities.
-
Uses of RemovalListener in com.github.benmanes.caffeine.cache
Methods in com.github.benmanes.caffeine.cache with parameters of type RemovalListenerModifier and TypeMethodDescriptionCaffeine.evictionListener(@NonNull RemovalListener<? super K1, ? super V1> evictionListener) Specifies a listener instance that caches should notify each time an entry is evicted.Caffeine.removalListener(@NonNull RemovalListener<? super K1, ? super V1> removalListener) Specifies a listener instance that caches should notify each time an entry is removed for any reason. -
Uses of RemovalListener in com.github.benmanes.caffeine.jcache.event
Classes in com.github.benmanes.caffeine.jcache.event that implement RemovalListenerModifier and TypeClassDescriptionfinal classA listener that provides an adapter to publish events in the order of the actions being performed on a key.