public class CacheEntryEventImpl extends CacheEntryEvent
source| Constructor and Description |
|---|
CacheEntryEventImpl(Cache source)
Constructs a cache entry event from a given cache as source
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getKey()
Returns the key of the cache entry with the event
|
Object |
getValue()
Returns the value of the cache entry with the event
|
void |
setKey(Object key) |
void |
setValue(Object value) |
getSourcetoStringpublic CacheEntryEventImpl(Cache source)
source - the cache that originated the eventpublic void setKey(Object key)
public void setValue(Object value)
public Object getKey()
CacheEntryEventgetKey in class CacheEntryEventpublic Object getValue()
CacheEntryEventgetValue in class CacheEntryEventCopyright © 2018 WSO2 Inc. All rights reserved.