PostSharpAPI ReferencePost­Sharp.​Patterns.​Caching.​ImplementationICache­Item­ConfigurationAuto­Reload
Open sandboxFocus

ICacheItemConfiguration.AutoReload Property

AutoReload

Determines whether the method calls are automatically reloaded (by re-evaluating the target method with the same arguments) when the cache item is removed from the cache.

Declaration
Nullable<bool> AutoReload { get; }
Property Value
Type Description
System.Nullable<Boolean>