Uses of Interface
org.exoplatform.services.cache.ObjectCacheInfo
Packages that use ObjectCacheInfo
Package
Description
This package provides an API used for data caching.
-
Uses of ObjectCacheInfo in org.exoplatform.services.cache
Methods in org.exoplatform.services.cache with parameters of type ObjectCacheInfoModifier and TypeMethodDescriptionvoidCachedObjectSelector.onSelect(ExoCache<? extends K, ? extends V> cache, K key, ObjectCacheInfo<? extends V> ocinfo) Action to perform on selected keysvoidExpireKeyStartWithSelector.onSelect(ExoCache<? extends K, ? extends V> cache, K key, ObjectCacheInfo<? extends V> ocinfo) booleanCachedObjectSelector.select(K key, ObjectCacheInfo<? extends V> ocinfo) Indicates whether or not a given key must be selectedbooleanExpireKeyStartWithSelector.select(K key, ObjectCacheInfo<? extends V> ocinfo)