Method | Description | |
---|---|---|
CacheReadAttribute ( ) : System | ||
CacheReadAttribute ( CacheMode mode ) : System | ||
CacheReadAttribute ( CacheMode mode, bool shouldInvalidateOnError ) : System | ||
CacheReadAttribute ( CacheMode mode, string lifeSpanRepresentation ) : System | ||
CacheReadAttribute ( CacheMode mode, string lifeSpanRepresentation, bool shouldInvalidateOnError ) : System | ||
CacheReadAttribute ( TimeSpan lifeSpan, bool shouldInvalidateOnError ) : System | ||
CacheReadAttribute ( bool shouldInvalidateOnError ) : System | ||
CacheReadAttribute ( string lifeSpanRepresentation ) : System |
public CacheReadAttribute ( CacheMode mode ) : System | ||
mode | CacheMode | |
return | System |
public CacheReadAttribute ( CacheMode mode, bool shouldInvalidateOnError ) : System | ||
mode | CacheMode | |
shouldInvalidateOnError | bool | |
return | System |
public CacheReadAttribute ( CacheMode mode, string lifeSpanRepresentation ) : System | ||
mode | CacheMode | |
lifeSpanRepresentation | string | |
return | System |
public CacheReadAttribute ( CacheMode mode, string lifeSpanRepresentation, bool shouldInvalidateOnError ) : System | ||
mode | CacheMode | |
lifeSpanRepresentation | string | |
shouldInvalidateOnError | bool | |
return | System |
public CacheReadAttribute ( TimeSpan lifeSpan, bool shouldInvalidateOnError ) : System | ||
lifeSpan | TimeSpan | |
shouldInvalidateOnError | bool | |
return | System |
public CacheReadAttribute ( bool shouldInvalidateOnError ) : System | ||
shouldInvalidateOnError | bool | |
return | System |
public CacheReadAttribute ( string lifeSpanRepresentation ) : System | ||
lifeSpanRepresentation | string | |
return | System |