eXo Kernel :: Component :: Cache Service 2.4.10-UXP01

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 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.10-UXP01

Copyright © 2014 eXo Platform SAS. All Rights Reserved.