Uses of Interface
com.atlassian.plugin.webresource.cache.CacheHandle

Packages that use CacheHandle
com.atlassian.plugin.webresource   
com.atlassian.plugin.webresource.cache   
 

Uses of CacheHandle in com.atlassian.plugin.webresource
 

Constructors in com.atlassian.plugin.webresource with parameters of type CacheHandle
SuperBatchDownloadableResource(String type, Map<String,String> params, Iterable<DownloadableResource> resources, CacheHandle cacher)
           
 

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

Methods in com.atlassian.plugin.webresource.cache that return CacheHandle
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.
static CacheHandle CacheHandle.Builder.passthrough()
          does not cache, calls the stream provider directly
 



Copyright © 2013 Atlassian. All Rights Reserved.