C# Class ExpressionEngine.Internal.ObjectCache

Afficher le fichier Open project: gsscoder/exprengine

Méthodes publiques

Méthode Description
Add ( string key, object value ) : void
Contains ( string key ) : bool
this ( string key ) : object

Private Methods

Méthode Description
ObjectCache ( ) : System

Method Details

Add() public méthode

public Add ( string key, object value ) : void
key string
value object
Résultat void

Contains() public méthode

public Contains ( string key ) : bool
key string
Résultat bool

this() public méthode

public this ( string key ) : object
key string
Résultat object