Uses of Class
com.atlassian.confluence.pages.AttachmentDownloadPathCache.AttachmentDownloadPathCacheKey

Packages that use AttachmentDownloadPathCache.AttachmentDownloadPathCacheKey
com.atlassian.confluence.pages   
 

Uses of AttachmentDownloadPathCache.AttachmentDownloadPathCacheKey in com.atlassian.confluence.pages
 

Methods in com.atlassian.confluence.pages that return AttachmentDownloadPathCache.AttachmentDownloadPathCacheKey
 AttachmentDownloadPathCache.AttachmentDownloadPathCacheKey AttachmentDownloadPathCache.toKey(Attachment attachment)
           
 AttachmentDownloadPathCache.AttachmentDownloadPathCacheKey AttachmentDownloadPathCache.toKey(ContentEntityObject content, String attachmentFileName)
           
 

Methods in com.atlassian.confluence.pages with parameters of type AttachmentDownloadPathCache.AttachmentDownloadPathCacheKey
 Option<String> AttachmentDownloadPathCache.get(AttachmentDownloadPathCache.AttachmentDownloadPathCacheKey key)
           
 void AttachmentDownloadPathCache.put(AttachmentDownloadPathCache.AttachmentDownloadPathCacheKey key, Option<String> path)
           
 void AttachmentDownloadPathCache.remove(AttachmentDownloadPathCache.AttachmentDownloadPathCacheKey key)
           
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.