CacheLocation
Specifies the path to the cache when caching to a file.
Data Type
string
Default Value
"%APPDATA%\\CData\\TableauCRM Data Provider"
Remarks
The CacheLocation is a simple, file-based cache.
The connector uses Java DB, Oracle's distribution of the Derby database, for file-based caching. You must add the Derby JDBC driver's JAR file, derbytools.jar, to your classpath to cache to Java DB.
The Derby JDBC driver's JAR file is bundled in db-derby-10.17.1.0-bin.zip, which you can download from this page. You can find derbytools.jar in the "lib" subfolder of this zip file.
If left unspecified, the default location is "%APPDATA%\\CData\\TableauCRM Data Provider" with %APPDATA% being set to the user's configuration directory:
Platform | %APPDATA% |
Windows | The value of the APPDATA environment variable |
Mac | ~/Library/Application Support |
Linux | ~/.config |
See Also
- AutoCache: Set to implicitly create and maintain a cache for later offline use.
- CacheMetadata: Set to persist the Tableau CRM catalog in CacheLocation.