Module cache_implementations

Module cache_implementations 

Source
Expand description

Concrete caching implementations for ricecoder

This module provides ready-to-use caching implementations for common operations:

  • Configuration caching
  • Specification caching
  • Provider response caching
  • Project analysis caching

Structsยง

CacheStats
Cache statistics tracker
ConfigCache
Configuration caching wrapper
ProjectAnalysisCache
Project analysis caching wrapper
ProviderCache
Provider response caching wrapper
SpecCache
Specification caching wrapper