Package | Description |
---|---|
com.atlassian.confluence.cache.option | |
com.atlassian.confluence.pages |
Modifier and Type | Class and Description |
---|---|
class |
None<T>
Deprecated.
Since 5.6. Use
Option.none() |
class |
Some<T>
Deprecated.
since 5.6 Use
Option.some(Object) |
Modifier and Type | Method and Description |
---|---|
static <T> Option<T> |
Option.Builder.build(T value) |
Constructor and Description |
---|
OptionalReadThroughCache(com.atlassian.cache.Cache<K,Option<V>> cache,
com.google.common.base.Function<K,V> factory)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Option<String> |
AttachmentDownloadPathCache.get(AttachmentDownloadPathCache.AttachmentDownloadPathCacheKey key) |
Modifier and Type | Method and Description |
---|---|
void |
AttachmentDownloadPathCache.put(AttachmentDownloadPathCache.AttachmentDownloadPathCacheKey key,
Option<String> path) |
Copyright © 2003–2015 Atlassian. All rights reserved.