パッケージ org.postgresql.util

インタフェース LruCache.EvictAction<Value>

型パラメータ:
Value - type of the cache entry
含まれているクラス:
LruCache<Key,Value extends CanEstimateSize>

public static interface LruCache.EvictAction<Value>
Action that is invoked when the entry is removed from the cache.
  • メソッドの概要

    修飾子とタイプ
    メソッド
    説明
    void
    evict(Value value)