C# Класс Apizr.Caching.CacheItAttribute

Наследование: Apizr.Caching.CacheAttributeBase
Показать файл Открыть проект

Открытые методы

Метод Описание
CacheItAttribute ( ) : System
CacheItAttribute ( CacheMode mode ) : System
CacheItAttribute ( CacheMode mode, bool shouldInvalidateOnError ) : System
CacheItAttribute ( CacheMode mode, string lifeSpanRepresentation ) : System
CacheItAttribute ( CacheMode mode, string lifeSpanRepresentation, bool shouldInvalidateOnError ) : System
CacheItAttribute ( TimeSpan lifeSpan, bool shouldInvalidateOnError ) : System
CacheItAttribute ( bool shouldInvalidateOnError ) : System
CacheItAttribute ( string lifeSpanRepresentation ) : System

Описание методов

CacheItAttribute() публичный Метод

public CacheItAttribute ( ) : System
Результат System

CacheItAttribute() публичный Метод

public CacheItAttribute ( CacheMode mode ) : System
mode CacheMode
Результат System

CacheItAttribute() публичный Метод

public CacheItAttribute ( CacheMode mode, bool shouldInvalidateOnError ) : System
mode CacheMode
shouldInvalidateOnError bool
Результат System

CacheItAttribute() публичный Метод

public CacheItAttribute ( CacheMode mode, string lifeSpanRepresentation ) : System
mode CacheMode
lifeSpanRepresentation string
Результат System

CacheItAttribute() публичный Метод

public CacheItAttribute ( CacheMode mode, string lifeSpanRepresentation, bool shouldInvalidateOnError ) : System
mode CacheMode
lifeSpanRepresentation string
shouldInvalidateOnError bool
Результат System

CacheItAttribute() публичный Метод

public CacheItAttribute ( TimeSpan lifeSpan, bool shouldInvalidateOnError ) : System
lifeSpan TimeSpan
shouldInvalidateOnError bool
Результат System

CacheItAttribute() публичный Метод

public CacheItAttribute ( bool shouldInvalidateOnError ) : System
shouldInvalidateOnError bool
Результат System

CacheItAttribute() публичный Метод

public CacheItAttribute ( string lifeSpanRepresentation ) : System
lifeSpanRepresentation string
Результат System