com.googlecode.icegem.expiration
Interface ExpirationPolicy

All Superinterfaces:
java.io.Serializable

public interface ExpirationPolicy
extends java.io.Serializable

Interface for the expiration policy (strategy).


Method Summary
 boolean isExpired(com.gemstone.gemfire.cache.Region.Entry<java.lang.Object,java.lang.Object> entry)
          Defines whether the Region.Entry is expired.
 

Method Detail

isExpired

boolean isExpired(com.gemstone.gemfire.cache.Region.Entry<java.lang.Object,java.lang.Object> entry)
Defines whether the Region.Entry is expired.

Parameters:
entry - - the region entry
Returns:
- true in case of it is expired, false otherwise


Copyright © 2011. All Rights Reserved.