Configuring the Cache Connection
Configuring the Caching Database
This section describes the properties for caching data to the persistent store of your choice.
CacheLocation
The CacheLocation property species the path to a file-system-based database. When caching is enabled, a file-system-based database is used by default. If CacheLocation is not specified, this database is stored at the path in Location. If neither of these connection properties are specified, the connector uses a platform-dependent default location.
CacheConnection
The CacheConnection property specifies a database driver and the connection string to the caching database.
CacheDriver and CacheProvider
Both the CacheDriver and CacheProvider properties are supported. Each specifies a database driver and the connection string to the caching database. CacheDriver is designed for Linux and MacOS; CacheProvider is Windows-based.