C# Class NetMud.Backup.BackingData

Responsible for retrieving backingdata and putting it into the cache
Afficher le fichier Open project: SwiftAusterity/NetMud

Méthodes publiques

Méthode Description
LoadAllToCache ( Type objectType ) : bool

Dumps everything of a single type into the cache from the filesystem for BackingData

LoadEverythingToCache ( ) : bool

Loads all the backing data in the current directories to the cache

WriteFullBackup ( ) : bool

Writes everything in the cache back to the file system

Method Details

LoadAllToCache() public static méthode

Dumps everything of a single type into the cache from the filesystem for BackingData
public static LoadAllToCache ( Type objectType ) : bool
objectType System.Type
Résultat bool

LoadEverythingToCache() public static méthode

Loads all the backing data in the current directories to the cache
public static LoadEverythingToCache ( ) : bool
Résultat bool

WriteFullBackup() public static méthode

Writes everything in the cache back to the file system
public static WriteFullBackup ( ) : bool
Résultat bool