Function GetListCacheKey

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

    Returns string

Generated using TypeDoc