com.atlassian.cache
Interface CachedReference<V>


@PublicApi
public interface CachedReference<V>

A Resettable reference.

Since:
2.0

Method Summary
 V get()
          Get a value from the cache.
 void reset()
          Resets (clears/invalidates) this reference.
 

Method Detail

get

V get()
Get a value from the cache.

Returns:
the cached value

reset

void reset()
Resets (clears/invalidates) this reference.



Copyright © 2014 Atlassian. All Rights Reserved.