StoreStats class

Provides statistics about a StoreDirectory

Properties

cacheHits int
Retrieve the number of tiles that were successfully retrieved from the store during browsing synchronously
no setter
cacheHitsAsync Future<int>
Retrieve the number of tiles that were successfully retrieved from the store during browsing asynchronously
no setter
cacheMisses int
Retrieve the number of tiles that were unsuccessfully retrieved from the store during browsing synchronously
no setter
cacheMissesAsync Future<int>
Retrieve the number of tiles that were unsuccessfully retrieved from the store during browsing asynchronously
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storeLength int
Retrieve the number of stored tiles synchronously
no setter
storeLengthAsync Future<int>
Retrieve the number of stored tiles asynchronously
no setter
storeSize double
Retrieve the total size of the stored tiles and metadata in kibibytes (KiB)
no setter
storeSizeAsync Future<double>
Retrieve the total size of the stored tiles and metadata in kibibytes (KiB)
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
watchChanges({Duration? debounce = const Duration(milliseconds: 200), bool fireImmediately = false, List<StoreParts> storeParts = const [StoreParts.metadata, StoreParts.tiles, StoreParts.stats]}) Stream<void>
Watch for changes in the current store

Operators

operator ==(Object other) bool
The equality operator.
inherited