Cmdlets for Reckon

Build 25.0.9434

CacheTolerance Parameter (Connect-Reckon Cmdlet)

Notes the tolerance, in seconds, for stale data in the specified cache database. Requires AutoCache to be set to True.

Syntax

Connect-Reckon -CacheTolerance int

Data Type

int

Default Value

600

Remarks

When you execute a query for tables in the cache, the cmdlet checks the time elapsed since the last update to the cache.

If the last update to the cache is older than the value of this connection property (measured in seconds), the cmdlet refreshes the cache.

Otherwise, the cmdlet returns data directly from the cache.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434