cache: add optional runtime cache contracts
This commit is contained in:
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user