org.exoplatform.services.cache
Class FIFOExoCache.ObjectCacheInfoImpl

java.lang.Object
  extended by org.exoplatform.services.cache.FIFOExoCache.ObjectCacheInfoImpl
All Implemented Interfaces:
ObjectCacheInfo
Enclosing class:
FIFOExoCache

public static class FIFOExoCache.ObjectCacheInfoImpl
extends Object
implements ObjectCacheInfo


Constructor Summary
FIFOExoCache.ObjectCacheInfoImpl(long expireTime, Object o)
           
 
Method Summary
 Object get()
           
 long getExpireTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FIFOExoCache.ObjectCacheInfoImpl

public FIFOExoCache.ObjectCacheInfoImpl(long expireTime,
                                        Object o)
Method Detail

get

public Object get()
Specified by:
get in interface ObjectCacheInfo

getExpireTime

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


Copyright © 2009 eXo Platform SAS. All Rights Reserved.