Skip to content
codeulike edited this page Sep 14, 2017 · 1 revision

Caching

CrissCross is designed to cache various info from the SSRS server to increase performance.

Currently the list of available reports per user is cached for approximately 30-40 mins. For example, that means if you add a new report it might take 30-40 mins for it to show up for users. Eventually there will be an admin page with a cache-reset function but in the meantime if you need to reset the cache, just recycle the web app (by either recyling its application pool in IIS or by making a small inconsequentuial edit to the web.config file such as adding a space)

Clone this wiki locally