Assembly
| Type | Summary |
|---|---|
| CacheBase | Base class for caches. |
| CacheOptions | Configuration options for caching. |
| CacheOptionsRedis | Configuration options for Redis cache. |
| CacheService | Implements a basic cache service. |
| DefaultCache | A default cache implemetation that stores information in memory. |
| ICache | Allows the implementation of simple cache functionality. |
| ICacheService | Allows the implementation of a cache service. |
| RedisCache | A cache implementation that stores information in Redis. |
| Type | Summary |
|---|---|
| KpokPatagonCacheBuilderExtensions | Builder extension methods to register cache services. |
In this document