Table of Contents

TTenantRoutingCache.InvalidateShard Method

Drops the cached information of a shard, so the next lookup re-reads the catalog.

Syntax

Unit: Aurelius.Tenancy.Cache

procedure TTenantRoutingCache.InvalidateShard(const ShardId: string);

Parameters

<-> Parameter Type Description
const ShardId string The id of the shard to invalidate.

See also