eXo Kernel :: Component :: Cache Service 2.4.0-CR2

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


Method Summary
 void onSelect(ExoCache<? extends K,? extends V> cache, K key, ObjectCacheInfo<? extends V> ocinfo)
           
 boolean select(K key, ObjectCacheInfo<? extends V> ocinfo)
           
 

Method Detail

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

eXo Kernel :: Component :: Cache Service 2.4.0-CR2

Copyright © 2012 eXo Platform SAS. All Rights Reserved.