Use Key impl to select cache.

This commit is contained in:
Camille GILLOT
2022-10-31 23:16:24 +00:00
parent ade5cffc2b
commit bc9a202a22
4 changed files with 47 additions and 13 deletions

View File

@@ -8,7 +8,7 @@ pub use self::job::{print_query_stack, QueryInfo, QueryJob, QueryJobId, QueryJob
mod caches;
pub use self::caches::{
ArenaCache, DefaultCache, QueryCache, QueryStorage, VecArenaCache, VecCache,
CacheSelector, DefaultCacheSelector, QueryCache, QueryStorage, VecCacheSelector,
};
mod config;