Package-level declarations
Types
A persistent coroutine-safe ContainerKache implementation that uses Okio to store files under the hood and exposes a simple path-based API.
A persistent coroutine-safe ContainerKache implementation that uses Okio to store files under the hood and exposes a Java's File-based API.
Base interface that can be used to implement custom key transformers for FileKache implementations.
A persistent coroutine-safe ContainerKache implementation that uses Okio to store files.
An object that implements KeyTransformer and transforms keys to an SHA-256 hash of them.
Functions
Creates a new FileKache instance with the given directoryPath and maxSize and is configured by configuration.
Creates a new JavaFileKache instance with the given directory and maxSize and is configured by configuration.
Creates a new OkioFileKache with the given directory and maxSize and is configured by configuration.