Feature description
Use case
Right now, the FileBackend cache stores the cached responses in a directory denoted by the cache_name parameter. The redirects database on the other hand is stored in parent directory. It would be more consistent if both caches would be stored in the directory denoted by cache_name, this is also the behavior of the requests cache.
Workarounds
Not that I am aware of.
Plan to implement
yes