Uses of Interface
com.atlassian.plugin.cache.filecache.FileCache

Packages that use FileCache
com.atlassian.plugin.cache.filecache.impl   
com.atlassian.plugin.webresource.cache   
 

Uses of FileCache in com.atlassian.plugin.cache.filecache.impl
 

Classes in com.atlassian.plugin.cache.filecache.impl that implement FileCache
 class FileCacheImpl<K>
          Implements a thread-safe FileCache.
 class PassThroughFileCache<K>
          Always streams each resource from the given input
 

Uses of FileCache in com.atlassian.plugin.webresource.cache
 

Methods in com.atlassian.plugin.webresource.cache with parameters of type FileCache
static CacheHandle CacheHandle.Builder.forRequest(FileCache<FileCacheKey> cache, String downloadtype, String path, Map<String,String> params)
          inspects the request, and if appropriate, returns a CacheHandle that will cache resources to the cache.
 



Copyright © 2013 Atlassian. All Rights Reserved.