TTenantRoutingCache.InvalidateIdentifier Method
Drops the cached mapping of an external identifier, so the next lookup re-reads the catalog.
Syntax
Unit: Aurelius.Tenancy.Cache
procedure TTenantRoutingCache.InvalidateIdentifier(const Name: string; const Value: string);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | Name | string | The identifier name. |
| const | Value | string | The identifier value. |