Свойство | Тип | Описание | |
---|---|---|---|
CacheKey | string | ||
Duration | int | ||
TimeSpanForCacheInvalidation | TimeSpan, |
Метод | Описание | |
---|---|---|
CacheAttribute ( ) : System, | ||
CacheAttribute ( int duration ) : System, | ||
CacheAttribute ( string cacheKey ) : System, | ||
CacheAttribute ( string cacheKey, int duration ) : System, |
public CacheAttribute ( int duration ) : System, | ||
duration | int | |
Результат | System, |
public CacheAttribute ( string cacheKey ) : System, | ||
cacheKey | string | |
Результат | System, |
public CacheAttribute ( string cacheKey, int duration ) : System, | ||
cacheKey | string | |
duration | int | |
Результат | System, |