Class BLCICacheExtensionManager
java.lang.Object
org.broadleafcommerce.common.extension.ExtensionManager<BLCICacheExtensionHandler>
org.broadleafcommerce.common.web.cache.BLCICacheExtensionManager
- All Implemented Interfaces:
InvocationHandler
@Service("blICacheExtensionManager")
public class BLCICacheExtensionManager
extends ExtensionManager<BLCICacheExtensionHandler>
Extension manager that holds the list of
BLCICacheExtensionHandler
.- Author:
- Chad Harchar (charchar)
-
Field Summary
Fields inherited from class org.broadleafcommerce.common.extension.ExtensionManager
extensionHandler, handlers, handlersSorted, LOCK_OBJECT
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.broadleafcommerce.common.extension.ExtensionManager
continueOnHandled, execute, getHandlers, getPriority, getProxy, invoke, registerHandler, setHandlers, shouldContinue, sortHandlers
-
Constructor Details
-
BLCICacheExtensionManager
public BLCICacheExtensionManager()
-