Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Decorator creates cache with Cache() constructor
* See aio-libs#473: Deprecate using cache specific constructors * aio-libs#473 * `Cache` class was introduced as a proxy for instantiating the different backends. There should be only one way of doing things and `Cache` is the preferred way of doing that so will deprecate the others. * This is now applied to `cached._get_cache()`
- Loading branch information