Interface AgeOutCache.Handler<K>

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

public static interface AgeOutCache.Handler<K>
Version:
$Id: AgeOutCache.java,v 1.1.2.2 2009/04/15 07:18:47 belaban Exp $
Author:
Bela Ban
  • Method Summary

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

    • expired

      void expired(K key)