Skip to main content

Module blob_cache_v2

Module blob_cache_v2 

Source
Expand description

Blob-level cache for content-addressed function blobs. Caches individual FunctionBlobs by content hash on disk (~/.shape/cache/blobs/).

Structs§

BlobCache
Cache for individual function blobs, keyed by content hash.
CacheStats
JitCodeCache
JIT code cache - in-memory only (Cranelift JITModule can’t serialize).