Class AbstractBLCICacheExtensionHandler
java.lang.Object
org.broadleafcommerce.common.extension.AbstractExtensionHandler
org.broadleafcommerce.common.web.cache.AbstractBLCICacheExtensionHandler
- All Implemented Interfaces:
ExtensionHandler
,BLCICacheExtensionHandler
public abstract class AbstractBLCICacheExtensionHandler
extends AbstractExtensionHandler
implements BLCICacheExtensionHandler
- Author:
- Chad Harchar (charchar)
-
Field Summary
Fields inherited from class org.broadleafcommerce.common.extension.AbstractExtensionHandler
enabled, priority
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.broadleafcommerce.common.extension.AbstractExtensionHandler
getPriority, isEnabled, setEnabled, setPriority
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.broadleafcommerce.common.extension.ExtensionHandler
getPriority, isEnabled
-
Constructor Details
-
AbstractBLCICacheExtensionHandler
public AbstractBLCICacheExtensionHandler()
-
-
Method Details
-
putCache
public ExtensionResultStatusType putCache(Object key, Object value, org.broadleafcommerce.presentation.cache.BroadleafTemplateCacheContext blciCache) - Specified by:
putCache
in interfaceBLCICacheExtensionHandler
-
getCache
public ExtensionResultStatusType getCache(Object key, ExtensionResultHolder<Object> erh, org.broadleafcommerce.presentation.cache.BroadleafTemplateCacheContext blciCache) - Specified by:
getCache
in interfaceBLCICacheExtensionHandler
-