Cache Connection
The connection string for the cache database.
Data Type
string
Default Value
""
Remarks
The adapter caches data to a file when AutoCache is set. The adapter can also cache data to a database: The cache database is determined based on
CacheProvider
and the CacheConnection properties. The CacheConnection defines the connection properties necessary to connect to the cache database.
Cache Provider=MySql.Data.MySqlClient;Cache Connection='Server=localhost;Port=3306;Database=cache;Uid=root;Pwd=123456;'