influxdb/cache_system
Marco Neumann e04a9d875a
refactor: use concrete loader type within `CacheDriver` (#5532)
There's no technical reason to dyn-dispatch the loader. The user may
free to do so however.

Note that there's no change within `querier` because the type
inference will now automatically treat the passed `Arc` as `Arc<L>`
insteado of `Arc<dyn Loader<...>>`.

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-09-02 11:30:47 +00:00
..
benches refactor: port LRU cache backend to policy framework (#5406) 2022-08-17 14:43:24 +00:00
src refactor: use concrete loader type within `CacheDriver` (#5532) 2022-09-02 11:30:47 +00:00
Cargo.toml feat: refresh policy for caches (#5431) 2022-08-22 08:45:22 +00:00