Function GetDbRegionListCacheKey

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

    Returns ECacheKey

Generated using TypeDoc