public static void LoadCache() { persistentCache = new XmlCache(); tvCache = new Dictionary<string, Tuple<DateTime, WebMediaInfo>>(); }
public static void LoadCache() { persistentCache = new XmlCache(); tvCache = new Dictionary <string, Tuple <DateTime, WebMediaInfo> >(); }