| Package | Description |
|---|---|
| org.bonitasoft.engine.cache | |
| org.bonitasoft.engine.cache.ehcache |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CommonCacheService.clear(String cacheName)
Clear the cache named by cacheName
|
void |
CommonCacheService.clearAll()
Clear all cache of the service
|
Object |
CommonCacheService.get(String cacheName,
Object key)
Get a cached object.
|
int |
CommonCacheService.getCacheSize(String cacheName)
Return the size of the cache with cacheName.
|
List<Object> |
CommonCacheService.getKeys(String cacheName)
Get list of keys on a cache.
|
boolean |
CommonCacheService.remove(String cacheName,
Object key)
Remove the element according to the cache name and the key
|
void |
CommonCacheService.store(String cacheName,
Serializable key,
Object value)
Store an object in the cache.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
CommonEhCacheCacheService.buildCacheManagerWithDefaultConfiguration() |
boolean |
CommonEhCacheCacheService.clear(String cacheName) |
void |
CommonEhCacheCacheService.clearAll() |
protected net.sf.ehcache.Cache |
CommonEhCacheCacheService.createCache(String cacheName,
String internalCacheName) |
Object |
CommonEhCacheCacheService.get(String cacheName,
Object key) |
int |
CommonEhCacheCacheService.getCacheSize(String cacheName) |
protected String |
EhCacheCacheService.getKeyFromCacheName(String cacheName) |
protected abstract String |
CommonEhCacheCacheService.getKeyFromCacheName(String cacheName) |
List<Object> |
CommonEhCacheCacheService.getKeys(String cacheName) |
boolean |
CommonEhCacheCacheService.remove(String cacheName,
Object key) |
void |
PlatformEhCacheCacheService.resume() |
void |
EhCacheCacheService.resume() |
void |
PlatformEhCacheCacheService.start() |
void |
EhCacheCacheService.start() |
void |
CommonEhCacheCacheService.store(String cacheName,
Serializable key,
Object value) |
Copyright © 2019 Bonitasoft S.A.. All rights reserved.