Skip to main content

Module cache

Module cache 

Source
Expand description

Cache module for cold start optimization.

Provides two caching layers:

  • LayerCache: Content-addressed cache for extracted OCI layers
  • RootfsCache: 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.