Description
Defines when Tpms.Agent is to be cleared its cache.
Syntax
Set-TpmsCachingBehaviour [-DefaultCachingAction <string>]
Parameter | Description |
-DefaultCachingAction | ResetOnRequest: resets the cache when the request comes in ResetOnRestart: resets the cache when the service restarts |
Example
The following example clears the cache of Tpms.Agent when its Windows service1 is restarted.
Set-TpmsCachingBehaviour -DefaultCachingAction ResetOnRestart
1 ThinPrint Management Services Agent