Interface PlatformCacheService
-
- All Superinterfaces:
CommonCacheService,LifecycleService,PlatformLifecycleService
- All Known Implementing Classes:
PlatformEhCacheCacheService
public interface PlatformCacheService extends CommonCacheService, PlatformLifecycleService
Service that helps you to cache objects on a platform level Objects must be stored in a specific cache and this cache must exist- Since:
- 6.0
- Author:
- Baptiste Mesta, Matthieu Chaffotte
-
-
Method Summary
-
Methods inherited from interface org.bonitasoft.engine.cache.CommonCacheService
clear, clearAll, get, getCacheSize, getCachesNames, getKeys, isStopped, remove, store
-
Methods inherited from interface org.bonitasoft.engine.commons.LifecycleService
pause, resume, start, stop
-
-