public class ExpirationEvent extends EventObject
source
Constructor and Description |
---|
ExpirationEvent(Object source,
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.
|
Object |
getKey()
Return the expired object id or query key.
|
getSource, toString
public Object getKey()
public boolean getExpired()
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.