Expand description
Cache module for cold start optimization.
Provides two caching layers:
LayerCache: Content-addressed cache for extracted OCI layersRootfsCache: Cache for fully-built rootfs directories
Re-exports§
pub use layer_cache::LayerCache;pub use rootfs_cache::RootfsCache;
Modules§
- layer_
cache - Content-addressed cache for extracted OCI layers.
- rootfs_
cache - Cache for fully-built rootfs directories.