Class HttpCacheEngineMBeanDelegate
java.lang.Object
com.adobe.acs.commons.httpcache.engine.impl.delegate.HttpCacheEngineMBeanDelegate
HttpCacheEngineMBeanDelegate
Handles the bulk of the mbean logic for the HttpCacheEngineImpl.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRegisteredHttpCacheConfigs(List<HttpCacheConfig> configs, Map<HttpCacheConfig, Map<String, Object>> cacheConfigConfigs) getRegisteredHttpCacheRules(Map<String, HttpCacheHandlingRule> cacheHandlingRules) getRegisteredPersistenceStores(Map<String, HttpCacheStore> cacheStoresMap)
-
Constructor Details
-
HttpCacheEngineMBeanDelegate
public HttpCacheEngineMBeanDelegate()
-
-
Method Details
-
getRegisteredHttpCacheRules
public TabularData getRegisteredHttpCacheRules(Map<String, HttpCacheHandlingRule> cacheHandlingRules) throws OpenDataException- Throws:
OpenDataException
-
getRegisteredHttpCacheConfigs
public TabularData getRegisteredHttpCacheConfigs(List<HttpCacheConfig> configs, Map<HttpCacheConfig, Map<String, throws OpenDataExceptionObject>> cacheConfigConfigs) - Throws:
OpenDataException
-
getRegisteredPersistenceStores
public TabularData getRegisteredPersistenceStores(Map<String, HttpCacheStore> cacheStoresMap) throws OpenDataException- Throws:
OpenDataException
-