> For the complete documentation index, see [llms.txt](https://docs.wproofreader.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wproofreader.com/v6.14.0/faq/technical/caching/can-we-turn-off-on-the-cache.md).

# Can we turn off/on the cache?

Yes, you can turn off/on the cache using the [CacheSaveInterval](/v6.14.0/deployment/configuration/application-server/appserver-parameters.md#draft-appserverparameters-cachesaveinterval) or [CacheSize](/v6.14.0/deployment/configuration/application-server/appserver-parameters.md#draft-appserverparameters-cachesize) parameters in the AppServerX.xml file. If you set 0 as the [CacheSize](/v6.14.0/deployment/configuration/application-server/appserver-parameters.md#draft-appserverparameters-cachesize) parameter value, it will turn off the caching, and the suggestions for misspelled words will be computed from scratch for every incoming API request.
