Creates a report cache instance.
Namespace:
PerpetuumSoft.ReportingServices.Viewer.ServerAssembly: PerpetuumSoft.ReportingServices.Viewer.Server (in PerpetuumSoft.ReportingServices.Viewer.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
protected virtual IReportCache CreateCache() |
| Visual Basic (Declaration) |
|---|
Protected Overridable Function CreateCache As IReportCache |
| Visual C++ |
|---|
protected: virtual IReportCache^ CreateCache() |
Return Value
IReportCache interface.
Remarks
It uses session cache by default.
To change default cache behaviour override this method.
To change default cache behaviour override this method.