DataConnectionCacheProperties
Defined in: src/entities/types.ts:33
Represents connection cache properties. See also: https://datagrok.ai/help/develop/how-to/function_results_cache
Extended by
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
cacheInvalidateSchedule? | string | Cron expression for cache invalidation schedule | src/entities/types.ts:39 |
cacheResults? | boolean | Whether to cache query results | src/entities/types.ts:35 |
cacheSchema? | boolean | Whether to cache database schema information | src/entities/types.ts:37 |