Uses of Interface
org.exoplatform.services.cache.CachedObjectSelector
Packages that use CachedObjectSelector
Package
Description
This package provides an API used for data caching.
-
Uses of CachedObjectSelector in org.exoplatform.services.cache
Classes in org.exoplatform.services.cache that implement CachedObjectSelectorModifier and TypeClassDescriptionclassExpireKeyStartWithSelector<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 CachedObjectSelectorModifier and TypeMethodDescriptionvoidExoCache.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 CachedObjectSelectorModifier and TypeMethodDescriptionvoidConcurrentFIFOExoCache.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 CachedObjectSelectorModifier and TypeMethodDescriptionvoidInvalidationExoCache.select(CachedObjectSelector<? super K, ? super V> selector)