From bc7ab17836d2afe03db198730f9c8a5aee922a44 Mon Sep 17 00:00:00 2001 From: Jordan Cook Date: Sun, 8 Aug 2021 20:02:00 -0500 Subject: Remove deprecated 'core' module and BaseCache.remove_old_entries() --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index a6c5c12..1d663af 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [![Code Shelter](https://www.codeshelter.co/static/badges/badge-flat.svg)](https://www.codeshelter.co/) ## Summary -**requests-cache** is a transparent, persistent HTTP cache for the python [requests](http://python-requests.org) +**requests-cache** is a transparent, persistent cache for the python [requests](http://python-requests.org) library. It's a convenient tool to use with web scraping, consuming REST APIs, slow or rate-limited sites, or any other scenario in which you're making lots of requests that are expensive and/or likely to be sent more than once. -- cgit v1.2.1