Ejemplo n.º 1
0
 static SpectrumCache()
 {
     cache          = new MRU(typeof(string));
     cache.Capacity = 1000;
 }
Ejemplo n.º 2
0
 static SpectrumCache()
 {
     cache = new MRU(typeof(string));
     cache.Capacity = 1000;
 }
Ejemplo n.º 3
0
 static DataSourceCache()
 {
     cache          = new MRU(typeof(string));
     cache.Capacity = 30;
 }
Ejemplo n.º 4
0
 static DataSourceCache()
 {
     cache = new MRU(typeof(string));
     cache.Capacity = 30;
 }