Builder extension methods to register cache services.
Adds an ICacheService implemented by CacheService to DI.
public IServiceCollection AddKpokCacheService(services, configuration, configurationKey)| Name | Type | Summary |
|---|---|---|
| services | IServiceCollection | The service collection. |
| configuration | IConfiguration | The configuration for the application. |
| configurationKey | String | The key for the cache configuration section. |
In this document