eXo Kernel :: Component :: Cache Service 2.4.3-GA

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

Packages that use ObjectCacheInfo
org.exoplatform.services.cache   
 

Uses of ObjectCacheInfo in org.exoplatform.services.cache
 

Methods in org.exoplatform.services.cache with parameters of type ObjectCacheInfo
 void ExpireKeyStartWithSelector.onSelect(ExoCache<? extends K,? extends V> cache, K key, ObjectCacheInfo<? extends V> ocinfo)
           
 void CachedObjectSelector.onSelect(ExoCache<? extends K,? extends V> cache, K key, ObjectCacheInfo<? extends V> ocinfo)
          Action to perform on selected keys
 boolean ExpireKeyStartWithSelector.select(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
 


eXo Kernel :: Component :: Cache Service 2.4.3-GA

Copyright © 2013 eXo Platform SAS. All Rights Reserved.