C# 클래스 NetMud.Backup.BackingData

Responsible for retrieving backingdata and putting it into the cache
파일 보기 프로젝트 열기: SwiftAusterity/NetMud

공개 메소드들

메소드 설명
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