CacheStats class

Constructors

CacheStats()

Properties

bytesDownload int
getter/setter pair
bytesInFile int
Bytes of total local file
getter/setter pair
bytesInMemory int
Not precised memory bytes of cached item used evicted item not traced.
getter/setter pair
bytesRead int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hitFiles int
Hit count of items in files
getter/setter pair
hitMemory int
Hit count of items in memory
getter/setter pair
missInMemory int
Count of miss in memory, but hit file
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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