public abstract class AbstractCacheModule extends Object implements info.magnolia.module.ModuleLifecycle
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_CACHE_CONFIG |
Constructor and Description |
---|
AbstractCacheModule(CacheMonitor cacheMonitor) |
Modifier and Type | Method and Description |
---|---|
protected abstract CacheFactory |
getCacheFactory() |
protected CacheMonitor |
getCacheMonitor() |
abstract ContentCachingConfiguration |
getContentCaching(String name) |
protected void |
startCache(String name) |
protected void |
stopCache(String name) |
public static final String DEFAULT_CACHE_CONFIG
@Inject public AbstractCacheModule(CacheMonitor cacheMonitor)
public abstract ContentCachingConfiguration getContentCaching(String name)
protected abstract CacheFactory getCacheFactory()
protected void startCache(String name)
protected void stopCache(String name)
protected CacheMonitor getCacheMonitor()
Copyright © 2015 Magnolia International Ltd.. All rights reserved.