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