Package org.redisson.api.listener
Interface LocalCacheInvalidateListener<K,V>
- All Superinterfaces:
EventListener,ObjectListener
Redisson Object Event listener for local cache invalidation event published by Redis.
- Author:
- Nikita Koksharov
-
Method Summary
Modifier and TypeMethodDescriptionvoidonInvalidate(K key, V value) Invoked on event of map entry invalidation
-
Method Details
-
onInvalidate
Invoked on event of map entry invalidation- Parameters:
key- key to removevalue- value to remove
-