Get pending job count
Future<int> get pendingJobsCount async { await _ensureLoaded(); return _memoryCache.length; }