org.exoplatform.services.cache
Interface CachedObjectSelector<K extends Serializable,V>
- All Known Implementing Classes:
- ExpireKeyStartWithSelector
public interface CachedObjectSelector<K extends Serializable,V>
Created by The eXo Platform SAS Author : Thuannd nhudinhthuan@yahoo.com Apr
4, 2006
select
boolean select(K key,
ObjectCacheInfo<? extends V> ocinfo)
onSelect
void onSelect(ExoCache<? extends K,? extends V> cache,
K key,
ObjectCacheInfo<? extends V> ocinfo)
throws Exception
- Throws:
Exception
Copyright © 2012 eXo Platform SAS. All Rights Reserved.