KpokPatagon.Cache


Assembly

Version:
10.1.26076.1
Product version:
KpokPatagon-CI_main_20260317.1+78350ee54cb3f36c785b4f8a55b48947d7a46192
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.