Interface WindowPartitionCache.RemovalListener<K,​V>

  • Type Parameters:
    K - the key type
    V - the value type
    Enclosing interface:
    WindowPartitionCache<K,​V>

    public static interface WindowPartitionCache.RemovalListener<K,​V>
    A callback interface for handling removal of events from the cache.