AndroidDiskLogListCache
A persistent disk-based implementation of LogListCache for Android.
Stores the cached log list as two files inside a ct-log-cache/ subdirectory of the provided cacheDir:
log_list.json— raw JSON byteslog_list.meta— metadata (fetchedAt timestamp + optional base64-encoded signature)