Caching
This section provides a complete list of the Caching properties you can configure in the connection string for this provider.
Property | Description |
AutoCache | Specifies whether the content of tables targeted by SELECT queries is automatically cached to the specified cache database. |
CacheDriver | The driver class of a JDBC driver. The specified driver is used to connect to the target database for all caching operations. |
CacheConnection | The connection string for the specified cache database. |
CacheLocation | Specifies the path to the cache when caching to a file. |
CacheTolerance | The tolerance, in seconds, for stale data in the specified cache database. |
Offline | Get the data from the specified cache database instead of live Tableau CRM data. |
CacheMetadata | Determines whether the provider caches table metadata to a file-based cache database. |