influxdb/querier
Marco Neumann d46de98183
feat: extract "backend" from querier cache (#4015)
* feat: extract "backend" from querier cache

The backend will implement pruning policies like LRU and TTL as well as
where/how the data is stored. Having a proper interface for that
simplifies the implementation since we don't need to have one massive
`Cache` object with a super complex mechanism.

This is for #3985.

* refactor: `Backend` -> `CacheBackend`

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-03-11 11:49:57 +00:00
..
src feat: extract "backend" from querier cache (#4015) 2022-03-11 11:49:57 +00:00
Cargo.toml refactor: move querier's test utils to a new crate to get reused by tests in other crates (#4013) 2022-03-10 18:17:58 +00:00