Interface ExpirationListener


  • public interface ExpirationListener
    An entity that wishes to be notified when cache keys expire.
    Since:
    0.3.0
    Author:
    Abe White
    • Method Detail

      • onExpire

        void onExpire​(ExpirationEvent event)
        Notification that an object has expired from the cache.