pub async fn get_account_in_cache(
cache_file: &Path,
cache_key: &str,
) -> Option<CachedAccount>
Expand description
Gets cached data for the given cache key.
As a convention, the cache key is usually the email of the account.
pub async fn get_account_in_cache(
cache_file: &Path,
cache_key: &str,
) -> Option<CachedAccount>
Gets cached data for the given cache key.
As a convention, the cache key is usually the email of the account.