CacheProvider class abstract

Implementers

Constructors

CacheProvider()

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

clear() Future
清除所有
getItem(String key) Future<String?>
根据 key 获取缓存
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeItem(String key) Future
删除指定 key 的缓存
setItem(String key, String item) Future
设置一对数据
toString() String
A string representation of this object.
inherited

Operators

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