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, setPriority
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPriority, isEnabled
public ExtensionResultStatusType putCache(Object key, Object value, org.broadleafcommerce.presentation.cache.BroadleafTemplateCacheContext blciCache)
putCache
in interface BLCICacheExtensionHandler
public ExtensionResultStatusType getCache(Object key, ExtensionResultHolder<Object> erh, org.broadleafcommerce.presentation.cache.BroadleafTemplateCacheContext blciCache)
getCache
in interface BLCICacheExtensionHandler
Copyright © 2022. All rights reserved.