| Package | Description |
|---|---|
| com.atlassian.plugin.cache.filecache | |
| com.atlassian.plugin.cache.filecache.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
Cache.cacheTwo(String bucket,
String key,
OutputStream out1,
OutputStream out2,
Cache.TwoStreamProvider provider)
Stream two contents identified by the key to the destination stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PassThroughCache.cacheTwo(String bucket,
String key,
OutputStream out1,
OutputStream out2,
Cache.TwoStreamProvider provider) |
void |
FileCacheImpl.cacheTwo(String bucket,
String key,
OutputStream out1,
OutputStream out2,
Cache.TwoStreamProvider provider) |
void |
TwoStreamsCache.streamTwo(OutputStream out1,
OutputStream out2,
Cache.TwoStreamProvider provider) |
abstract void |
StreamsCache.streamTwo(OutputStream out1,
OutputStream out2,
Cache.TwoStreamProvider provider) |
void |
OneStreamCache.streamTwo(OutputStream out1,
OutputStream out2,
Cache.TwoStreamProvider provider) |
Copyright © 2018 Atlassian. All rights reserved.