LogListCache

interface LogListCache(source)

Cache interface for storing and retrieving a parsed log list.

Inheritors

Functions

Link copied to clipboard
abstract suspend fun get(): CachedLogList?

Get the cached log list, or null if not cached.

Link copied to clipboard
abstract suspend fun put(logList: CachedLogList)

Store a log list in the cache.