Show / Hide Table of Contents

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.

Extension Methods

ObjectExtensions.DeepClone<T>(T)
AnnotationsExtensions.IsValid(Object)
Back to top Generated by DocFX