eXo Kernel :: Component :: Cache Service 2.4.0-CR2

org.exoplatform.services.cache
Interface ObjectCacheInfo<V>

Type Parameters:
V - the value type

public interface ObjectCacheInfo<V>

Wraps a cache entry to provide meta information in addition of the entry value. Created by The eXo Platform SAS Author : Tuan Nguyen tuan08@users.sourceforge.net Sep 19, 2005


Method Summary
 V get()
          Returns the entry value which may be null.
 long getExpireTime()
          Returns the expiration time of the entry in milli seconds.
 

Method Detail

getExpireTime

long getExpireTime()
Returns the expiration time of the entry in milli seconds.

Returns:
the expiration time

get

V get()
Returns the entry value which may be null.

Returns:
the entry value

eXo Kernel :: Component :: Cache Service 2.4.0-CR2

Copyright © 2012 eXo Platform SAS. All Rights Reserved.