クラス RedisCacheContext<K,V>

java.lang.Object
org.iplass.mtp.impl.redis.cache.store.RedisCacheContext<K,V>
すべての実装されたインタフェース:
org.iplass.mtp.impl.cache.store.CacheContext<K,V>

public class RedisCacheContext<K,V> extends Object implements org.iplass.mtp.impl.cache.store.CacheContext<K,V>
  • コンストラクタの詳細

    • RedisCacheContext

      public RedisCacheContext(org.iplass.mtp.impl.cache.store.CacheStore cs)
  • メソッドの詳細

    • getValue

      public V getValue(K key)
      定義:
      getValue インタフェース内 org.iplass.mtp.impl.cache.store.CacheContext<K,V>