DefaultCacheProvider class
- Inheritance
-
- Object
- CacheProvider
- DefaultCacheProvider
Constructors
Properties
Methods
-
clear(
) → Future -
清除所有
override
-
getItem(
String key) → Future< String?> -
根据 key 获取缓存
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeItem(
String key) → Future -
删除指定 key 的缓存
override
-
setItem(
String key, String item) → Future -
设置一对数据
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited