C# 클래스 BridgeStack.CacheLifeSpanAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: bevacqua/BridgeStack 1 사용 예제들

공개 메소드들

메소드 설명
CacheLifeSpanAttribute ( int days, int hours, int minutes, int seconds ) : System

Decorator to indicate the time before a cache item entry decays.

메소드 상세

CacheLifeSpanAttribute() 공개 메소드

Decorator to indicate the time before a cache item entry decays.
public CacheLifeSpanAttribute ( int days, int hours, int minutes, int seconds ) : System
days int Number of days.
hours int Number of hours.
minutes int Number of minutes.
seconds int Number of seconds.
리턴 System