Uses of Interface
org.exoplatform.services.cache.CachedObjectSelector
-
Packages that use CachedObjectSelector Package Description org.exoplatform.services.cache This package provides an API used for data caching.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 Modifier and Type Class Description classExpireKeyStartWithSelector<K extends Serializable,V>Created by The eXo Platform SAS Author : Thuannd nhudinhthuan@yahoo.com Apr 4, 2006Methods in org.exoplatform.services.cache with parameters of type CachedObjectSelector Modifier and Type Method Description voidExoCache. 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 Modifier and Type Method Description voidConcurrentFIFOExoCache. 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 Modifier and Type Method Description voidInvalidationExoCache. select(CachedObjectSelector<? super K,? super V> selector)
-