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