MetadataStructureCachestateAdminCache Field |
Container for cached states.
Namespace:
MFiles.VAF.MetadataCache
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxprotected ConcurrentDictionary<int, StateAdmin> stateAdminCache
Protected stateAdminCache As ConcurrentDictionary(Of Integer, StateAdmin)
protected:
ConcurrentDictionary<int, StateAdmin^>^ stateAdminCache
Field Value
Type:
ConcurrentDictionaryInt32,
StateAdmin
See Also