jorgehermo9 commented on code in PR #5906: URL: https://github.com/apache/opendal/pull/5906#discussion_r2044924465
########## core/src/layers/mod.rs: ########## @@ -117,6 +117,15 @@ mod dtrace; #[cfg(all(target_os = "linux", feature = "layers-dtrace"))] pub use self::dtrace::DtraceLayer; +#[cfg(feature = "layers-foyer")] +mod foyer; +#[cfg(feature = "layers-foyer")] +pub use self::foyer::CacheKey; +#[cfg(feature = "layers-foyer")] +pub use self::foyer::CacheValue; Review Comment: I have to expose both `CacheKey` and `CacheValue` because they are part of public API (generic params of the `HybridCache` we receive in `FoyerLayer::new`) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@opendal.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org