public void ReInitialize(object arg) { var truck = new CacheItem <Truck>(Settings.TruckCachePath); truck.BackupAndClearAll(); }