CClash.CacheInfo.CacheInfo C# (CSharp) 메소드

CacheInfo() 공개 메소드

public CacheInfo ( FileCacheStore statCache ) : System
statCache FileCacheStore
리턴 System
        public CacheInfo(FileCacheStore statCache)
        {
            cache = statCache;
            Logging.Emit("creating cache info mutex");
            statMtx = new Mutex(false, "cclash_stat_" + cache.FolderPath.ToLower().GetHashCode());
            Logging.Emit("created cache info mutex");
        }