C# Class CacheAttribute, restaurant

Inheritance: MethodInterceptionAspect
Show file Open project: emmysteven/restaurant Class Usage Examples

Public Properties

Property Type Description
CacheKey string
Duration int
TimeSpanForCacheInvalidation TimeSpan,

Public Methods

Method Description
CacheAttribute ( ) : System,
CacheAttribute ( int duration ) : System,
CacheAttribute ( string cacheKey ) : System,
CacheAttribute ( string cacheKey, int duration ) : System,

Method Details

CacheAttribute() public method

public CacheAttribute ( ) : System,
return System,

CacheAttribute() public method

public CacheAttribute ( int duration ) : System,
duration int
return System,

CacheAttribute() public method

public CacheAttribute ( string cacheKey ) : System,
cacheKey string
return System,

CacheAttribute() public method

public CacheAttribute ( string cacheKey, int duration ) : System,
cacheKey string
duration int
return System,

Property Details

CacheKey public property

public string CacheKey
return string

Duration public property

public int Duration
return int

TimeSpanForCacheInvalidation public property

public TimeSpan, TimeSpanForCacheInvalidation
return TimeSpan,