static SpectrumCache() { cache = new MRU(typeof(string)); cache.Capacity = 1000; }
static DataSourceCache() { cache = new MRU(typeof(string)); cache.Capacity = 30; }