IosDiskLogListCache

class IosDiskLogListCache(cacheDirectoryPath: String)(source)

A persistent disk-based implementation of LogListCache for iOS.

Stores the cached log list as two files inside a ct-log-cache/ subdirectory of the provided cacheDirectoryPath:

  • log_list.json — raw JSON bytes

  • log_list.meta — metadata (fetchedAt timestamp + optional base64-encoded signature)

Constructors

Link copied to clipboard
constructor(cacheDirectoryPath: String)

Types

Link copied to clipboard
object Companion

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>)