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
}Content copied to clipboard