Interface InternalEvictionListener<K,​V>

  • All Known Implementing Classes:
    WiredCache

    public interface InternalEvictionListener<K,​V>
    Internal eviction event from eviction. Gets passed on the the application by the cache implementation.
    Author:
    Jens Wilke