1 write to _CacheRefreshInterval
System.Web (1)
Security\AuthStoreRoleProvider.cs (1)
89_CacheRefreshInterval = SecUtility.GetIntValue( config, "cacheRefreshInterval", 60, false, 0 );
1 reference to _CacheRefreshInterval
System.Web (1)
Security\AuthStoreRoleProvider.cs (1)
66get{ return _CacheRefreshInterval; }