Skip to main content

Module cache

Module cache 

Source

Structs§

CacheMetadata
CacheMetadataV3
Metadata layout written by cache V3. Keep this byte-for-byte stable so V3 remains readable after the current cache schema evolves.
DbCache
DbCacheV1
DbCacheV2
DbCacheV3
Cache layout written by safe-migrate v0.4.3.
DependencyCache
ForeignKeyCache
IndexCache
LegacyTriggerCache
TriggerCache

Enums§

DbCacheVersioned

Constants§

CACHE_FORMAT_VERSION
CACHE_V3_MAGIC
Prefixes every V3 payload after zstd decompression. Older caches did not have a payload header, so this prevents their bincode V3 discriminator from being mistaken for the redesigned V3 schema.
CACHE_V4_MAGIC