com.atlassian.plugin.webresource.cache
Interface CacheHandle


public interface CacheHandle

A small facarde around a FileCacheStreamProvider, that captures both the cache key and FileCache, saving having to pass them around seperately

Since:
v2.13

Nested Class Summary
static class CacheHandle.Builder
           
 
Method Summary
 void stream(OutputStream out, FileCacheStreamProvider streamProvider)
           
 

Method Detail

stream

void stream(OutputStream out,
            FileCacheStreamProvider streamProvider)
            throws DownloadException
Throws:
DownloadException


Copyright © 2013 Atlassian. All Rights Reserved.