CachingProfile.AcquireLockTimeoutStrategy Property
|
Gets or sets the behavior in case that the caching aspect could not acquire a lock because of a timeout.
The default behavior is to throw a
TimeoutException. You can implement your own strategy by implementing
the
IAcquireLockTimeoutStrategy interface. If the
OnTimeout(String) does not return
any exception, the cached method will be evaluated (even without a lock).
Namespace:
PostSharp.Patterns.Caching
Assembly:
PostSharp.Patterns.Caching (in PostSharp.Patterns.Caching.dll) Version: 2023.0.3.0 (2023.0.3.0)
Syntax
See Also