Bari.Core.Build.Cache.MemoryBuildCache.UnlockForBuilder C# (CSharp) Method

UnlockForBuilder() public method

Removes the lock put by the IBuildCache.LockForBuilder method.
public UnlockForBuilder ( BuildKey builder ) : void
builder BuildKey Builder key
return void
        public void UnlockForBuilder(BuildKey builder)
        {
            GetOrCreate(builder).ExitUpgradeableLock();
        }