HttpCacheObj class

Constructors

HttpCacheObj.new(String cacheKey, String cacheValue, int expireTime)

Properties

cacheKey String
缓存的key
final
cacheValue String
缓存的内容
final
expireTime int
缓存过期时间
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateTime int
缓存更新时间
getter/setter pair

Methods

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

Operators

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