OwnsBackend
Gets or sets a value indicating whether the CachingService owns the Backend. The default value of this property
is true
if BackendFactory is non-null and false
otherwise. When the profile owns the CachingBackend,
When the backend is owned, the CachingService will initialize it and dispose it. Otherwise, this should be performed by the caller.
Declaration
public bool OwnsBackend { get; init; }
Property Value
Type | Description |
---|---|
bool |