Package | Description |
---|---|
org.exoplatform.services.cache |
This package provides an API used for data caching.
|
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
|
boolean |
CachedObjectSelector.select(K key,
ObjectCacheInfo<? extends V> ocinfo)
Indicates whether or not a given key must be selected
|
Copyright © 2003-2017 eXo Platform SAS. All Rights Reserved.