Skip to main content
A newer version of this page is available. .

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

Namespace: DevExpress.ExpressApp.Security.Xpo.Adapters

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

Declaration

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

Parameters

Name Type
requestCache IDictionary<String, Boolean>
See Also