IosDiskLogListCache
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 byteslog_list.meta— metadata (fetchedAt timestamp + optional base64-encoded signature)