Skip to content
Snippets Groups Projects
Commit dff22866 authored by Romin's avatar Romin :eye:
Browse files

Added note on Caching

parent e9984eb9
Branches
Tags
1 merge request!17Update for APIv2
......@@ -75,3 +75,8 @@ For more information on launching parallel tasks with python refer to
[the official documentation].
[the official documentation]: https://docs.python.org/3/library/concurrent.futures.html
## Caching
The Client uses caching internally. Sometimes you may run into cache consistency issues.
To clear the cache use:
`ApiClient.session.cache.clear()`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment