KpokPatagon.Cache


Assembly

Version:
10.0.25249.1
Product version:
KpokPatagon-CI_main_20250906.1+dc75577e9f4ecde646ed76cb7b51a3278d760c1f
Product:
Kpok Patagon Framework
Culture:
neutral
Public key token:
856a2402e38a9992

Namespaces (2)

KpokPatagon.Cache

TypeSummary
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.

KpokPatagon.Cache.DependencyInjection

TypeSummary
KpokPatagonCacheBuilderExtensions Builder extension methods to register cache services.