C# 클래스 Hd.Portal.Components.Cache

파일 보기 프로젝트 열기: TargetProcess/Tp.HelpDesk

공개 메소드들

메소드 설명
Get ( string key ) : object
Set ( string key, object value, int minutes ) : void

메소드 상세

Get() 공개 메소드

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

Set() 공개 메소드

public Set ( string key, object value, int minutes ) : void
key string
value object
minutes int
리턴 void