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

Packages that use ObjectCacheInfo
org.exoplatform.services.cache   
 

Uses of ObjectCacheInfo in org.exoplatform.services.cache
 

Classes in org.exoplatform.services.cache that implement ObjectCacheInfo
static class FIFOExoCache.ObjectCacheInfoImpl
           
static class SimpleExoCache.CacheSoftReference
           
 

Methods in org.exoplatform.services.cache that return ObjectCacheInfo
protected abstract  ObjectCacheInfo BaseExoCache.createObjectCacheInfo(long expTime, Object objToCache)
           
protected  ObjectCacheInfo FIFOExoCache.createObjectCacheInfo(long expTime, Object objToCache)
           
protected  ObjectCacheInfo SimpleExoCache.createObjectCacheInfo(long expTime, Object objToCache)
           
 

Methods in org.exoplatform.services.cache with parameters of type ObjectCacheInfo
 void CachedObjectSelector.onSelect(ExoCache cache, Serializable key, ObjectCacheInfo ocinfo)
           
 void ExpireKeyStartWithSelector.onSelect(ExoCache cache, Serializable key, ObjectCacheInfo ocinfo)
           
 boolean CachedObjectSelector.select(Serializable key, ObjectCacheInfo ocinfo)
           
 boolean ExpireKeyStartWithSelector.select(Serializable key, ObjectCacheInfo ocinfo)
           
 



Copyright © 2009 eXo Platform SAS. All Rights Reserved.