Package org.infinispan.cache.impl
Class SimpleCacheImpl.CacheEntryChange<K,V>
- java.lang.Object
-
- org.infinispan.cache.impl.SimpleCacheImpl.CacheEntryChange<K,V>
-
- Enclosing class:
- SimpleCacheImpl<K,V>
protected static class SimpleCacheImpl.CacheEntryChange<K,V> extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
CacheEntryChange()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description K
getKey()
V
getNewValue()
Metadata
getOldMetadata()
V
getOldValue()
void
set(K key, V newValue, V oldValue, Metadata oldMetadata)
-