Package one.microstream.cache
Class CacheEvent<K,V>
java.lang.Object
java.util.EventObject
javax.cache.event.CacheEntryEvent<K,V>
one.microstream.cache.CacheEvent<K,V>
- All Implemented Interfaces:
Serializable
,javax.cache.Cache.Entry<K,V>
,Unwrappable
public class CacheEvent<K,V> extends javax.cache.event.CacheEntryEvent<K,V> implements Unwrappable
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.cache.Unwrappable
Unwrappable.Static
-
Field Summary
-
Constructor Summary
Constructors Constructor Description CacheEvent()
-
Method Summary
-
Constructor Details
-
CacheEvent
public CacheEvent()
-
-
Method Details
-
getCache
-
getKey
-
getValue
-
getOldValue
- Specified by:
getOldValue
in classjavax.cache.event.CacheEntryEvent<K,V>
- Throws:
UnsupportedOperationException
-
isOldValueAvailable
public boolean isOldValueAvailable() -
unwrap
- Specified by:
unwrap
in interfacejavax.cache.Cache.Entry<K,V>
- Specified by:
unwrap
in interfaceUnwrappable
-