RevealBi/Documentation

[Topic] Caching

brianlagunas opened this issue · 0 comments

Description

Need to document how caching works in the Reveal SDK.

Things to cover:

  • Properties that control where cache files are stored (CachePath and DataCachePth)
  • How cache is stored (stored based on data source credentials, not all credentials have access to the same data. This means if credentials are by user, then data cache is stored by user)
  • How refreshing the cache works (manually refresh using the RevealView, refresh rate on data sources)
  • How to turn off caching
  • How to clear the cache