| Package | Description |
|---|---|
| com.atlassian.confluence.pages |
| Modifier and Type | Method and Description |
|---|---|
AttachmentDownloadPathCache.AttachmentDownloadPathCacheKey |
AttachmentDownloadPathCache.toKey(Attachment attachment) |
AttachmentDownloadPathCache.AttachmentDownloadPathCacheKey |
AttachmentDownloadPathCache.toKey(ContentEntityObject content,
String attachmentFileName) |
| Modifier and Type | Method and Description |
|---|---|
Option<String> |
AttachmentDownloadPathCache.get(AttachmentDownloadPathCache.AttachmentDownloadPathCacheKey key)
|
Optional<String> |
AttachmentDownloadPathCache.getAttachmentDownloadPath(AttachmentDownloadPathCache.AttachmentDownloadPathCacheKey key,
Supplier<String> pathSupplier) |
void |
AttachmentDownloadPathCache.put(AttachmentDownloadPathCache.AttachmentDownloadPathCacheKey key,
Option<String> path)
|
void |
AttachmentDownloadPathCache.remove(AttachmentDownloadPathCache.AttachmentDownloadPathCacheKey key) |
Copyright © 2003–2017 Atlassian. All rights reserved.