Struct ConnectionCacheStats
Describes stats of cached objects in a connection
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: OSGeo.MapGuide.MaestroAPI
Assembly: OSGeo.MapGuide.MaestroAPI.dll
Syntax
public struct ConnectionCacheStats
Properties
| Improve this Doc View SourceClassDefinitions
The number of cached class definitions
Declaration
public readonly int ClassDefinitions { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
FeatureSources
The number of cached instances
Declaration
public readonly int FeatureSources { get; }
Property Value
Type | Description |
---|---|
System.Int32 |