|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.cache.impl.DefaultCacheEntryEvent<K,V>
public class DefaultCacheEntryEvent<K,V>
A default implementation for CacheEntryEvent
| Constructor Summary | |
|---|---|
DefaultCacheEntryEvent(K key,
V value,
V oldValue)
|
|
| Method Summary | |
|---|---|
K |
getKey()
Returns the key the event was fired for |
V |
getOldValue()
Returns the old value for this key |
V |
getValue()
Returns the current value for this key |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultCacheEntryEvent(@Nonnull
K key,
V value,
V oldValue)
| Method Detail |
|---|
@Nonnull public K getKey()
CacheEntryEvent
getKey in interface CacheEntryEvent<K,V>public V getValue()
CacheEntryEvent
getValue in interface CacheEntryEvent<K,V>Nullable please refer to the
class level documentationpublic V getOldValue()
CacheEntryEvent
getOldValue in interface CacheEntryEvent<K,V>Nullable please refer to the
class level documentation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||