PostSharpAPI ReferencePost­Sharp.​Patterns.​CachingCaching­ProfileICache­Item­Configuration.​Auto­Reload
Open sandboxFocus

CachingProfile.ICacheItemConfiguration.AutoReload Property

ICacheItemConfiguration.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> ICacheItemConfiguration.AutoReload { get; }
Returns
Type Description
System.Nullable<Boolean>
Implements
ICacheItemConfiguration.AutoReload