Cache Provider
The name of the provider to be used to cache data.
Data Type
string
Default Value
""
Remarks
You can cache to any database for which you have an ADO.NET provider . The caching database is determined based on the CacheProvider and CacheConnection properties.
The following sections show connection examples and address other requirements for several popular database drivers. Refer to CacheConnection for more information on typical connection properties.
Loading the Caching Database's Driver
The CacheProvider property specifies the name of the DbProviderFactory used to cache data. You can find the provider factories available to you in your machine.config.
SQLite
MySQL
SQL Server
Oracle
PostgreSQL