C# 클래스 Aselia.Core.Cache

상속: Aselia.Common.Core.CacheSurrogate
파일 보기 프로젝트 열기: Earth2Me/Aselia

공개 메소드들

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

메소드 상세

Cache() 공개 메소드

public Cache ( ) : System
리턴 System

Cache() 공개 메소드

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

Create() 공개 정적인 메소드

public static Create ( ) : Cache
리턴 Cache

Load() 공개 정적인 메소드

public static Load ( ) : Cache
리턴 Cache

Load() 공개 정적인 메소드

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

Save() 공개 메소드

public Save ( ) : bool
리턴 bool

Serialize() 공개 메소드

public Serialize ( Stream stream, bool leaveOpen ) : void
stream Stream
leaveOpen bool
리턴 void