https://github.com/sqlalchemy/dogpile.cache/blob/96b8b2858f29c44893257b2487fd38554d4346ef/dogpile/cache/region.py#L429 Returning a fixed type here is unfriendly to subclassing `CacheRegion` to e.g. add new methods.
dogpile.cache/dogpile/cache/region.py
Line 429 in 96b8b28
Returning a fixed type here is unfriendly to subclassing
CacheRegionto e.g. add new methods.