Uses of Interface
com.atlassian.confluence.cache.option.Option

Packages that use Option
com.atlassian.confluence.cache.option   
com.atlassian.confluence.pages   
 

Uses of Option in com.atlassian.confluence.cache.option
 

Classes in com.atlassian.confluence.cache.option that implement Option
 class None<T>
          Deprecated. Since 5.6. Use Option.none()
 class Some<T>
          Deprecated. since 5.6 Use Option.some(Object)
 

Methods in com.atlassian.confluence.cache.option that return Option
static
<T> Option<T>
Option.Builder.build(T value)
           
 

Constructor parameters in com.atlassian.confluence.cache.option with type arguments of type Option
OptionalReadThroughCache(com.atlassian.cache.Cache<K,Option<V>> cache, com.google.common.base.Function<K,V> factory)
          Deprecated.  
 

Uses of Option in com.atlassian.confluence.pages
 

Methods in com.atlassian.confluence.pages that return Option
 Option<String> AttachmentDownloadPathCache.get(AttachmentDownloadPathCache.AttachmentDownloadPathCacheKey key)
           
 

Methods in com.atlassian.confluence.pages with parameters of type Option
 void AttachmentDownloadPathCache.put(AttachmentDownloadPathCache.AttachmentDownloadPathCacheKey key, Option<String> path)
           
 



Copyright © 2003–2015 Atlassian. All rights reserved.