• Returns cache identifier for an attachment type by ID. Example: { const api: BruceApi.Api = ...; const key = GetCacheKey("123"); api.Cache.Remove(key); }

    Parameters

    • id: string

    Returns string

Generated using TypeDoc