cache
cache configuration for the sql_call module.
← sql_callobject
| property | type | default | description |
|---|---|---|---|
enabled | boolean | false | Enable caching of query results. |
maxSize | integer | 1000 | Maximum number of cached entries. |
ttlSeconds | integer | 300 | Cache entry TTL in seconds. |
key | string | — | Cache key template using {{record.field}} syntax. |