C# Class ExpressionEngine.Internal.ObjectCache

Mostra file Open project: gsscoder/exprengine

Public Methods

Method Description
Add ( string key, object value ) : void
Contains ( string key ) : bool
this ( string key ) : object

Private Methods

Method Description
ObjectCache ( ) : System

Method Details

Add() public method

public Add ( string key, object value ) : void
key string
value object
return void

Contains() public method

public Contains ( string key ) : bool
key string
return bool

this() public method

public this ( string key ) : object
key string
return object