Cache Location
Specifies the path and file name of the cache file when caching to a file.
Data Type
string
Default Value
""
Remarks
If AutoCache is set but the cache location is not specified, CacheLocation defaults to a file named cache.db on the directory specified by the Location setting.
The CacheLocation is a simple, file-based cache. See the CacheConnection and CacheDriver properties to cache to other databases. The CacheLocation property relies on a functional SQLite JDBC driver. To use this property you must include the sqlitejdbc.jar in your classpath. This file is located in the lib subfolder in the installation directory.