IosDiskCache

iOS disk cache for the CT log list backed by the app's caches directory.

This is a convenience wrapper around IosDiskLogListCache from seal-core that automatically uses the default iOS caches directory.

Usage:

val cache = IosDiskCache()
val config = ctConfiguration {
logListCache = cache
}

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open suspend fun get(): <Error class: unknown class>?
Link copied to clipboard
open suspend fun put(logList: <Error class: unknown class>)