Ejemplo n.º 1
0
 public static void LoadCache()
 {
     persistentCache = new XmlCache();
     tvCache = new Dictionary<string, Tuple<DateTime, WebMediaInfo>>();
 }
Ejemplo n.º 2
0
 public static void LoadCache()
 {
     persistentCache = new XmlCache();
     tvCache         = new Dictionary <string, Tuple <DateTime, WebMediaInfo> >();
 }