AuthorizationStoreRoleProvider::CacheRefreshInterval Property

 

Gets the number of minutes between refreshes of the cache of the policy-store data.

Namespace:   System.Web.Security
Assembly:  System.Web (in System.Web.dll)

public:
property int CacheRefreshInterval {
	int get();
}

Property Value

Type: System::Int32

The number of minutes between refreshes of cached policy-store data. The default is 60.

.NET Framework
Available since 2.0
Return to top
Show: