C# 클래스 JordanRift.Grassroots.Framework.Helpers.HttpCache

상속: ICache
파일 보기 프로젝트 열기: JordanRift/Grassroots

공개 메소드들

메소드 설명
Add ( string key, object value ) : void
Exists ( string key ) : bool
Get ( string key ) : object
Remove ( string key ) : void

메소드 상세

Add() 공개 메소드

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

Exists() 공개 메소드

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

Get() 공개 메소드

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

Remove() 공개 메소드

public Remove ( string key ) : void
key string
리턴 void