Package de.hybris.platform.cache.impl
Class StaticCache
- java.lang.Object
-
- de.hybris.platform.cache.impl.StaticCache
-
- Direct Known Subclasses:
DefaultCache,RegionCacheAdapter
public class StaticCache extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description StaticCache()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearRequestCache()voidclearStaticCache()<T> TgetRequestCacheContent(SingletonCreator.Creator<T> creator)<T> TgetRequestCacheContentIfExists(SingletonCreator.Creator<T> creator)java.util.MapgetRequestCacheMap()<T> TgetStaticCacheContent(SingletonCreator.Creator<T> creator)
-
-
-
Method Detail
-
clearStaticCache
public void clearStaticCache()
-
getRequestCacheMap
public java.util.Map getRequestCacheMap()
-
getStaticCacheContent
public <T> T getStaticCacheContent(SingletonCreator.Creator<T> creator)
-
getRequestCacheContent
public <T> T getRequestCacheContent(SingletonCreator.Creator<T> creator)
-
getRequestCacheContentIfExists
public <T> T getRequestCacheContentIfExists(SingletonCreator.Creator<T> creator)
-
clearRequestCache
public void clearRequestCache()
-
-