Interface EntryCacheEvictionPolicy

    • Method Detail

      • doEviction

        void doEviction​(java.util.List<EntryCache> caches,
                        long sizeToFree)
        Perform the cache eviction of at least sizeToFree bytes on the supplied list of caches.
        Parameters:
        caches - the list of caches to consider
        sizeToFree - the minimum size in bytes to be freed