C# Class Aselia.Core.Cache

Inheritance: Aselia.Common.Core.CacheSurrogate
Exibir arquivo Open project: Earth2Me/Aselia

Public Methods

Method 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 method

public Cache ( ) : System
return System

Cache() public method

public Cache ( CacheSurrogate clone ) : System
clone Aselia.Common.Core.CacheSurrogate
return System

Create() public static method

public static Create ( ) : Cache
return Cache

Load() public static method

public static Load ( ) : Cache
return Cache

Load() public static method

public static Load ( Stream stream, bool leaveOpen = false ) : Cache
stream Stream
leaveOpen bool
return Cache

Save() public method

public Save ( ) : bool
return bool

Serialize() public method

public Serialize ( Stream stream, bool leaveOpen ) : void
stream Stream
leaveOpen bool
return void