cache: add optional runtime cache contracts

This commit is contained in:
a.tolmachev
2026-05-03 21:04:47 +00:00
parent 33a5773415
commit 1deb70c926
7 changed files with 444 additions and 41 deletions
+2
View File
@@ -1,5 +1,6 @@
mod aggregation;
mod auth;
mod cache;
mod error;
mod executor;
mod limits;
@@ -11,6 +12,7 @@ mod secret_crypto;
mod streaming;
pub use auth::ResolvedAuth;
pub use cache::{RuntimeCacheConfig, RuntimeCacheConfigError};
pub use error::RuntimeError;
pub use executor::RuntimeExecutor;
pub use limits::{RuntimeLimits, RuntimeLimitsConfigError};