FastQuant.DataSeries.WriteCache C# (CSharp) Method

WriteCache() private method

private WriteCache ( ) : void
return void
        private void WriteCache()
        {
            if (this.cacheKey == null)
                this.cacheKey = new ObjectKey(this.file, "", new DataKeyIdArray(this.cache));
            this.file.WriteKey(this.cacheKey);
            this.cachePosition = this.cacheKey.position;
        }