Interface AgeOutCache.Handler<K>

All Known Implementing Classes:
UNICAST
Enclosing class:
AgeOutCache<K>

public static interface AgeOutCache.Handler<K>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    expired(K key)
     
  • Method Details

    • expired

      void expired(K key)