Skip to main content

DataConnectionCacheProperties

Defined in: js-api/src/entities/types.ts:33

Represents connection cache properties. See also: https://datagrok.ai/help/develop/how-to/function_results_cache

Extended by

Properties

PropertyTypeDescriptionDefined in
cacheInvalidateSchedule?stringCron expression for cache invalidation schedulejs-api/src/entities/types.ts:39
cacheResults?booleanWhether to cache query resultsjs-api/src/entities/types.ts:35
cacheSchema?booleanWhether to cache database schema informationjs-api/src/entities/types.ts:37