Returns cache identifier for an account by ID. Example: { const api: BruceApi.Api = ...; const key = GetCacheKey(1); api.Cache.Remove(key); }
Optional
Generated using TypeDoc
Returns cache identifier for an account by ID. Example: { const api: BruceApi.Api = ...; const key = GetCacheKey(1); api.Cache.Remove(key); }