Package-level declarations

Types

Link copied to clipboard
data class SQLiteCache(val path: Path, val expiry: Int? = null)

A simple SQLite-based caching mechanism for storing and retrieving HTTP query results.