Disco.Services.DeviceProfileExtensions.ComputerNameInvalidateCache C# (CSharp) Method

ComputerNameInvalidateCache() public static method

public static ComputerNameInvalidateCache ( this deviceProfile ) : void
deviceProfile this
return void
        public static void ComputerNameInvalidateCache(this DeviceProfile deviceProfile)
        {
            ExpressionCache.InvalidateKey(ComputerNameExpressionCacheModule, deviceProfile.Id.ToString());
        }