Function GetCacheKey

  • Returns cache identifier for an entity record. Example: { const api: BruceApi.Api = ...; const key = GetCacheKey({...}); api.Cache.Remove(key); }

    Parameters

    • params: {
          entityId: string;
          entityTypeId?: string;
          expandLocation?: boolean;
          expandRelations?: boolean;
      }
      • entityId: string
      • Optional entityTypeId?: string
      • Optional expandLocation?: boolean
      • Optional expandRelations?: boolean

    Returns string

Generated using TypeDoc