pub async fn get_pg_cache_database() -> Result<PostgresCacheDatabase>
Expand description
Retrieves a PostgresCacheDatabase
using default connection options.
§Errors
Returns an error if connecting to the database or initializing the cache adapter fails.