MetalamaAPI documentationPatterns APIMetalama.​Patterns.​CachingCache­Item­ConfigurationAuto­Reload
Open sandboxFocus

CacheItemConfiguration.AutoReload Property

AutoReload

Gets a value indicating 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
public Nullable<bool> AutoReload { get; set; }
Property Value
Type Description
Nullable<Boolean>
Implements
ICacheItemConfiguration.AutoReload