Interface ICacheBuilder
Represents a builder for configuring cache services.
Namespace: IRM.Caching
Assembly: IRM.dll
Syntax
public interface ICacheBuilder
Properties
Services
Gets the Microsoft.Extensions.DependencyInjection.IServiceCollection services are attached to.
Declaration
IServiceCollection Services { get; }
Property Value
Microsoft.Extensions.DependencyInjection.IServiceCollection
The Microsoft.Extensions.DependencyInjection.IServiceCollection services are attached to. |