CacheStats class Null safety
Constructors
Properties
- bytesDownload ↔ int
-
read / write
- bytesInFile ↔ int
-
Bytes of total local file
read / write
- bytesInMemory ↔ int
-
Not precised memory bytes of cached item used
evicted item not traced.
read / write
- bytesRead ↔ int
-
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- hitFiles ↔ int
-
Hit count of items in files
read / write
- hitMemory ↔ int
-
Hit count of items in memory
read / write
- missInMemory ↔ int
-
Count of miss in memory, but hit file
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited