C# Класс NetMud.Backup.BackingData

Responsible for retrieving backingdata and putting it into the cache
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

LoadAllToCache() публичный статический Метод

Dumps everything of a single type into the cache from the filesystem for BackingData
public static LoadAllToCache ( Type objectType ) : bool
objectType System.Type
Результат bool

LoadEverythingToCache() публичный статический Метод

Loads all the backing data in the current directories to the cache
public static LoadEverythingToCache ( ) : bool
Результат bool

WriteFullBackup() публичный статический Метод

Writes everything in the cache back to the file system
public static WriteFullBackup ( ) : bool
Результат bool