summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Fix outdated example in docsJordan Cook2023-05-151-1/+1
| | | | Fixes #824
* Add some more cache projects to 'Related Projects' pageJordan Cook2023-04-041-26/+17
|
* Fix a minor typoJordan Cook2023-04-021-1/+1
|
* Allow regexes for URL expiration patternsSimon Leiner2023-03-241-5/+7
| | | | | This allows for more fine-grained control over URL patterns than globbing in the rare cases where that is needed.
* Fix typosJordan Cook2023-03-011-1/+1
|
* Update docs and screenshots for DynamoDBJordan Cook2023-03-014-6/+19
|
* Fix example with requests-ratelimiterJordan Cook2023-02-181-1/+2
|
* Docs: Fix FuturesSession typoElan Ruusamäe2023-01-131-3/+3
|
* Add example with requests per second graphJordan Cook2023-01-131-0/+27
|
* Minor edits for cache inspection pageJordan Cook2022-12-131-1/+6
|
* TypoKevin Lin2022-10-261-1/+1
| | | different was spelled incorrectly
* Add 'url' argument to BaseCache.contains() and delete() for similarity to ↵Jordan Cook2022-09-302-7/+19
| | | | has_url() and delete_url()
* Add ttl_offset argument for Redis backendJordan Cook2022-09-301-4/+8
|
* Add delete() function for patcherJordan Cook2022-09-291-1/+2
|
* Add more examples to docs for BaseCache.delete()Jordan Cook2022-09-292-8/+32
|
* Add method to recreate cache keysJordan Cook2022-08-231-0/+14
|
* Add example with GitHub ActionsJordan Cook2022-07-191-0/+19
|
* Use sphinx-design tabs instead of sphinx-inline-tabsJordan Cook2022-06-174-13/+29
|
* Use sphinx-design dropdown instead of custom CSS/JSJordan Cook2022-06-1713-108/+183
|
* Update to FontAwesome 6Jordan Cook2022-06-1721-22/+21
|
* Sphinx + extension updates:Jordan Cook2022-06-171-1/+2
| | | | | | * Update to Sphinx 5 * Add sphinxext-opengraph * Replace sphinx-panels with sphinx-design (its intended successor)
* Related doc updatesJordan Cook2022-06-175-5/+6
|
* Add example of caching GitHub API requests with PyGitHubJordan Cook2022-06-171-0/+13
|
* Update docsJordan Cook2022-06-166-44/+103
|
* Alternate host for requests docsJordan Cook2022-06-111-1/+1
|
* Update tests and docsJordan Cook2022-06-112-32/+39
|
* Split up remove_expired_reponses() into remove() and reset_expiration() ↵Jordan Cook2022-06-112-8/+8
| | | | methods, with more granular arguments
* Update docs and changelogJordan Cook2022-06-106-11/+130
|
* Update serialization docsJordan Cook2022-06-101-0/+2
|
* Update repo links, changelog, and contributorsJordan Cook2022-05-158-23/+23
|
* use https for links谭九鼎2022-05-097-31/+31
|
* Implement Cache-Control: stale-while-revalidateJordan Cook2022-05-042-1/+30
|
* Add 'older_than' argument to remove_expired_responses()Jordan Cook2022-05-031-1/+8
|
* Add always_revalidate session optionJordan Cook2022-05-031-0/+9
|
* Update docs and changelogJordan Cook2022-04-223-15/+8
|
* Add screenshots and info for viewing DynamoDB responsesJordan Cook2022-04-204-22/+47
|
* Add support for DynamoDB TTLJordan Cook2022-04-201-1/+16
|
* Add an example CloudFormation template for DynamoDBJordan Cook2022-04-191-8/+28
|
* Update some user docsJordan Cook2022-04-194-19/+22
|
* Add support for Cache-Control: stale-if-errorJordan Cook2022-04-182-0/+9
|
* Add support for Cache-Control: max-stale and min-freshJordan Cook2022-04-181-0/+2
|
* Add links to source files on Examples pageJordan Cook2022-04-182-17/+17
|
* Turn VCR converter into an example in the docs instead of a library featureJordan Cook2022-04-182-0/+25
|
* Refactor utilities for parsing cache headers into CacheDirectives classJordan Cook2022-04-181-3/+1
|
* Move backend docs to user guide, separate from API reference docsJordan Cook2022-04-1712-196/+171
|
* Move detailed backend docs from rst docstings to md filesJordan Cook2022-04-1611-14/+456
|
* Update general expiration docsJordan Cook2022-04-151-5/+13
|
* Add notes on viewing responses in MongoDBJordan Cook2022-04-151-0/+0
|
* Add some more notes about SQLite and Redis backendsJordan Cook2022-04-111-3/+2
|
* Add default list of ignored_parameters for most common authentication ↵Jordan Cook2022-04-101-0/+7
| | | | params/headers