Uses of Class
com.atlassian.confluence.impl.pages.attachments.ReadThroughAttachmentDownloadPathCache.AttachmentDownloadPathCacheKey
-
Packages that use ReadThroughAttachmentDownloadPathCache.AttachmentDownloadPathCacheKey Package Description com.atlassian.confluence.impl.pages.attachments -
-
Uses of ReadThroughAttachmentDownloadPathCache.AttachmentDownloadPathCacheKey in com.atlassian.confluence.impl.pages.attachments
Methods in com.atlassian.confluence.impl.pages.attachments that return ReadThroughAttachmentDownloadPathCache.AttachmentDownloadPathCacheKey Modifier and Type Method Description ReadThroughAttachmentDownloadPathCache.AttachmentDownloadPathCacheKey
ReadThroughAttachmentDownloadPathCache. toKey(ContentEntityObject content, String attachmentFileName)
ReadThroughAttachmentDownloadPathCache.AttachmentDownloadPathCacheKey
ReadThroughAttachmentDownloadPathCache. toKey(Attachment attachment)
Methods in com.atlassian.confluence.impl.pages.attachments with parameters of type ReadThroughAttachmentDownloadPathCache.AttachmentDownloadPathCacheKey Modifier and Type Method Description @NonNull Optional<String>
ReadThroughAttachmentDownloadPathCache. getAttachmentDownloadPath(ReadThroughAttachmentDownloadPathCache.AttachmentDownloadPathCacheKey key, Supplier<String> pathSupplier)
void
ReadThroughAttachmentDownloadPathCache. remove(ReadThroughAttachmentDownloadPathCache.AttachmentDownloadPathCacheKey key)
-