Progress® Telerik® Reporting R1 2021
CacheFactory.CreateDatabaseCache Method
Creates new instance of database cache that will store cached data in a database.
Namespace:
Telerik.Reporting.Services.WebApiAssembly: Telerik.Reporting.Services.WebApi (in Telerik.Reporting.Services.WebApi.dll)
Syntax
Parameters
- backendName
- Type: SystemString
Specifies which database engine should be used. - connectionString
- Type: SystemString
A connection string that should be used to connect to the cache database.
Return Value
Type: ICacheThe newly created cache instance.
Remarks
In order to use a database cache you should firstly use the Database Cache Configuration Tool
in order to create the underplaying database and its schema.
Note that the database cache implementation relies on the Telerik OpenAccess so the following OpenAccess core libraries should be referenced: Telerik.OpenAccess.dll, Telerik.OpenAccess.35.Extensions.dll. Proper assembly binding redirects might apply.
See also:. Configuring the Database Cache Provider
Note that the database cache implementation relies on the Telerik OpenAccess so the following OpenAccess core libraries should be referenced: Telerik.OpenAccess.dll, Telerik.OpenAccess.35.Extensions.dll. Proper assembly binding redirects might apply.
See also:. Configuring the Database Cache Provider
Version Information
Supported in: 1.0.1