goldengate.common.lru
Interface InterfaceLruCacheEntry<V>


public interface InterfaceLruCacheEntry<V>

Cache Entry interface

Author:
Frederic Bregier, Damian Momot

Method Summary
 V getValue()
          Returns value stored in entry or null if entry is not valid
 boolean isStillValid(long timeRef)
           
 

Method Detail

getValue

V getValue()
Returns value stored in entry or null if entry is not valid

Returns:
Value

isStillValid

boolean isStillValid(long timeRef)
Parameters:
timeRef -
Returns:
True if this entry is still valid


Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.