| Interface | Description |
|---|---|
| ExceptionConsumer<T> |
Consumer that can throw an
Exception. |
| Class | Description |
|---|---|
| FileCache |
Cache for already-created files/directories.
|
| FileCache.Inputs |
List of input parameters to be provided by the client when using
FileCache. |
| FileCache.Inputs.Builder |
Builder of
FileCache.Inputs. |
| FileCache.QueryResult |
The result of a cache query, which includes a
FileCache.QueryEvent indicating whether the cache
is hit, missed, or corrupted, a cause if the cache is corrupted, and an (optional) path to
the cached output file/directory. |
| Enum | Description |
|---|---|
| FileCache.Command |
Command to be provided by the client when using
FileCache. |
| FileCache.QueryEvent |
The event that happens when the client queries a cache entry: the cache entry may be hit,
missed, or corrupted.
|