ClientRoleProvider::ResetCache Method ()
.NET Framework (current version)
Clears the cached role information and resets the cache time-out period.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
The ResetCache method removes all role information from the local cache and causes the cache to expire. After you call this method, your next call to the GetRolesForUser or IsUserInRole method will retrieve role information from the configured role service instead of the local cache.
You can use this method to enable users to refresh the roles cache when their role has changed but the cache has not yet expired. For information about how to set the roles cache time-out interval, see How to: Configure Client Application Services.
.NET Framework
Available since 3.5
Available since 3.5
Show: