AjaxControlToolkit.NoBot.EmptyUserAddressCache C# (CSharp) Method

EmptyUserAddressCache() public static method

Clears the user address cache
public static EmptyUserAddressCache ( ) : void
return void
        public static void EmptyUserAddressCache()
        {
            lock(_pastAddresses) {
                _pastAddresses.Clear();
            }
        }