C# Class Zetbox.App.Extensions.ViewDescriptorCache

Inheritance: Zetbox.API.Utils.Cache
Mostra file Open project: daszat/zetbox

Public Methods

Method Description
Clear ( ) : void
ContainsKey ( Key key ) : bool
this ( Key key ) : ViewDescriptor

Method Details

Clear() public method

public Clear ( ) : void
return void

ContainsKey() public method

public ContainsKey ( Key key ) : bool
key Key
return bool

this() public method

public this ( Key key ) : ViewDescriptor
key Key
return ViewDescriptor