com.atlassian.cache.impl
Class DefaultCachedReferenceEvent<V>

java.lang.Object
  extended by 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


Constructor Summary
DefaultCachedReferenceEvent(V value)
           
 
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
 

Constructor Detail

DefaultCachedReferenceEvent

public DefaultCachedReferenceEvent(V value)
Method Detail

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.