SQLite Cache
A simple SQLite-based caching mechanism for storing and retrieving HTTP query results.
The SQLiteCache
class provides methods to persist query results, retrieve them later, and automatically clean up expired entries based on a configurable expiry period.