public class ExpirationEvent
extends java.util.EventObject
Constructor and Description |
---|
ExpirationEvent(java.lang.Object source,
java.lang.Object key,
boolean expired)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
getExpired()
Return whether the expired object was expired naturally, or if
the object was explicitly removed.
|
java.lang.Object |
getKey()
Return the expired object id or query key.
|