com.atlassian.cache.impl
Class DefaultCachedReferenceEvent<V>
java.lang.Object
com.atlassian.cache.impl.DefaultCachedReferenceEvent<V>
- All Implemented Interfaces:
- CachedReferenceEvent<V>
public class DefaultCachedReferenceEvent<V>
- extends Object
- implements CachedReferenceEvent<V>
A default implementation for CachedReferenceEvent
|
Method Summary |
V |
getValue()
Returns cached reference value |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultCachedReferenceEvent
public DefaultCachedReferenceEvent(V value)
getValue
public V getValue()
- Description copied from interface:
CachedReferenceEvent
- Returns cached reference value
- Specified by:
getValue in interface CachedReferenceEvent<V>
- Returns:
- the value. For details why is this method marked as
Nullable please refer to the
class level documentation
Copyright © 2015 Atlassian. All rights reserved.