예제 #1
0
        public CacheRow Read(long datafeedHashKey)
        {
            CacheRow cacheRow = cacheReader.Find(CACHE_CONFIG_FILE, datafeedHashKey.ToString());

            return(cacheRow);
        }