org.exoplatform.services.cache
Class ExpireKeyStartWithSelector<K extends Serializable,V>
java.lang.Object
org.exoplatform.services.cache.ExpireKeyStartWithSelector<K,V>
- All Implemented Interfaces:
- CachedObjectSelector<K,V>
public class ExpireKeyStartWithSelector<K extends Serializable,V>
- extends Object
- implements CachedObjectSelector<K,V>
Created by The eXo Platform SAS Author : Thuannd nhudinhthuan@yahoo.com Apr
4, 2006
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExpireKeyStartWithSelector
public ExpireKeyStartWithSelector(String keyStartWith)
select
public boolean select(K key,
ObjectCacheInfo<? extends V> ocinfo)
- Specified by:
select in interface CachedObjectSelector<K extends Serializable,V>
onSelect
public void onSelect(ExoCache<? extends K,? extends V> cache,
K key,
ObjectCacheInfo<? extends V> ocinfo)
throws Exception
- Specified by:
onSelect in interface CachedObjectSelector<K extends Serializable,V>
- Throws:
Exception
Copyright © 2012 eXo Platform SAS. All Rights Reserved.