| Interface | Description |
|---|---|
| StreamsCache.Callback | |
| StreamsCache.CallbackWithBooleanReturn |
| Class | Description |
|---|---|
| FileCacheImpl |
Implements a thread-safe FileCache.
|
| OneStreamCache |
Caches the contents of a stream, and deletes the cache when asked to do so.
|
| PassThroughCache |
Always streams each resource from the given input
|
| StreamsCache |
Base class for caching streams, mostly contains concurrency related logic, the file operations implemented
in children.
|
| TwoStreamsCache |
Caches the contents of two streams, and deletes the cache when asked to do so.
|
Copyright © 2017 Atlassian. All rights reserved.