C# 클래스 CQRS.Talk.Sample5.CQRS.Decorator.Query.CacheProvider

상속: ICacheProvider
파일 보기 프로젝트 열기: trailmax/CQRS.Talk

공개 메소드들

메소드 설명
CacheProvider ( ) : System
Get ( string cacheKey ) : object
Set ( string cacheKey, object cachedResult, System.TimeSpan cacheDuration ) : void

메소드 상세

CacheProvider() 공개 메소드

public CacheProvider ( ) : System
리턴 System

Get() 공개 메소드

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

Set() 공개 메소드

public Set ( string cacheKey, object cachedResult, System.TimeSpan cacheDuration ) : void
cacheKey string
cachedResult object
cacheDuration System.TimeSpan
리턴 void