Class SaintConfigurationCache
Inheritance
SaintConfigurationCache
Assembly: SoDataBase.dll
Syntax
[CacheV2(0)]
public class SaintConfigurationCache : CacheBaseV2
Constructors
SaintConfigurationCache()
Declaration
public SaintConfigurationCache()
Properties
ConfigurationRows
Declaration
public IReadOnlyDictionary<SoTable, SaintConfigurationRow> ConfigurationRows { get; }
Property Value
TableNames
Gets the names of the table data that are cached in this cache. When these tables are updated
the cache will be disposed so a new cache instance can take its place.
Declaration
protected override IEnumerable<string> TableNames { get; }
Property Value
Overrides
Methods
OnLoad()
Declaration
protected override void OnLoad()
Overrides
OnLoadAsync(CancellationToken)
Declaration
protected override Task OnLoadAsync(CancellationToken cancellationToken)
Parameters
Returns
Overrides
Extension Methods