Package de.hybris.platform.cache.impl
Class RequestCache
- java.lang.Object
-
- de.hybris.platform.cache.impl.RequestCache
-
public class RequestCache extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RequestCache()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()voidclearRequestCache()<T> TgetRequestCacheContent(SingletonCreator.Creator<T> creator)<T> TgetStaticCacheContent(SingletonCreator.Creator<T> creator)
-
-
-
Method Detail
-
getRequestCacheContent
public <T> T getRequestCacheContent(SingletonCreator.Creator<T> creator)
-
clearRequestCache
public void clearRequestCache()
-
getStaticCacheContent
public <T> T getStaticCacheContent(SingletonCreator.Creator<T> creator)
-
clear
public void clear()
-
-