| Package | Description | 
|---|---|
| org.exoplatform.services.cache | 
 This package provides an API used for data caching. 
 | 
| org.exoplatform.wiki.rendering.cache | 
 Handles different parts of the cache organization. 
 | 
| 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 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ExoCache<Integer,org.exoplatform.wiki.rendering.cache.MarkupData> | 
PageRenderingCacheService.getRenderingCache()
Gets the rendering cache. 
 | 
Copyright © 2003-2017 eXo Platform SAS. All Rights Reserved.