Usage
Before continue with this section please follow configuration steps.
After the configuration, you should install Eiffel.Caching.Abstractions NuGet package into your application. This package contains common interfaces such as ICacheService
, ICacheServiceFactory
etc.
In your application services, controllers or other infrastructure service you can use ICacheService
with dependency injection.
If you want to separate your data between different indexes in Redis you can use ICacheServiceFactory
Last updated