decr method
Decr the cache of expire time.
Implementation
@MPI(name: "mesh.cache.decr")
Future<int?> decr(String key, int value, {Context? ctx}) {
throw UnimplementedError('decr() has not been implemented.');
}
Decr the cache of expire time.
@MPI(name: "mesh.cache.decr")
Future<int?> decr(String key, int value, {Context? ctx}) {
throw UnimplementedError('decr() has not been implemented.');
}