Class DashboardFencingCache
Inheritance
DashboardFencingCache
Assembly: SoDataBase.dll
Syntax
[CacheV2(0)]
public class DashboardFencingCache : CacheBaseV2
Constructors
DashboardFencingCache()
Declaration
public DashboardFencingCache()
Properties
DashboardCount
Declaration
public int DashboardCount { get; }
Property Value
DashboardMaximum
Declaration
public int DashboardMaximum { 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
HasReachedDashboardLimit()
Declaration
public bool HasReachedDashboardLimit()
Returns
OnLoad()
Actual cache loading method, to be implemented by derived class. Sentry is Ignored when this method is called
Declaration
protected override void OnLoad()
Overrides
OnLoadAsync(CancellationToken)
Actual cache loading method, to be implemented by derived class. Sentry is Ignored when this method is called
Declaration
[CreateSyncVersion(OmitNullableDirective = true)]
protected override Task OnLoadAsync(CancellationToken cancellationToken)
Parameters
Returns
Overrides
Extension Methods