Open sandboxFocus

Property SupportsDependencies

SupportsDependencies

Gets or sets a value indicating whether the RedisCachingBackend should support dependencies. When this property is used, the DependenciesRedisCachingBackend class is used instead of RedisCachingBackend. Note that when dependencies are enabled, at least one instance of the Redis garbage collection must run. See RunGarbageCollector for details.

Declaration
public bool SupportsDependencies { get; init; }
Property Value
Type Description
bool