InMemoryResultBackend constructor
InMemoryResultBackend({})
Creates an in-memory backend with configurable TTLs.
Implementation
InMemoryResultBackend({
this.defaultTtl = const Duration(days: 1),
this.groupDefaultTtl = const Duration(days: 1),
this.heartbeatTtl = const Duration(seconds: 60),
});