Default
Gets or sets the default CachingService instance used when dependency injection is disabled.
Declaration
public static CachingService Default { get; set; }Property Value
| Type | Description |
|---|---|
| CachingService |
Remarks
This property should be initialized during application startup when not using dependency injection. Use the Create(Action<ICachingServiceBuilder>?, IServiceProvider?) method to create an instance.