public class InMemoryResultSetCache extends InMemoryExpirableCache<ResultSetCacheKey,SqlResultSet> implements ResultSetCache
UNLIMITED
コンストラクタと説明 |
---|
InMemoryResultSetCache()
デフォルトコンストラクタ。
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected java.util.Map<ResultSetCacheKey,Expirable<SqlResultSet>> |
createCacheContainer(int max)
キャッシュの実体となるMapを生成する。
|
addToCache, clearCache, getFromCache, removeFromCache, setCacheSize
add, addUnlimited, clear, getIfNotExpired, getNowDate, remove, setCacheListener, setSystemTimeProvider
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
add, addUnlimited, clear, getIfNotExpired, remove, setCacheListener
protected java.util.Map<ResultSetCacheKey,Expirable<SqlResultSet>> createCacheContainer(int max)
LRUMap
が使用される。
本メソッドをオーバライドすることで使用するMap実装を変更することができる。
createCacheContainer
クラス内 InMemoryExpirableCache<ResultSetCacheKey,SqlResultSet>
max
- 最大上限件数