Feature Row Cache for multiple feature tables in a single GeoPackage

Hierarchy

  • FeatureCacheTables

Constructors

Methods

  • Clear and resize the feature table cache

    Parameters

    • tableName: string

      feature table name

    • maxCacheSize: number

      max cache size

    Returns void

  • Clear and resize all caches and update the max cache size

    Parameters

    • maxCacheSize: number

      max cache size

    Returns void

  • Get the cache max size for the table name

    Returns

    max size

    Parameters

    • tableName: string

      feature table name

    Returns number

  • Get the current cache size, number of feature rows cached, for the table name

    Returns

    cache size

    Parameters

    • tableName: string

      feature table name

    Returns number

  • Resize the feature table cache

    Parameters

    • tableName: string

      feature table name

    • maxCacheSize: number

      max cache size

    Returns void

  • Set the max cache size to use when creating new feature row caches

    Parameters

    • maxCacheSize: number

      feature row max cache size

    Returns void

Generated using TypeDoc