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