v8.0
- Add
LockedCacheclass for shared cache and threading. - Add
DictCacheclass for dict-based cache. - Add resiliency option to
TwoLevelCache. - Add extended
cacheddecorator withinanddelsupport. - Use base85 instead of base64 for MemCached keys.
- Improved documentation following diátaxis advices.
- Hide some private internals.