package

com.atlassian.confluence.cache.option

Interfaces

Option<T> The option of a cached entry. 

Classes

None<T> A cached option for no value. 
OptionalReadThroughCache<K, V> Read-through cache which stores missing results from the underlying factory in addition to non-missing values. 
Some<T> A cached option for a value.