@PublicApi
public interface CachedReferenceEvent<V>
NOTE: Although Cache Reference does not support null as a valid value we are using it in getValue
as a way to represent missing value. We have the following reasons for this:
| Modifier and Type | Method and Description |
|---|---|
V |
getValue()
Returns cached reference value
|
Copyright © 2018 Atlassian. All rights reserved.