Interface EntryExpiredListener<K,V>

Type Parameters:
K - key type
V - value type
All Superinterfaces:
EventListener, MapEntryListener

public interface EntryExpiredListener<K,V> extends MapEntryListener
Author:
Nikita Koksharov
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details