Package org.bonitasoft.engine.cache
Interface CacheService
-
- All Superinterfaces:
CommonCacheService,LifecycleService,TenantLifecycleService
- All Known Implementing Classes:
EhCacheCacheService
public interface CacheService extends CommonCacheService, TenantLifecycleService
Service that helps you to cache objects Objects must be stored in a specific cache and this cache must exists- 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
-
Methods inherited from interface org.bonitasoft.engine.commons.TenantLifecycleService
init
-
-