SnapshotFileCacheBuilder
Builder for a SnapshotPersistentCache that persists data to a file.
NOTE: The SnapshotPersistentCache is not thread safe and access from multiple threads must be synchronized. For any single File only one SnapshotPersistentCache should exist at a time.
Functions
Link copied to clipboard
Link copied to clipboard
The CoroutineDispatcher to use when doing File I/O. Defaults to Dispatchers.IO.
Link copied to clipboard
The Telemeter to use for logging internal events and errors. Defaults to null (no logging).