| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update type hints to appease Pylance and stricter mypy settings | Jordan Cook | 2022-12-13 | 1 | -1/+3 |
| * | Merge *PickleDict storage classes into parent classes | Jordan Cook | 2022-04-22 | 1 | -13/+13 |
| * | Add support for DynamoDB TTL | Jordan Cook | 2022-04-20 | 1 | -2/+2 |
| * | Store responses in DynamoDB as JSON documents instead of serialized binaries | Jordan Cook | 2022-04-19 | 1 | -4/+4 |
| * | Move backend docs to user guide, separate from API reference docs | Jordan Cook | 2022-04-17 | 1 | -0/+2 |
| * | Remove some redundant, undocumented means of passing CachedSession/BaseBacken... | Jordan Cook | 2022-04-01 | 1 | -7/+7 |
| * | More code cleanup and comments | Jordan Cook | 2022-03-29 | 1 | -29/+9 |
| * | Refactor session-level settings into separate CacheSettings class | Jordan Cook | 2022-03-29 | 1 | -15/+14 |
| * | Add a new RedisDict class that stores responses in separate hashes instead of... | Jordan Cook | 2021-12-01 | 1 | -2/+2 |
| * | Improve some RedisDict methods and rename to RedisHashDict | Jordan Cook | 2021-12-01 | 1 | -2/+2 |
| * | Add support for BaseCache keyword arguments passed along with a backend instance | Jordan Cook | 2021-11-13 | 1 | -3/+15 |
| * | Move misc minor utils to a separate module | Jordan Cook | 2021-10-27 | 1 | -2/+1 |
| * | Add tests for memory (plain dict) backend | Jordan Cook | 2021-10-23 | 1 | -1/+1 |
| * | Add some alises so fully qualified imports of DbDict, etc. don't break | Jordan Cook | 2021-09-14 | 1 | -1/+1 |
| * | Add note about 'cache_name' argument usage in init_backend() | Jordan Cook | 2021-09-06 | 1 | -10/+10 |
| * | Alias/rename 'include_get_headers' to 'match_headers' for clarity (backwards-... | Jordan Cook | 2021-09-06 | 1 | -1/+1 |
| * | Revert renaming DynamoDB backend classes; a minor inconsistency is probably b... | Jordan Cook | 2021-08-30 | 1 | -5/+3 |
| * | Allow has_url(), delete_url(), and create_key() to optionally take requests.R... | Jordan Cook | 2021-08-28 | 1 | -8/+1 |
| * | Reorganize user docs: break down User Guide and Advanced Usage sections into ... | Jordan Cook | 2021-08-26 | 1 | -3/+1 |
| * | Make DynamoDB and MongoDB naming consistent | Jordan Cook | 2021-08-20 | 1 | -6/+8 |
| * | Move autosummaries to module docstrings instead of template, to make them eas... | Jordan Cook | 2021-08-20 | 1 | -1/+3 |
| * | Rename DbDict to SQLiteDict for consistency with other backends (with aliases... | Jordan Cook | 2021-08-19 | 1 | -3/+7 |
| * | Some serialization fixes & updates: | Jordan Cook | 2021-07-03 | 1 | -1/+0 |
| * | Allow selecting a serializer by name, class, or instance (with same behavior ... | Jordan Cook | 2021-06-11 | 1 | -23/+10 |
| * | Add support for using request and response cache headers to set cache expiration | Jordan Cook | 2021-05-07 | 1 | -0/+2 |
| * | Add a filesystem backend | Jordan Cook | 2021-04-21 | 1 | -0/+5 |
| * | Allow passing any valid backend connection kwargs via BaseCache | Jordan Cook | 2021-04-19 | 1 | -1/+9 |
| * | Update all backend-specific integration tests to fail quickly if not set up, ... | Jordan Cook | 2021-04-12 | 1 | -11/+11 |
| * | Demote most logging.info statements to debug | Jordan Cook | 2021-04-10 | 1 | -1/+1 |
| * | Improve backend initialization: | Jordan Cook | 2021-04-02 | 1 | -59/+65 |
| * | Move cache key utilities to a separate module | Jordan Cook | 2021-03-30 | 1 | -1/+2 |
| * | Add normalization for request json | Jordan Cook | 2021-03-30 | 1 | -1/+1 |
| * | Also remove invalid responses when running remove_expired_responses() | Jordan Cook | 2021-03-30 | 1 | -0/+1 |
| * | Remove some redundant module docstrings, and fix some ref links | Jordan Cook | 2021-03-29 | 1 | -6/+1 |
| * | Pass along optional kwargs to all storage classes, and make default table nam... | Jordan Cook | 2021-03-24 | 1 | -2/+4 |
| * | Consolidate expiration, pre-serializiation, and other response object logic i... | Jordan Cook | 2021-03-22 | 1 | -4/+19 |
| * | Add sanity checks to get_cache, clear, and remove_expired_responses to make s... | Jordan Cook | 2021-03-04 | 1 | -1/+1 |
| * | Refactor CachedSession to be usable as a mixin class | Jordan Cook | 2021-03-04 | 1 | -1/+1 |
| * | Remove all python 2 compatibility | Jordan Cook | 2021-02-26 | 1 | -1/+0 |
| * | Apply code formatting with black + isort | Jordan Cook | 2021-02-26 | 1 | -5/+9 |
| * | Merge pull request #92 from ar90n/add_dynamodb_backend | Roman Haritonov | 2017-06-01 | 1 | -1/+7 |
| |\ |
|
| | * | add dynamodb backend | Masahiro Wada | 2017-05-14 | 1 | -1/+7 |
| * | | add gridfs support | Cheng Guangnan | 2017-04-01 | 1 | -0/+7 |
| |/ |
|
| * | Fix #61. Ability to pass backend instance in install_cache | Roman Haritonov | 2016-03-19 | 1 | -2/+4 |
| * | More informative message for missing backend dependencies | Garrett-R | 2016-02-28 | 1 | -3/+14 |
| * | Fix #15 | Roman Haritonov | 2013-10-09 | 1 | -0/+16 |
| * | Added Redis Backend | michaelbeaumont | 2013-04-17 | 1 | -0/+6 |
| * | Make sqlite3 optional for Heroku support. Thanks to @nathancahill | Roman Haritonov | 2012-09-09 | 1 | -2/+9 |
| * | Use relative imports | Roman Haritonov | 2012-05-11 | 1 | -3/+3 |
| * | refactor: rename MemoryCache to BaseCache | Roman | 2012-04-11 | 1 | -2/+2 |