public CacheRow Read(long datafeedHashKey) { CacheRow cacheRow = cacheReader.Find(CACHE_CONFIG_FILE, datafeedHashKey.ToString()); return(cacheRow); }