KestrunHostSessionExtensions.IsDistributedCacheRegistered method

Checks if a distributed cache implementation is already registered with the host.

public static bool IsDistributedCacheRegistered(this KestrunHost host)
parameter description
host The KestrunHost to check.

Return Value

true if a distributed cache is registered; otherwise, false.

See Also