C# Class CacheAttribute, restaurant

Inheritance: MethodInterceptionAspect
Afficher le fichier Open project: emmysteven/restaurant Class Usage Examples

Méthodes publiques

Свойство Type Description
CacheKey string
Duration int
TimeSpanForCacheInvalidation TimeSpan,

Méthodes publiques

Méthode Description
CacheAttribute ( ) : System,
CacheAttribute ( int duration ) : System,
CacheAttribute ( string cacheKey ) : System,
CacheAttribute ( string cacheKey, int duration ) : System,

Method Details

CacheAttribute() public méthode

public CacheAttribute ( ) : System,
Résultat System,

CacheAttribute() public méthode

public CacheAttribute ( int duration ) : System,
duration int
Résultat System,

CacheAttribute() public méthode

public CacheAttribute ( string cacheKey ) : System,
cacheKey string
Résultat System,

CacheAttribute() public méthode

public CacheAttribute ( string cacheKey, int duration ) : System,
cacheKey string
duration int
Résultat System,

Property Details

CacheKey public_oe property

public string CacheKey
Résultat string

Duration public_oe property

public int Duration
Résultat int

TimeSpanForCacheInvalidation public_oe property

public TimeSpan, TimeSpanForCacheInvalidation
Résultat TimeSpan,