C# Class Aselia.Core.Cache

Inheritance: Aselia.Common.Core.CacheSurrogate
Afficher le fichier Open project: Earth2Me/Aselia

Méthodes publiques

Méthode Description
Cache ( ) : System
Cache ( CacheSurrogate clone ) : System
Create ( ) : Cache
Load ( ) : Cache
Load ( Stream stream, bool leaveOpen = false ) : Cache
Save ( ) : bool
Serialize ( Stream stream, bool leaveOpen ) : void

Method Details

Cache() public méthode

public Cache ( ) : System
Résultat System

Cache() public méthode

public Cache ( CacheSurrogate clone ) : System
clone Aselia.Common.Core.CacheSurrogate
Résultat System

Create() public static méthode

public static Create ( ) : Cache
Résultat Cache

Load() public static méthode

public static Load ( ) : Cache
Résultat Cache

Load() public static méthode

public static Load ( Stream stream, bool leaveOpen = false ) : Cache
stream Stream
leaveOpen bool
Résultat Cache

Save() public méthode

public Save ( ) : bool
Résultat bool

Serialize() public méthode

public Serialize ( Stream stream, bool leaveOpen ) : void
stream Stream
leaveOpen bool
Résultat void