ISupportsDynamicCaching Interface
Indicates that a custom dataset can be used in a layer with dynamic caching.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECustomObjects assembly)
Syntax
public interface ISupportsDynamicCaching
Remarks
The ISupportsDynamicCaching interface is an empty marker interface. If a custom dataset implements this interface, it signals to Carmenta Engine that it can be used in an OrdinaryLayer with cache mode Dynamic or DynamicAsync. If a custom dataset without this marker interface is used on a cached layer, an exception will be thrown.
To support dynamic caching, a custom dataset must call CustomDataSetContext.RefreshFeaturePresentation, CustomDataSetContext.RefreshAllFeaturePresentation and CustomDataSetContext.RemoveFeaturePresentation as appropriate, when the dataset adds, modifies or removes features.
Platforms
Windows, Linux, Android
ISupportsDynamicCaching Members
The ISupportsDynamicCaching type has the following members.