Progress® Telerik® Reporting R3 2021
ReportsControllerBase.CreateCache Method
Note: This API is now obsolete.
Creates an ICache implementation instance
that will be used for internal storage from the service.
Namespace:
Telerik.Reporting.Services.WebApiAssembly: Telerik.Reporting.Services.WebApi (in Telerik.Reporting.Services.WebApi.dll)
Syntax
[ObsoleteAttribute("CreateCache method is now obsolete. Please provide service setup using the Telerik.Reporting.Services.WebApi.ReportsControllerBase.ReportServiceConfiguration property.")] protected virtual ICache CreateCache()
Return Value
Type: ICacheAn instance of cache that will be used from the controller in order to preserve its cache/state.
Remarks
Override this method in order to create the cache instance.
May be one of the built-in caching implementations or a custom implementation.
To use one of the built-in caching implementations use the class.
Version Information
Obsolete (compiler warning) in 1.0.1