Android Mainline Module Release 9372959,com.google.android.networkstack
  1. c0162c5 Fix #216: Add documentation and tests for using TTLCache with datetime. by Thomas Kemmer · 2 years, 9 months ago
  2. 7ae6ef5 Explicitly specify autoclass members. by Thomas Kemmer · 2 years, 9 months ago
  3. 187b13a Format code with black. by Thomas Kemmer · 3 years, 2 months ago
  4. 1d99e16 Prepare v4.2.1. by Thomas Kemmer · 3 years, 5 months ago
  5. 2a2e715 Fix #200: Clean up __missing__ example. by Thomas Kemmer · 3 years, 5 months ago
  6. 986d815 Add FIFO cache implementation. by Thomas Kemmer · 3 years, 6 months ago
  7. 26afdc4 Fix #184: Add documentation regarding mutability of cached values. by Thomas Kemmer · 3 years, 6 months ago
  8. 93163ec Fix #173: Document use of key function for accessing cache items. by Thomas Kemmer · 3 years, 6 months ago
  9. 59ff52c Add MRU documentation. by Thomas Kemmer · 3 years, 6 months ago
  10. 185058d Fix #170: Improve "envkey" documentation example. by Thomas Kemmer · 4 years ago
  11. bb8df8f Prepare v4.1.0. by Thomas Kemmer · 4 years, 2 months ago
  12. 1cab650 Fix #164: Support cache_parameters() with cachetools.func decorators. by Thomas Kemmer · 4 years, 2 months ago
  13. d33a8bb Fix #163: Support user_function with cachetools.func decorators. by Thomas Kemmer · 4 years, 2 months ago
  14. aa936f0 Prepare v4.0.0. by Thomas Kemmer · 4 years, 6 months ago
  15. d2020cc Drop Python 2 support. by Thomas Kemmer · 4 years, 6 months ago
  16. 15a64a0 Fix #135: Document how to use shared caches with @cachedmethod. by Thomas Kemmer · 5 years ago
  17. 4d1a685 Fix #123: Use time.monotonic as default timer if available. by Thomas Kemmer · 5 years ago
  18. 00f8599 Fix #118: Improve documentation regarding thread safety. by Thomas Kemmer · 5 years ago
  19. df50958 Bump copyright year. by Thomas Kemmer · 5 years ago
  20. aa21f86 Fix #113: Add support for maxsize=None in cachetools.func decorators. by Thomas Kemmer · 6 years ago
  21. a1a6d7c Fix #54: Add note regarding thread safety. by Thomas Kemmer · 6 years ago
  22. 2cde6ef Fix #68: Use Sphinx doctest builder. by Thomas Kemmer · 6 years ago
  23. 5b85b3f Fix #109: Remove "missing" constructor argument. by Thomas Kemmer · 6 years ago
  24. 4448776 Fix #99: Correct "envkey" example. by Thomas Kemmer · 6 years ago
  25. 45d9b0d Prepare v2.1.0. by Thomas Kemmer · 6 years ago
  26. 8297633 Fix #58: Deprecate 'missing' Cache constructor parameter. by Thomas Kemmer · 6 years ago
  27. 7bb48e4 Fix #69: Better explain when expired TTLCache items are actually removed. by Thomas Kemmer · 6 years ago
  28. 396edb9 Fix #57: Add documentation on how to extend cache classes. by Thomas Kemmer · 6 years ago
  29. 2d2a57e Fix #83: Improve documentation of replacement strategy. by Thomas Kemmer · 6 years ago
  30. d57c8a3 Update copyright statement, keep flake8 happy. by Thomas Kemmer · 7 years ago
  31. dd597fe Fix #85: Update import paths for key functions (courtesy of slavkoja). by Thomas Kemmer · 7 years ago
  32. 1770a71 Fix #74: Move key functions to separate package. by Thomas Kemmer · 8 years ago
  33. bb87402 Fix #75: Remove deprecated features. by Thomas Kemmer · 8 years ago
  34. 775c51d Code/build cleanups. by Thomas Kemmer · 8 years ago
  35. 2024b77 Fix a couple typos in the documentation file. by Alejandro Rivera · 8 years ago
  36. 7bdca3b Fix #55: Document pending removal of deprecated features. by Thomas Kemmer · 9 years ago
  37. 429c5f1 Fix #53: Use fib() and fac() as examples in documentation. by Thomas Kemmer · 9 years ago
  38. 068ed52 Fix #47: Document deprecated @cachedmethod default behavior. by Thomas Kemmer · 9 years ago
  39. 5c7effc Improve documentation. by Thomas Kemmer · 9 years ago
  40. 82b8071 Fix #46: Improve key functions. by Thomas Kemmer · 9 years ago
  41. b6bc350 Code/interface cleanup and documentation. by Thomas Kemmer · 9 years ago
  42. 87753fe Update copyright. by Thomas Kemmer · 9 years ago
  43. 7827ec0 Fix #32: Add docs/tests for using @cachedmethod with generic mutable mappings. by Thomas Kemmer · 9 years ago
  44. 41efa89 Fix #35: Emphasize the role of popitem() in cache implementations. by Thomas Kemmer · 9 years ago
  45. cedcfcc Fix typo. by Thomas Kemmer · 10 years ago
  46. c6137f2 Fix #3: Improve documentation. by Thomas Kemmer · 10 years ago
  47. b624bf8 Use NestedTimer for TTLCache. by Thomas Kemmer · 10 years ago
  48. d7cb994 Prepare v0.8.1 by Thomas Kemmer · 10 years ago
  49. bf8d13e Fix #28: Function arguments must be hashable for cache decorators. by Thomas Kemmer · 10 years ago
  50. 5f80519 Fix #27: Ignore ValueError in decorators. by Thomas Kemmer · 10 years ago
  51. ebd7920 Add Cache.__missing__() by Thomas Kemmer · 10 years ago
  52. 5385445 Prepare v0.7.0 by Thomas Kemmer · 10 years ago
  53. 8dd2764 Fix #20: Deprecate TTLCache.ExpiredError by Thomas Kemmer · 10 years ago
  54. 6c829a4 Fix #21: Add choice argument to RRCache constructor. by Thomas Kemmer · 10 years ago
  55. a49f49f Fix #20: Move TTLCache.ExpiredError to module. by Thomas Kemmer · 10 years ago
  56. 101513c Prepare v.0.7.0 by Thomas Kemmer · 10 years ago
  57. 2633e3c Fix Sphinx automethod by Thomas Kemmer · 10 years ago
  58. 3488121 Fix #17: Raise TTLCache.ExpiredError for expired TTLCache items. by Thomas Kemmer · 10 years ago
  59. 430e338 Fix #15: Allow @cachedmethod.cache() to return None by Thomas Kemmer · 10 years ago
  60. ba0f849 Fix default ttl for @ttl_cache by Thomas Kemmer · 10 years ago
  61. e57eb9c Fix #7: getsizeof() usage by Thomas Kemmer · 10 years ago
  62. 5ae3b9d Resolve #9: Add @ttl_cache function decorator. by Thomas Kemmer · 10 years ago
  63. e255ae7 Fix #6: Non-mutating TTLCache.__getitem__() by Thomas Kemmer · 10 years ago
  64. a8d2b03 Resolve #8: Rewrite @cachedmethod example to use per-object cache by Thomas Kemmer · 10 years ago
  65. 4176a4f Fix typos/formatting in documentation by Thomas Kemmer · 10 years ago
  66. b210c14 Prepare v0.4.0 by Thomas Kemmer · 10 years ago
  67. 059216b Add TTLCache, refactor base class by Thomas Kemmer · 10 years ago
  68. bf206e0 Update documentation. by Thomas Kemmer · 10 years ago
  69. 4953b0b Add cachedmethod decorator. by Thomas Kemmer · 10 years ago
  70. 5543675 Add size, getsizeof cache members. by Thomas Kemmer · 10 years ago
  71. 3b9d819 Prepare v0.2.0 by Thomas Kemmer · 10 years ago
  72. 35f85f2 Prepare v0.1.0 by Thomas Kemmer · 10 years ago
  73. 37c58d0 Update documentation. by Thomas Kemmer · 10 years ago
  74. a34b1fa Add initial implementation, unit tests by Thomas Kemmer · 10 years ago
  75. c2e0e6b Add description. by Thomas Kemmer · 10 years ago
  76. fa0e606 Initial commit. by Thomas Kemmer · 10 years ago