C# 클래스 ExpressionEngine.Internal.ObjectCache

파일 보기 프로젝트 열기: gsscoder/exprengine

공개 메소드들

메소드 설명
Add ( string key, object value ) : void
Contains ( string key ) : bool
this ( string key ) : object

비공개 메소드들

메소드 설명
ObjectCache ( ) : System

메소드 상세

Add() 공개 메소드

public Add ( string key, object value ) : void
key string
value object
리턴 void

Contains() 공개 메소드

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

this() 공개 메소드

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