cachecontrol
cachecontrol copied to clipboard
Is there any method for clear whole cache?
Hi, I'd like to do the following:
cached_sess.clear_cache()
Is there anything which can help to do this? Or it should be considered as a new feature?
If you're using the default cache then you can to do this
for adapter in session.adapters:
adapter.cache.data = {}