Search Results for

    Show / Hide Table of Contents

    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 Source

    ClassDefinitions

    The number of cached class definitions

    Declaration
    public readonly int ClassDefinitions { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    FeatureSources

    The number of cached instances

    Declaration
    public readonly int FeatureSources { get; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng