BackendFactory
Gets or sets a delegate creating the CachingBackend.
Declaration
public Func<CachingBackendBuilder, ConcreteCachingBackendBuilder>? BackendFactory { get; init; }Property Value
| Type | Description |
|---|---|
| Func<CachingBackendBuilder, ConcreteCachingBackendBuilder> |