protected static class SimpleCacheImpl.CacheEntryChange<K,V> extends Object
Modifier | Constructor and Description |
---|---|
protected |
CacheEntryChange() |
Modifier and Type | Method and Description |
---|---|
K |
getKey() |
V |
getNewValue() |
Metadata |
getOldMetadata() |
V |
getOldValue() |
void |
set(K key,
V newValue,
V oldValue,
Metadata oldMetadata) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.