Adds the client store cache.

public static IIdentityServerBuilder AddResourceStoreCache<T>(IIdentityServerBuilder builder) where T : IdentityServer4.Stores.IResourceStore
Returns:
IIdentityServerBuilder

Parameters

The builder.

Type Parameters

T IdentityServer4.Stores.IResourceStore

The type of the concrete scope store class that is registered in DI.

In this article