KpokPatagon.Cache


Assembly

Version:
10.1.25347.2
Product version:
KpokPatagon-CI_main_20251213.2+b3e7917146614134a5eeca97d7560356614c01ad
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.