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