パッケージ org.postgresql.util

インタフェース LruCache.CreateAction<Key,Value>

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

public static interface LruCache.CreateAction<Key,Value>
When the entry is not present in cache, this create action is used to create one.
  • メソッドの概要

    修飾子とタイプ
    メソッド
    説明
    create(Key key)