aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2021-09-29Fix #216: Add documentation and tests for using TTLCache with datetime.Thomas Kemmer
2021-09-27Explicitly specify autoclass members.Thomas Kemmer
2021-04-27Format code with black.Thomas Kemmer
2021-01-24Prepare v4.2.1.Thomas Kemmer
2021-01-24Fix #200: Clean up __missing__ example.Thomas Kemmer
2020-12-09Add FIFO cache implementation.Thomas Kemmer
2020-12-09Fix #184: Add documentation regarding mutability of cached values.Thomas Kemmer
2020-12-09Fix #173: Document use of key function for accessing cache items.Thomas Kemmer
2020-12-09Add MRU documentation.Thomas Kemmer
2020-06-28Fix #170: Improve "envkey" documentation example.Thomas Kemmer
2020-04-08Prepare v4.1.0.Thomas Kemmer
2020-04-08Fix #164: Support cache_parameters() with cachetools.func decorators.Thomas Kemmer
2020-04-08Fix #163: Support user_function with cachetools.func decorators.Thomas Kemmer
2019-12-15Prepare v4.0.0.Thomas Kemmer
2019-12-12Drop Python 2 support.Thomas Kemmer
2019-05-23Fix #135: Document how to use shared caches with @cachedmethod.Thomas Kemmer
2019-01-29Fix #123: Use time.monotonic as default timer if available.Thomas Kemmer
2019-01-29Fix #118: Improve documentation regarding thread safety.Thomas Kemmer
2019-01-29Bump copyright year.Thomas Kemmer
2018-11-04Fix #113: Add support for maxsize=None in cachetools.func decorators.Thomas Kemmer
2018-11-04Fix #54: Add note regarding thread safety.Thomas Kemmer
2018-11-03Fix #68: Use Sphinx doctest builder.Thomas Kemmer
2018-10-27Fix #109: Remove "missing" constructor argument.Thomas Kemmer
2018-06-14Fix #99: Correct "envkey" example.Thomas Kemmer
2018-05-12Prepare v2.1.0.Thomas Kemmer
2018-05-12Fix #58: Deprecate 'missing' Cache constructor parameter.Thomas Kemmer
2018-05-11Fix #69: Better explain when expired TTLCache items are actually removed.Thomas Kemmer
2018-05-11Fix #57: Add documentation on how to extend cache classes.Thomas Kemmer
2018-05-11Fix #83: Improve documentation of replacement strategy.Thomas Kemmer
2017-08-11Update copyright statement, keep flake8 happy.Thomas Kemmer
2017-08-11Fix #85: Update import paths for key functions (courtesy of slavkoja).Thomas Kemmer
2016-10-03Fix #74: Move key functions to separate package.Thomas Kemmer
2016-10-03Fix #75: Remove deprecated features.Thomas Kemmer
2016-04-01Code/build cleanups.Thomas Kemmer
2016-03-16Fix a couple typos in the documentation file.Alejandro Rivera
2015-10-24Fix #55: Document pending removal of deprecated features.Thomas Kemmer
2015-10-24Fix #53: Use fib() and fac() as examples in documentation.Thomas Kemmer
2015-09-07Fix #47: Document deprecated @cachedmethod default behavior.Thomas Kemmer
2015-09-07Improve documentation.Thomas Kemmer
2015-09-07Fix #46: Improve key functions.Thomas Kemmer
2015-08-28Code/interface cleanup and documentation.Thomas Kemmer
2015-06-06Update copyright.Thomas Kemmer
2015-05-23Fix #32: Add docs/tests for using @cachedmethod with generic mutable mappings.Thomas Kemmer
2015-05-23Fix #35: Emphasize the role of popitem() in cache implementations.Thomas Kemmer
2014-12-19Fix typo.Thomas Kemmer
2014-12-19Fix #3: Improve documentation.Thomas Kemmer
2014-12-15Use NestedTimer for TTLCache.Thomas Kemmer
2014-12-07Prepare v0.8.1Thomas Kemmer
2014-12-03Fix #28: Function arguments must be hashable for cache decorators.Thomas Kemmer
2014-12-03Fix #27: Ignore ValueError in decorators.Thomas Kemmer