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, setPriorityMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
putCachein interfaceBLCICacheExtensionHandler
-
getCache
public ExtensionResultStatusType getCache(Object key, ExtensionResultHolder<Object> erh, org.broadleafcommerce.presentation.cache.BroadleafTemplateCacheContext blciCache) - Specified by:
getCachein interfaceBLCICacheExtensionHandler
-