Class RequestCache

java.lang.Object
de.hybris.platform.cache.impl.RequestCache

public class RequestCache extends Object
  • Constructor Details

    • RequestCache

      public RequestCache()
  • Method Details

    • 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()