Skip to main content

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

PropertyTypeDescriptionDefined in
cacheInvalidateSchedule?stringCron expression for cache invalidation schedulesrc/entities/types.ts:39
cacheResults?booleanWhether to cache query resultssrc/entities/types.ts:35
cacheSchema?booleanWhether to cache database schema informationsrc/entities/types.ts:37