C# Класс FSO.Client.Network.Cache

Cache for storing characters received by the login server.
Показать файл Открыть проект

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

Метод Описание
CacheSims ( List FreshSims ) : void

Caches sims received from the LoginServer to the disk.

DeleteCache ( ) : void
GetDateCached ( ) : string

Gets the last time sims were cached from the cache.

LoadAllSims ( ) : List

Loads all sims from the player's cache.

LoadCachedSims ( List ReceivedSims ) : List

Loads sims that weren't received by the login server.

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

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

Caches sims received from the LoginServer to the disk.
public static CacheSims ( List FreshSims ) : void
FreshSims List A list of the sims received by the LoginServer.
Результат void

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

public static DeleteCache ( ) : void
Результат void

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

Gets the last time sims were cached from the cache.
public static GetDateCached ( ) : string
Результат string

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

Loads all sims from the player's cache.
public static LoadAllSims ( ) : List
Результат List

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

Loads sims that weren't received by the login server.
public static LoadCachedSims ( List ReceivedSims ) : List
ReceivedSims List Sims that were received by the login server.
Результат List