Package | Description |
---|---|
org.exoplatform.services.cache |
This package provides an API used for data caching.
|
Modifier and Type | Method and Description |
---|---|
ExoCache |
ExoCacheFactory.createCache(ExoCacheConfig config)
Creates a new instance of
ExoCache |
<K extends Serializable,V> |
CacheService.getCacheInstance(String region)
Returns a specific cache instance.
|
Modifier and Type | Method and Description |
---|---|
Collection<ExoCache<? extends Serializable,?>> |
CacheService.getAllCacheInstances()
Returns a collection of all the cache instances.
|
Modifier and Type | Method and Description |
---|---|
void |
CachedObjectSelector.onSelect(ExoCache<? extends K,? extends V> cache,
K key,
ObjectCacheInfo<? extends V> ocinfo)
Action to perform on selected keys
|
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.