Cache.StreamProvider, Cache.TwoStreamProvider| Constructor and Description |
|---|
PassThroughCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
cache(String bucket,
String key,
OutputStream out,
Cache.StreamProvider provider)
Stream the contents identified by the key to the destination stream.
|
void |
cacheTwo(String bucket,
String key,
OutputStream out1,
OutputStream out2,
Cache.TwoStreamProvider provider)
Stream two contents identified by the key to the destination stream.
|
void |
clear()
Remove all entries in the cache.
|
public void cache(String bucket, String key, OutputStream out, Cache.StreamProvider provider)
Cachepublic void cacheTwo(String bucket, String key, OutputStream out1, OutputStream out2, Cache.TwoStreamProvider provider)
CacheCopyright © 2019 Atlassian. All rights reserved.