Application.cache.
Making requests without updating the cache
If, for some reason, you don’t want to update the cache when making a request, you can pass theupdate_cache=False argument.
If the arguments you pass to
cache.update are not an instance of StatusData, LogsData, or BackupData, a SquareException error will be raised.Manually clearing the cache
You can manually clear the cache usingcache.clear.
Manually updating the cache
You can also manually update it using thecache.update method.

