Method | Description | |
---|---|---|
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 |
public CacheItAttribute ( CacheMode mode ) : System | ||
mode | CacheMode | |
return | System |
public CacheItAttribute ( CacheMode mode, bool shouldInvalidateOnError ) : System | ||
mode | CacheMode | |
shouldInvalidateOnError | bool | |
return | System |
public CacheItAttribute ( CacheMode mode, string lifeSpanRepresentation ) : System | ||
mode | CacheMode | |
lifeSpanRepresentation | string | |
return | System |
public CacheItAttribute ( CacheMode mode, string lifeSpanRepresentation, bool shouldInvalidateOnError ) : System | ||
mode | CacheMode | |
lifeSpanRepresentation | string | |
shouldInvalidateOnError | bool | |
return | System |
public CacheItAttribute ( TimeSpan lifeSpan, bool shouldInvalidateOnError ) : System | ||
lifeSpan | TimeSpan | |
shouldInvalidateOnError | bool | |
return | System |
public CacheItAttribute ( bool shouldInvalidateOnError ) : System | ||
shouldInvalidateOnError | bool | |
return | System |
public CacheItAttribute ( string lifeSpanRepresentation ) : System | ||
lifeSpanRepresentation | string | |
return | System |