public abstract class AbstractBLCICacheExtensionHandler extends org.broadleafcommerce.common.extension.AbstractExtensionHandler implements BLCICacheExtensionHandler
| Constructor and Description |
|---|
AbstractBLCICacheExtensionHandler() |
| Modifier and Type | Method and Description |
|---|---|
org.broadleafcommerce.common.extension.ExtensionResultStatusType |
getCache(Object key,
org.broadleafcommerce.common.extension.ExtensionResultHolder<Object> erh,
BLCICache blciCache) |
org.broadleafcommerce.common.extension.ExtensionResultStatusType |
putCache(Object key,
Object value,
BLCICache blciCache) |
getPriority, isEnabled, setEnabled, setPrioritypublic org.broadleafcommerce.common.extension.ExtensionResultStatusType putCache(Object key, Object value, BLCICache blciCache)
putCache in interface BLCICacheExtensionHandlerpublic org.broadleafcommerce.common.extension.ExtensionResultStatusType getCache(Object key, org.broadleafcommerce.common.extension.ExtensionResultHolder<Object> erh, BLCICache blciCache)
getCache in interface BLCICacheExtensionHandlerCopyright © 2015. All rights reserved.