C# 클래스 Zetbox.App.Extensions.ViewModelDescriptorCache

상속: Zetbox.API.Utils.Cache
파일 보기 프로젝트 열기: daszat/zetbox 1 사용 예제들

공개 메소드들

메소드 설명
Clear ( ) : void
ContainsKey ( string key ) : bool
ViewModelDescriptorCache ( IReadOnlyZetboxContext ctx ) : System
this ( string key ) : ViewModelDescriptor

비공개 메소드들

메소드 설명
FillCache ( ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

ContainsKey() 공개 메소드

public ContainsKey ( string key ) : bool
key string
리턴 bool

ViewModelDescriptorCache() 공개 메소드

public ViewModelDescriptorCache ( IReadOnlyZetboxContext ctx ) : System
ctx IReadOnlyZetboxContext
리턴 System

this() 공개 메소드

public this ( string key ) : ViewModelDescriptor
key string
리턴 ViewModelDescriptor