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