public static interface InternalExpirationManager.ExpirationConsumer<T,U>
| Modifier and Type | Method and Description |
|---|---|
void |
expired(T key,
U value,
Metadata metadata,
PrivateMetadata privateMetadata)
Invoked when an entry is expired.
|
void expired(T key, U value, Metadata metadata, PrivateMetadata privateMetadata)
key - The key.value - The value.metadata - The Metadata.privateMetadata - The PrivateMetadata.Copyright © 2022 JBoss by Red Hat. All rights reserved.