C# 클래스 CacheAttribute, restaurant

상속: MethodInterceptionAspect
파일 보기 프로젝트 열기: emmysteven/restaurant 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CacheKey string
Duration int
TimeSpanForCacheInvalidation TimeSpan,

공개 메소드들

메소드 설명
CacheAttribute ( ) : System,
CacheAttribute ( int duration ) : System,
CacheAttribute ( string cacheKey ) : System,
CacheAttribute ( string cacheKey, int duration ) : System,

메소드 상세

CacheAttribute() 공개 메소드

public CacheAttribute ( ) : System,
리턴 System,

CacheAttribute() 공개 메소드

public CacheAttribute ( int duration ) : System,
duration int
리턴 System,

CacheAttribute() 공개 메소드

public CacheAttribute ( string cacheKey ) : System,
cacheKey string
리턴 System,

CacheAttribute() 공개 메소드

public CacheAttribute ( string cacheKey, int duration ) : System,
cacheKey string
duration int
리턴 System,

프로퍼티 상세

CacheKey 공개적으로 프로퍼티

public string CacheKey
리턴 string

Duration 공개적으로 프로퍼티

public int Duration
리턴 int

TimeSpanForCacheInvalidation 공개적으로 프로퍼티

public TimeSpan, TimeSpanForCacheInvalidation
리턴 TimeSpan,