Function GetListCacheKey

  • Returns cache identifier for a list of tilesets. Example: { const api: BruceApi.Api = ...; const key = GetListCacheKey(); api.Cache.Remove(key); }

    Returns string

Generated using TypeDoc