C# Class EVESharp.Cache

Afficher le fichier Open project: Almamu/EVESharp

Méthodes publiques

Свойство Type Description
CharacterAppearanceCacheTable string[]
CharacterAppearanceCacheTableSize int
CreateCharacterCacheTable string[]
CreateCharacterCacheTableSize int
LoginCacheTable string[]
LoginCacheTableSize int

Méthodes publiques

Méthode Description
GenerateCache ( ) : bool
GetCache ( string name ) : PyObject
GetCacheData ( string name ) : PyObject
GetCacheHints ( ) : Marshal.PyDict
GetUserCache ( int user, string name ) : PyObject
GetUserCacheData ( int user, string name ) : PyObject
LoadCacheFor ( string name ) : bool
LoadUserCacheFor ( int user, string name ) : bool
LoadUserCacheFor ( int user, string name, bool force ) : bool
SaveCacheFor ( string name, PyObject data, long timestamp ) : bool
SaveUserCacheFor ( int user, string name, PyObject data, long timestamp, int ownerType, string ownerName ) : bool
UpdateCache ( string name ) : bool
UpdateUserCache ( int user, string name ) : bool

Private Methods

Méthode Description
LoadCacheFor ( string name, bool force ) : bool

Method Details

GenerateCache() public static méthode

public static GenerateCache ( ) : bool
Résultat bool

GetCache() public static méthode

public static GetCache ( string name ) : PyObject
name string
Résultat PyObject

GetCacheData() public static méthode

public static GetCacheData ( string name ) : PyObject
name string
Résultat PyObject

GetCacheHints() public static méthode

public static GetCacheHints ( ) : Marshal.PyDict
Résultat Marshal.PyDict

GetUserCache() public static méthode

public static GetUserCache ( int user, string name ) : PyObject
user int
name string
Résultat PyObject

GetUserCacheData() public static méthode

public static GetUserCacheData ( int user, string name ) : PyObject
user int
name string
Résultat PyObject

LoadCacheFor() public static méthode

public static LoadCacheFor ( string name ) : bool
name string
Résultat bool

LoadUserCacheFor() public static méthode

public static LoadUserCacheFor ( int user, string name ) : bool
user int
name string
Résultat bool

LoadUserCacheFor() public static méthode

public static LoadUserCacheFor ( int user, string name, bool force ) : bool
user int
name string
force bool
Résultat bool

SaveCacheFor() public static méthode

public static SaveCacheFor ( string name, PyObject data, long timestamp ) : bool
name string
data PyObject
timestamp long
Résultat bool

SaveUserCacheFor() public static méthode

public static SaveUserCacheFor ( int user, string name, PyObject data, long timestamp, int ownerType, string ownerName ) : bool
user int
name string
data PyObject
timestamp long
ownerType int
ownerName string
Résultat bool

UpdateCache() public static méthode

public static UpdateCache ( string name ) : bool
name string
Résultat bool

UpdateUserCache() public static méthode

public static UpdateUserCache ( int user, string name ) : bool
user int
name string
Résultat bool

Property Details

CharacterAppearanceCacheTable public_oe static_oe property

public static string[] CharacterAppearanceCacheTable
Résultat string[]

CharacterAppearanceCacheTableSize public_oe static_oe property

public static int CharacterAppearanceCacheTableSize
Résultat int

CreateCharacterCacheTable public_oe static_oe property

public static string[] CreateCharacterCacheTable
Résultat string[]

CreateCharacterCacheTableSize public_oe static_oe property

public static int CreateCharacterCacheTableSize
Résultat int

LoginCacheTable public_oe static_oe property

public static string[] LoginCacheTable
Résultat string[]

LoginCacheTableSize public_oe static_oe property

public static int LoginCacheTableSize
Résultat int