IconCache for caching icons used by library

Hierarchy

  • IconCache

Constructors

Properties

accessHistory: number[] = []
cacheSize: number = IconCache.DEFAULT_CACHE_SIZE
iconCache: {
    [key: number]: GeoPackageImage;
} = {}

Type declaration

DEFAULT_CACHE_SIZE: number = 100

Methods

Generated using TypeDoc