API Reference
Command
Set-ADXIdentityCacheSize
Updates the cache size limit used by IdentityResolver.
Examples
Example 1: Limit the cache to 500 entries
PS>
Set-ADXIdentityCacheSize -Size 500
Resizes the resolver caches to hold at most 500 entries.
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.
Syntax
Set-ADXIdentityCacheSize -Size <int> [<CommonParameters>]#Parameters
- Size int
- Maximum number of cached entries.