クラス SimpleCacheStoreFactory.IndexedConcurrentHashMapCacheStore

java.lang.Object
org.iplass.mtp.impl.cache.store.builtin.SimpleCacheStoreBase
org.iplass.mtp.impl.cache.store.builtin.SimpleCacheStoreFactory.IndexedConcurrentHashMapCacheStore
すべての実装されたインタフェース:
CacheStore
含まれているクラス:
SimpleCacheStoreFactory

public static class SimpleCacheStoreFactory.IndexedConcurrentHashMapCacheStore extends SimpleCacheStoreBase
キャッシュデータの更新頻度が低い場合に最適なIndex付きのConcurrentHashMapCacheStoreの実装。
  • コンストラクタの詳細

    • IndexedConcurrentHashMapCacheStore

      public IndexedConcurrentHashMapCacheStore(String namespace, CacheStoreFactory factory, int initialCapacity, float loadFactor, int concurrencyLevel, TimeToLiveCalculator timeToLiveCalculator, int size, int indexCount)
  • メソッドの詳細