Skip to content

Commit ebc5524

Browse files
remove caching provider, handle cache directly in RPC provider
1 parent 7992d73 commit ebc5524

File tree

8 files changed

+127
-290
lines changed

8 files changed

+127
-290
lines changed

core/src/execution/cache/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
mod provider;
21
mod state;
32

4-
pub use provider::CachingProvider;
53
pub(crate) use state::Cache;

core/src/execution/cache/provider.rs

Lines changed: 0 additions & 250 deletions
This file was deleted.

0 commit comments

Comments
 (0)