Expand description
Caching optimizations for DDEX Builder
This module provides multi-level caching for schemas, validation results, hash computations, and compiled templates to eliminate redundant work.
Structs§
- Cache
Manager - Public API for cache operations
- Cache
Stats - Cache statistics
- Compiled
Schema - Compiled schema representation
- Compiled
Template - Compiled template for fast XML generation
- Element
Constraint - Element constraint
- Global
Cache - Multi-level cache for DDEX Builder operations
- Hash
Cache - Cache for hash computations
- HashKey
- Hash key for caching
- Schema
Cache - Cache for compiled schemas
- Template
Cache - Cache for XML templates and patterns
- Template
Key - Template key
- Validation
Cache - Cache for validation results
- Validation
Result - Validation result
- Validation
Rule - Validation rule
Enums§
- Rule
Type - Rule types
- Template
Part - Template part (static or dynamic)