Skip to content

Commit a2333d3

Browse files
committed
Make CachingStoreManager public
Signed-off-by: Ryan Levick <[email protected]>
1 parent f4aca9d commit a2333d3

File tree

1 file changed

+2
-2
lines changed
  • crates/factor-key-value/src

1 file changed

+2
-2
lines changed

crates/factor-key-value/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ use host::KEY_VALUE_STORES_KEY;
1212
use spin_factors::{
1313
ConfigureAppContext, Factor, FactorInstanceBuilder, InitContext, PrepareContext, RuntimeFactors,
1414
};
15-
use util::{CachingStoreManager, DefaultManagerGetter};
15+
use util::DefaultManagerGetter;
1616

1717
pub use host::{log_error, Error, KeyValueDispatch, Store, StoreManager};
1818
pub use runtime_config::RuntimeConfig;
19-
pub use util::DelegatingStoreManager;
19+
pub use util::{CachingStoreManager, DelegatingStoreManager};
2020

2121
/// A factor that provides key-value storage.
2222
pub struct KeyValueFactor {

0 commit comments

Comments
 (0)