パッケージ 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
- 例外:
SQLException
-