public class PlatformEhCacheCacheService extends CommonEhCacheCacheService implements org.bonitasoft.engine.cache.PlatformCacheService
cacheConfigurations, cacheManager, logger, sessionAccessor| Constructor and Description |
|---|
PlatformEhCacheCacheService(org.bonitasoft.engine.log.technical.TechnicalLoggerService logger,
org.bonitasoft.engine.sessionaccessor.ReadSessionAccessor sessionAccessor,
List<org.bonitasoft.engine.cache.CacheConfiguration> cacheConfigurations,
org.bonitasoft.engine.cache.CacheConfiguration defaultCacheConfiguration,
String diskStorePath) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getCachesNames() |
protected String |
getKeyFromCacheName(String cacheName) |
void |
pause() |
void |
resume() |
void |
start() |
void |
stop() |
buildCacheManagerWithDefaultConfiguration, clear, clearAll, createCache, get, getCacheSize, getEhCacheConfiguration, getKeys, isStopped, remove, shutdownCacheManager, storepublic PlatformEhCacheCacheService(org.bonitasoft.engine.log.technical.TechnicalLoggerService logger,
org.bonitasoft.engine.sessionaccessor.ReadSessionAccessor sessionAccessor,
List<org.bonitasoft.engine.cache.CacheConfiguration> cacheConfigurations,
org.bonitasoft.engine.cache.CacheConfiguration defaultCacheConfiguration,
String diskStorePath)
protected String getKeyFromCacheName(String cacheName)
getKeyFromCacheName in class CommonEhCacheCacheServicepublic List<String> getCachesNames()
getCachesNames in interface org.bonitasoft.engine.cache.CommonCacheServicepublic void start()
throws org.bonitasoft.engine.cache.SCacheException
start in interface org.bonitasoft.engine.commons.LifecycleServiceorg.bonitasoft.engine.cache.SCacheExceptionpublic void stop()
stop in interface org.bonitasoft.engine.commons.LifecycleServicepublic void pause()
pause in interface org.bonitasoft.engine.commons.LifecycleServicepublic void resume()
throws org.bonitasoft.engine.cache.SCacheException
resume in interface org.bonitasoft.engine.commons.LifecycleServiceorg.bonitasoft.engine.cache.SCacheExceptionCopyright © 2015 Bonitasoft S.A.. All rights reserved.