Skip to content

v8.0

Compare
Choose a tag to compare
@zx80 zx80 released this 26 Aug 07:13
· 68 commits to main since this release
  • Add LockedCache class for shared cache and threading.
  • Add DictCache class for dict-based cache.
  • Add resiliency option to TwoLevelCache.
  • Add extended cached decorator with in and del support.
  • Use base85 instead of base64 for MemCached keys.
  • Improved documentation following diátaxis advices.
  • Hide some private internals.