summaryrefslogtreecommitdiff
path: root/docs/user_guide
Commit message (Expand)AuthorAgeFilesLines
* Fix outdated example in docsJordan Cook2023-05-151-1/+1
* Allow regexes for URL expiration patternsSimon Leiner2023-03-241-5/+7
* Fix typosJordan Cook2023-03-011-1/+1
* Update docs and screenshots for DynamoDBJordan Cook2023-03-011-6/+19
* Fix example with requests-ratelimiterJordan Cook2023-02-181-1/+2
* Docs: Fix FuturesSession typoElan Ruusamäe2023-01-131-3/+3
* Minor edits for cache inspection pageJordan Cook2022-12-131-1/+6
* TypoKevin Lin2022-10-261-1/+1
* Add 'url' argument to BaseCache.contains() and delete() for similarity to has...Jordan Cook2022-09-302-7/+19
* 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
* Use sphinx-design tabs instead of sphinx-inline-tabsJordan Cook2022-06-173-12/+29
* Use sphinx-design dropdown instead of custom CSS/JSJordan Cook2022-06-178-42/+100
* Update to FontAwesome 6Jordan Cook2022-06-1714-14/+14
* Related doc updatesJordan Cook2022-06-174-4/+5
* Update docsJordan Cook2022-06-165-41/+100
* Update tests and docsJordan Cook2022-06-112-32/+39
* Split up remove_expired_reponses() into remove() and reset_expiration() metho...Jordan Cook2022-06-112-8/+8
* Update docs and changelogJordan Cook2022-06-102-11/+32
* Update repo links, changelog, and contributorsJordan Cook2022-05-155-10/+10
* use https for links谭九鼎2022-05-096-30/+30
* 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-202-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-193-17/+20
* 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-181-4/+4
* Turn VCR converter into an example in the docs instead of a library featureJordan Cook2022-04-181-0/+11
* Move backend docs to user guide, separate from API reference docsJordan Cook2022-04-178-36/+408
* Update general expiration docsJordan Cook2022-04-151-5/+13
* Add some more notes about SQLite and Redis backendsJordan Cook2022-04-111-3/+2
* Add default list of ignored_parameters for most common authentication params/...Jordan Cook2022-04-101-0/+7
* Refactor refresh/revalidate behaviorJordan Cook2022-04-092-29/+51
* Update docs, doc dependencies, changelog, and contributorsJordan Cook2022-04-013-12/+30
* More code cleanup and commentsJordan Cook2022-03-291-2/+2
* Add a 'Choosing a Backend' section to docsJordan Cook2022-03-171-3/+23
* Swap out appdirs for platformdirsJordan Cook2022-03-141-2/+2
* Add support for Cache-Control: only-if-cached and corresponding options for r...Jordan Cook2022-03-112-0/+57
* Update changelog, docs, and bump versionJordan Cook2022-03-113-9/+9
* Change wording a bit on cache header behaviorJordan Cook2022-02-241-9/+8
* Fix serialization in filesystem backend with binary content that is also vali...Jordan Cook2022-02-151-4/+7
* Use only integers for expire_after values in tests and docsJordan Cook2022-02-151-3/+3
* Update changelogJordan Cook2021-12-021-2/+2