if we need to reduce the website API calls of the pages if the same page is loading on the website without any change of content. Suppose we add cacheSupport: true in the model file. The same data will be fetched only once on the website. The next time when fetches data it will fetch from the cache. it will increase the website performance.
When cacheSupport: false the fetch will happen in every time for the same data. it will reduce the website performance. The screenshot is added below
