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

Uses of Interface
org.exoplatform.services.cache.CachedObjectSelector

Packages that use CachedObjectSelector
org.exoplatform.services.cache   
org.exoplatform.services.cache.concurrent   
org.exoplatform.services.cache.invalidation   
 

Uses of CachedObjectSelector in org.exoplatform.services.cache
 

Classes in org.exoplatform.services.cache that implement CachedObjectSelector
 class ExpireKeyStartWithSelector<K extends Serializable,V>
          Created by The eXo Platform SAS Author : Thuannd nhudinhthuan@yahoo.com Apr 4, 2006
 

Methods in org.exoplatform.services.cache with parameters of type CachedObjectSelector
 void ExoCache.select(CachedObjectSelector<? super K,? super V> selector)
          Selects a subset of the cache.
 

Uses of CachedObjectSelector in org.exoplatform.services.cache.concurrent
 

Methods in org.exoplatform.services.cache.concurrent with parameters of type CachedObjectSelector
 void ConcurrentFIFOExoCache.select(CachedObjectSelector<? super K,? super V> selector)
           
 

Uses of CachedObjectSelector in org.exoplatform.services.cache.invalidation
 

Methods in org.exoplatform.services.cache.invalidation with parameters of type CachedObjectSelector
 void InvalidationExoCache.select(CachedObjectSelector<? super K,? super V> selector)
           
 


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

Copyright © 2012 eXo Platform SAS. All Rights Reserved.