CacheStrategy class

Properties

hashCode int
The hash code for this object.
no setterinherited
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.
inherited

Operators

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

Constants

CACHE_MODE → const String
缓存模式的参数key
CACHE_TIME → const String
缓存事件的参数key
CUSTOM_CACHE_KEY → const String
自定义缓存key的参数key
DAY → const int
一天的毫秒数
HOUR → const int
一小时的毫秒数
MINUTE → const int
一分钟的毫秒数
MONTH → const int
一个月的毫秒数
WEEK → const int
一星期的毫秒数