MPICache class

Implemented types

Constructors

MPICache(InvocationHandler _h)

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.
override
get(String key, {Context? ctx}) Future<CacheBody?>
Get the value from cache.
override
hdel(String key, String name, {Context? ctx}) Future<void>
HDel put value in hash
override
hget(String key, String name, {Context? ctx}) Future<CacheBody?>
HGet get value in hash
override
hkeys(String key, {Context? ctx}) Future<List<String>?>
HKeys get the hash keys
override
hset(String key, CacheBody cell, {Context? ctx}) Future<void>
HSet put value in hash
override
incr(String key, int value, {Context? ctx}) Future<int?>
Incr the cache of expire time.
override
ioc() → void
override
keys(String pattern, {Context? ctx}) Future<List<String>?>
Keys the cache key set.
override
methods() Map<String, Introspector>
override
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.
override
remove(String key, {Context? ctx}) Future<void>
Remove the cache value.
override
toString() String
A string representation of this object.
inherited

Operators

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