CACHE_MAGIC

Constant CACHE_MAGIC 

Source
pub const CACHE_MAGIC: [u8; 4];
Expand description

Magic header for cache-kit entries: b“CKIT“

This 4-byte signature identifies valid cache-kit cache entries. Any entry without this magic is rejected during deserialization.