Skip to main content

Module cache

Module cache 

Source
Expand description

Caching system for What framework

Provides multi-level caching with support for:

  • Per-page caching
  • Per-user caching
  • Per-content caching
  • External API response caching

Structs§

CacheConfig
Cache configuration
CacheControl
Cache control directives for responses
CacheStats
Cache statistics
CachedValue
Cached value with metadata
WhatCache
Multi-level cache for the What framework

Enums§

CacheKey
Cache key types for different caching strategies
CacheScope