Adds the client store cache.
public static IIdentityServerBuilder AddResourceStoreCache<T>(IIdentityServerBuilder builder) where T : IdentityServer4.Stores.IResourceStore
- Returns:
- IIdentityServerBuilder
Parameters
builder
IIdentityServerBuilder
The builder.
Type Parameters
T
IdentityServer4.Stores.IResourceStore
The type of the concrete scope store class that is registered in DI.