Module cache

Module cache 

Source
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
CacheStats
Statistics for cache performance tracking
CachedResponse
Cached HTTP response data
CompiledTemplate
Compiled template with metadata for caching
ResponseCache
Response cache specifically optimized for HTTP responses
TemplateCache
Template cache for compiled templates