C# Class NetMud.Backup.BackingData

Responsible for retrieving backingdata and putting it into the cache
ファイルを表示 Open project: SwiftAusterity/NetMud

Public Methods

Method 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 method

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

LoadEverythingToCache() public static method

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

WriteFullBackup() public static method

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