Expand description
High-performance caching utilities for MockForge
This module provides various caching strategies to optimize performance for frequently accessed data.
Structsยง
- Cache
- High-performance in-memory cache with TTL and LRU eviction
- Cache
Stats - Statistics for cache performance tracking
- Cached
Response - Cached HTTP response data
- Compiled
Template - Compiled template with metadata for caching
- Response
Cache - Response cache specifically optimized for HTTP responses
- Template
Cache - Template cache for compiled templates