Package de.hybris.platform.cockpit.cache
Class RequestCacheCallable<K,V>
- java.lang.Object
-
- de.hybris.platform.cockpit.cache.RequestCacheCallable<K,V>
-
public abstract class RequestCacheCallable<K,V> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RequestCacheCallable(java.lang.String cacheName)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract Vcall()Vget(K key)voidupdateCache(K key, V value)
-