Expand description
Content-addressed cache for extracted OCI layers.
Each layer is stored by its digest (SHA256), so identical layers shared across different images are only stored once on disk.
Structs§
- Layer
Cache - Content-addressed cache for extracted OCI layers.
- Layer
Meta - Metadata for a cached layer entry.