new Cache( [options])
Creates or returns the existing Cache instance.
Parameters:
Name | Type | Argument | Description | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
<optional> |
Configuration options for the cache Properties
|
Returns:
The singleton Cache instance
- Type
- Cache
Methods
-
flushLayer(layer)
-
Removes all tiles associated with a specific layer from the cache.
Parameters:
Name Type Description layer
Layer The layer whose tiles should be flushed
-
getStats()
-
Gets current cache statistics.
Returns:
Current cache statistics
- Type
- Object
-
setCandidates(layer)
-
Registers a layer's tiles as candidates for downloading and initiates the update process.
Parameters:
Name Type Description layer
Layer The layer whose tiles should be considered for caching
-
update()
-
Updates the cache state by processing the download queue while respecting capacity and rate limits.
-
<static> getInstance( [options])
-
Gets the singleton instance with optional configuration update.
Parameters:
Name Type Argument Description options
Object <optional>
Configuration options to update
Returns:
The singleton Cache instance
- Type
- Cache