Remove CacheSelector.

This commit is contained in:
Camille GILLOT
2022-10-31 16:08:09 +00:00
parent 07f1948043
commit aee4d132e7
3 changed files with 4 additions and 29 deletions

View File

@@ -7,9 +7,7 @@ pub use self::job::deadlock;
pub use self::job::{print_query_stack, QueryInfo, QueryJob, QueryJobId, QueryJobInfo, QueryMap};
mod caches;
pub use self::caches::{
ArenaCacheSelector, CacheSelector, DefaultCacheSelector, QueryCache, QueryStorage,
};
pub use self::caches::{ArenaCache, DefaultCache, QueryCache, QueryStorage};
mod config;
pub use self::config::{QueryConfig, QueryDescription, QueryVTable};