Bari.Core.Build.Cache.FileBuildCache.GetCacheDirectoryName C# (CSharp) Method

GetCacheDirectoryName() private static method

Gets the directory name associated with a given Builder key
private static GetCacheDirectoryName ( BuildKey builder ) : string
builder BuildKey Builder key
return string
        private static string GetCacheDirectoryName(BuildKey builder)
        {
            return builder.ToString().Replace("/", "___");
        }