chemistry_tools.cache¶
Cache for HTTP requests.
Data:
The cache object. |
|
The cache directory |
|
Instance of |
Functions:
Clear the cache. |
-
cache_dir= PosixPathPlus('/home/docs/.cache/chemistry_tools')¶ Type:
PosixPathPlusThe cache directory
-
cached_requests= <requests.sessions.Session object>¶ Type:
SessionInstance of
requests.Sessionwith a rate limit of 5 requests per second and a 28 day on-disk cache.