A simple SQLite-backed cache for storing HTTP query responses.
The filesystem path to the SQLite database file. If it doesn't exist, it will be created.
Deletes a cached entry for the given url.
Inserts or updates a cached entry.
Retrieves a cached response for the given url.