Microsoft.AspNet.SignalR.Messaging.ScaleoutSubscription.CachedStreamEnumerator.ClearCachedValue C# (CSharp) Method

ClearCachedValue() public method

public ClearCachedValue ( ) : void
return void
            public void ClearCachedValue()
            {
                _cachedValue = null;
            }
        }
ScaleoutSubscription.CachedStreamEnumerator