Skip to main content

Module cache_generator

Module cache_generator 

Source
Expand description

Cache Generator for DX Serializer

Automatically generates LLM and Machine format cache files from Human format sources. Cache files are stored in .dx/cache with path preservation.

§Cache Structure

.dx/cache/
├── llm/
│   ├── config.dx.llm
│   └── subdir/
│       └── data.dx.llm
└── machine/
    ├── config.dx.bin
    └── subdir/
        └── data.dx.bin

Structs§

CacheConfig
Configuration for cache generation
CacheGenerator
Cache generator for DX documents
CachePaths
Paths for cache files
CacheResult
Result of cache generation

Enums§

CacheError
Cache generation errors