core/api_cache library
Classes
- ApiCache
- Global cache management facade.
- CacheConfig
- Cache configuration for a single ApiExecutor.execute call.
- CacheStorage
- Storage backend for the cache layer.
- InMemoryCacheStorage
- Default in-memory cache storage.
Enums
- CachePolicy
- Controls how ApiExecutor.execute interacts with the cache.