Skip to main content
.NET 6.0+

XPOClientServerCachedRequestSecurityAdapter.SetRequestCache(IDictionary<String, Boolean>) Method

For internal use.

Namespace: DevExpress.ExpressApp.Security.Xpo.Adapters

Assembly: DevExpress.ExpressApp.Security.Xpo.v23.2.dll

Declaration

public virtual void SetRequestCache(
    IDictionary<string, bool> requestCache
)

Parameters

Name Type
requestCache IDictionary<String, Boolean>
See Also