Namespace TcgDex.Caching
Classes
- CachedResponse
-
A cached HTTP response body together with the validator needed to refresh it.
- MemoryTcgDexResponseCache
-
The default in-process response cache: bounded, thread-safe, and evicting the least recently used entries when full.
- TcgDexCacheOptions
-
Controls response caching.
- TcgDexCachingHandler
-
Serves repeated reads from a cache, and revalidates with the API rather than re-downloading when an entry goes stale.
Interfaces
- ITcgDexResponseCache
-
Stores API responses so repeated reads avoid the network.