Package com.atlassian.confluence.cache.option

Interface Summary
Option<T> The option of a cached entry.
 

Class Summary
None<T> A cached option for no value.
Option.Builder Builds an appropriate instance of Option.
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.
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.