org.exoplatform.services.cache
Class SimpleExoCache.CacheSoftReference

java.lang.Object
  extended by java.lang.ref.Reference<T>
      extended by java.lang.ref.SoftReference
          extended by org.exoplatform.services.cache.SimpleExoCache.CacheSoftReference
All Implemented Interfaces:
ObjectCacheInfo
Enclosing class:
SimpleExoCache

public static class SimpleExoCache.CacheSoftReference
extends SoftReference
implements ObjectCacheInfo


Constructor Summary
SimpleExoCache.CacheSoftReference(long expireTime, Object o)
           
 
Method Summary
 long getExpireTime()
           
 
Methods inherited from class java.lang.ref.SoftReference
get
 
Methods inherited from class java.lang.ref.Reference
clear, enqueue, isEnqueued
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.exoplatform.services.cache.ObjectCacheInfo
get
 

Constructor Detail

SimpleExoCache.CacheSoftReference

public SimpleExoCache.CacheSoftReference(long expireTime,
                                         Object o)
Method Detail

getExpireTime

public long getExpireTime()
Specified by:
getExpireTime in interface ObjectCacheInfo


Copyright © 2009 eXo Platform SAS. All Rights Reserved.