Open sandboxFocus

Class CachingBackendBuilder

The initial object of the CachingBackend factory fluent API.

Inheritance
CachingBackendBuilder
Namespace: Metalama.Patterns.Caching.Building
Assembly: Metalama.Patterns.Caching.Backend.dll
Syntax
public class CachingBackendBuilder
Remarks

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.

Extension Methods

See Also