Beispiel #1
0
 public static void SaveCache(Guid settingsId)
 {
     CacheHelpers.SaveCache(settingsId, GetCachePath(), entry => Status.Update(entry));
 }
Beispiel #2
0
 public static MetadataCache LoadCache(Guid settingsId)
 {
     return(CacheHelpers.LoadCache(settingsId, GetCachePath(), entry => Status.Update(entry)));
 }