eXo Kernel :: Component :: Cache Service 2.5.0-Alpha4

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

Packages that use ObjectCacheInfo
org.exoplatform.services.cache 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 ObjectCacheInfo
 void CachedObjectSelector.onSelect(ExoCache<? extends K,? extends V> cache, K key, ObjectCacheInfo<? extends V> ocinfo)
          Action to perform on selected keys
 void ExpireKeyStartWithSelector.onSelect(ExoCache<? extends K,? extends V> cache, K key, ObjectCacheInfo<? extends V> ocinfo)
           
 boolean CachedObjectSelector.select(K key, ObjectCacheInfo<? extends V> ocinfo)
          Indicates whether or not a given key must be selected
 boolean ExpireKeyStartWithSelector.select(K key, ObjectCacheInfo<? extends V> ocinfo)
           
 


eXo Kernel :: Component :: Cache Service 2.5.0-Alpha4

Copyright © 2014 eXo Platform SAS. All Rights Reserved.