Click or drag to resize

TimedCacheAttribute Constructor (UInt32)

Initializes a new instance of TimedCacheAttribute

Namespace:  Cauldron.Interceptors
Assembly:  Cauldron.Interceptors (in Cauldron.Interceptors.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public TimedCacheAttribute(
	uint decayPeriodInSeconds
)

Parameters

decayPeriodInSeconds
Type: SystemUInt32
The maximum period of cache lifetime in seconds
See Also