Returns cache identifier for an entity relation record. Example: { const api: BruceApi.Api = ...; const key = GetCacheKey("abc", "def", "ghi"); api.Cache.Remove(key); }
Generated using TypeDoc
Returns cache identifier for an entity relation record. Example: { const api: BruceApi.Api = ...; const key = GetCacheKey("abc", "def", "ghi"); api.Cache.Remove(key); }