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)
66
get{ return
_CacheRefreshInterval
; }