Clear the entire system cache

Stimulsoft Reports.WEB discussion
Post Reply
azad222
Posts: 4
Joined: Thu Dec 18, 2014 8:29 pm

Clear the entire system cache

Post by azad222 »

I can clear the cache on any report with the following command:

Code: Select all

Dim report As New Stimulsoft.Report.StiReport()
report.ReportCacheMode = StiReportCacheMode.Off
I want to disable the cache feature on all reports and not add the above command one by one.
I used the following command but it didn't work.

Code: Select all

Stimulsoft.Report.StiConfig.Engine.ReportCacheMode = Stimulsoft.Report.StiReportCacheMode.Off
Lech Kulikowski
Posts: 7023
Joined: Tue Mar 20, 2018 5:34 am

Re: Clear the entire system cache

Post by Lech Kulikowski »

Hello,

Please send us your request with a detailed description on support@stimulsoft.com.
Post Reply