com.pavelvlasov.cache
Interface Entry


public interface Entry


Method Summary
 java.lang.Object get()
          Object.
 long getExpirationTime()
          Time when entry expires
 long getTime()
          Time when entry was put to cache.
 

Method Detail

getExpirationTime

public long getExpirationTime()
Time when entry expires

Returns:

getTime

public long getTime()
Time when entry was put to cache.

Returns:

get

public java.lang.Object get()
Object.

Returns:


Copyright © 2003 Hammurapi Group. All Rights Reserved.