public abstract class AbstractBLCICacheExtensionHandler extends AbstractExtensionHandler implements BLCICacheExtensionHandler
enabled, priority| Constructor and Description |
|---|
AbstractBLCICacheExtensionHandler() |
| Modifier and Type | Method and Description |
|---|---|
ExtensionResultStatusType |
getCache(Object key,
ExtensionResultHolder<Object> erh,
org.broadleafcommerce.presentation.cache.BroadleafTemplateCacheContext blciCache) |
ExtensionResultStatusType |
putCache(Object key,
Object value,
org.broadleafcommerce.presentation.cache.BroadleafTemplateCacheContext blciCache) |
getPriority, isEnabled, setEnabled, setPriorityclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPriority, isEnabledpublic ExtensionResultStatusType putCache(Object key, Object value, org.broadleafcommerce.presentation.cache.BroadleafTemplateCacheContext blciCache)
putCache in interface BLCICacheExtensionHandlerpublic ExtensionResultStatusType getCache(Object key, ExtensionResultHolder<Object> erh, org.broadleafcommerce.presentation.cache.BroadleafTemplateCacheContext blciCache)
getCache in interface BLCICacheExtensionHandlerCopyright © 2022. All rights reserved.