Create a single value cache for the () query key

This commit is contained in:
John Kåre Alsaker
2023-02-03 18:39:31 +01:00
parent 2b3f260e74
commit 80d265240b
3 changed files with 50 additions and 4 deletions

View File

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