| TimedCacheAttribute Constructor (UInt32) |
Namespace:
Cauldron.Interceptors
Assembly:
Cauldron.Interceptors (in Cauldron.Interceptors.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax public TimedCacheAttribute(
uint decayPeriodInSeconds
)
Parameters
- decayPeriodInSeconds
- Type: SystemUInt32
The maximum period of cache lifetime in seconds
See Also