public interface

Option

implements Serializable
com.atlassian.confluence.cache.option.Option<T>
Known Indirect Subclasses

Class Overview

The option of a cached entry. Allows the caching of a found entry or one that is not found.

Summary

Public Methods
boolean exists()
T getOrElse(T otherwise)

Public Methods

public boolean exists ()

public T getOrElse (T otherwise)