System.Web.Caching.Cache.InvokePrivateCallbacks C# (CSharp) Method

InvokePrivateCallbacks() private method

private InvokePrivateCallbacks ( ) : void
return void
		internal void InvokePrivateCallbacks ()
		{
			try {
				cacheLock.EnterReadLock ();
				cache.InvokePrivateCallbacks ();
			}  finally {
				// See comment at the top of the file, above cacheLock declaration
				cacheLock.ExitReadLock ();
			}
		}