Uses of Record Class
com.loomcache.server.cache.EvictionNotifier.EvictionEvent
Packages that use EvictionNotifier.EvictionEvent
-
Uses of EvictionNotifier.EvictionEvent in com.loomcache.server.cache
Methods in com.loomcache.server.cache with parameters of type EvictionNotifier.EvictionEventModifier and TypeMethodDescriptionvoidEvictionNotifier.notifyPostEviction(EvictionNotifier.EvictionEvent event) Notify all listeners of a post-eviction event.booleanEvictionNotifier.notifyPreEviction(EvictionNotifier.EvictionEvent event) Notify all listeners of a pre-eviction event.voidEvictionNotifier.EvictionListener.onPostEviction(EvictionNotifier.EvictionEvent event) Called after successful eviction.booleanEvictionNotifier.EvictionListener.onPreEviction(EvictionNotifier.EvictionEvent event) Called before eviction.