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  ObjectCacheInfo SimpleExoCache.createObjectCacheInfo(long expTime, java.lang.Object objToCache)
           
protected  ObjectCacheInfo FIFOExoCache.createObjectCacheInfo(long expTime, java.lang.Object objToCache)
           
protected abstract  ObjectCacheInfo BaseExoCache.createObjectCacheInfo(long expTime, java.lang.Object objToCache)
           
 

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



Copyright © 2010 eXo Platform SAS. All Rights Reserved.