StoreStats class Null safety

Provides statistics about a StoreDirectory

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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