Released: Sun May 5 2024
usecase
- **[usecase] [memcached]** Added support for an additional pymemcached client parameter
`PyMemcacheBackend.memcached_expire_time`. Pull request
courtesy Takashi Kajinami.
bug
- **[bug] [typing]** Fixed the return type for `CacheRegion.get()`, which was inadvertently
hardcoded to use `CacheReturnType` that only resolved to `CachedValue`
or `NoValue`. Fixed to return `ValuePayload` which resolves to
`Any`, as well as a new literal indicating an enum constant for
:data:`.api.NO_VALUE`. The :data:`.api.NO_VALUE` constant remains
available as the single element of this enum.
Unknown interpreted text role "data".
Unknown interpreted text role "data".
rel_1_3_2