v8.0
- Add
LockedCache
class for shared cache and threading. - Add
DictCache
class for dict-based cache. - Add resiliency option to
TwoLevelCache
. - Add extended
cached
decorator within
anddel
support. - Use base85 instead of base64 for MemCached keys.
- Improved documentation following diátaxis advices.
- Hide some private internals.