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) |
getSource
toString
public CacheEntryEventImpl(Cache source)
source
- the cache that originated the eventpublic void setKey(Object key)
public void setValue(Object value)
public Object getKey()
CacheEntryEvent
getKey
in class CacheEntryEvent
public Object getValue()
CacheEntryEvent
getValue
in class CacheEntryEvent
Copyright © 2015 WSO2 Inc. All rights reserved.