Interface MemoryLRUCache.EldestEntryRemovalListener

  • Enclosing class:
    MemoryLRUCache

    public static interface MemoryLRUCache.EldestEntryRemovalListener
    • Method Detail

      • apply

        void apply​(org.apache.kafka.common.utils.Bytes key,
                   byte[] value)