- Preparing search index...
- The search index is not available
bruce-models
- GetCacheKey(params): string
-
Parameters
-
params: {
entityId: string;
entityTypeId?: string;
expandLocation?: boolean;
expandRelations?: boolean;
}
-
entityId: string
-
Optional entityTypeId?: string
-
Optional expandLocation?: boolean
-
Optional expandRelations?: boolean
Returns string
Returns cache identifier for an entity record. Example: { const api: BruceApi.Api = ...; const key = GetCacheKey({...}); api.Cache.Remove(key); }