Uses of Class
nablarch.core.db.cache.ResultSetCacheKey
Packages that use ResultSetCacheKey
-
Uses of ResultSetCacheKey in nablarch.core.db.cache
Methods in nablarch.core.db.cache that return ResultSetCacheKeyModifier and TypeMethodDescriptionResultSetCacheKeyBuilder.build()
設定された値を用いてResultSetCacheKey
インスタンスを生成する。Methods in nablarch.core.db.cache that return types with arguments of type ResultSetCacheKeyModifier and TypeMethodDescriptionprotected Map<ResultSetCacheKey,
Expirable<SqlResultSet>> InMemoryResultSetCache.createCacheContainer
(int max) キャッシュの実体となるMapを生成する。 本クラスではLRUMap
が使用される。 本メソッドをオーバライドすることで使用するMap実装を変更することができる。
本クラスをスレッドセーフにするには、このメソッドが返却するMapインスタンスを スレッドセーフとしなければならない。