get_account_in_cache

Function get_account_in_cache 

Source
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.