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.binStructs§
- Cache
Config - Configuration for cache generation
- Cache
Generator - Cache generator for DX documents
- Cache
Paths - Paths for cache files
- Cache
Result - Result of cache generation
Enums§
- Cache
Error - Cache generation errors