C# Class Zetbox.App.Extensions.ViewDescriptorCache

Inheritance: Zetbox.API.Utils.Cache
Afficher le fichier Open project: daszat/zetbox

Méthodes publiques

Méthode Description
Clear ( ) : void
ContainsKey ( Key key ) : bool
this ( Key key ) : ViewDescriptor

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

ContainsKey() public méthode

public ContainsKey ( Key key ) : bool
key Key
Résultat bool

this() public méthode

public this ( Key key ) : ViewDescriptor
key Key
Résultat ViewDescriptor