The initial object of the CachingBackend factory fluent API.
Namespace: Metalama.Patterns.Caching.Building
Assembly: Metalama.Patterns.Caching.Backend.dll
Syntax
public class CachingBackendBuilderRemarks
This class is the entry point for building caching backends. Use extension methods like Memory(CachingBackendBuilder, MemoryCachingBackendConfiguration?) to select a specific backend type.
Constructors
| Name | Description |
|---|---|
| CachingBackendBuilder(IServiceProvider?) | Initializes a new instance of the CachingBackendBuilder class. |
Properties
| Name | Description |
|---|---|
| ServiceProvider | Gets the IServiceProvider used to resolve services during backend creation. |