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
-
decr(String key, int value, {Context? ctx})
→ Future<int?>
-
Decr the cache of expire time.
-
get(String key, {Context? ctx})
→ Future<CacheBody?>
-
Get the value from cache.
-
hdel(String key, String name, {Context? ctx})
→ Future<void>
-
HDel put value in hash
-
hget(String key, String name, {Context? ctx})
→ Future<CacheBody?>
-
HGet get value in hash
-
hkeys(String key, {Context? ctx})
→ Future<List<String>?>
-
HKeys get the hash keys
-
hset(String key, CacheBody cell, {Context? ctx})
→ Future<void>
-
HSet put value in hash
-
incr(String key, int value, {Context? ctx})
→ Future<int?>
-
Incr the cache of expire time.
-
keys(String pattern, {Context? ctx})
→ Future<List<String>?>
-
Keys the cache key set.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
put(CacheBody cell, {Context? ctx})
→ Future<void>
-
Put the value to cache.
-
remove(String key, {Context? ctx})
→ Future<void>
-
Remove the cache value.
-
toString()
→ String
-
A string representation of this object.
inherited