Constructor, created with cache size of #DEFAULT_CACHE_SIZE

Hierarchy

  • FeaturePaintCache

Constructors

Properties

accessHistory: number[] = []
cacheSize: number = FeaturePaintCache.DEFAULT_STYLE_PAINT_CACHE_SIZE
paintCache: {
    [key: number]: FeaturePaint;
} = {}

Type declaration

DEFAULT_STYLE_PAINT_CACHE_SIZE: number = 100

Methods

Generated using TypeDoc