/// <summary> /// Opens the tag cache file for reading. /// </summary> /// <returns>The stream that was opened.</returns> public Stream OpenCacheRead() { return(CacheFile.OpenRead()); }