I have a SSRS report which gets hourly data from Oracle. Caching is enabled on it for 30 min and it has 2 parameters.
When the first user clicks on the report,it is cached and subsequent requests are loading cached version as expected.
But the problem is, when i refresh the report for every 10 min the cached version is getting loaded even after 1,2, or 3.. hours.
If no one access for 30 min then the report runs and latest data is getting populated.
Can some one explain how the caching works?
Cached will expire after 30 min from the first request ?
Or Cached version will expire after 30 min from the recent request?