Returns cache identifier for a user's settings. Example: { const api: BruceApi.Api = ...; const key = GetCacheKey("abc", "def"); api.Cache.Remove(key); }
Generated using TypeDoc
Returns cache identifier for a user's settings. Example: { const api: BruceApi.Api = ...; const key = GetCacheKey("abc", "def"); api.Cache.Remove(key); }