recentCaches static method

List<MagicCacheRecord> recentCaches({
  1. int? limit,
})

Implementation

static List<MagicCacheRecord> recentCaches({int? limit}) =>
    _recent(_caches, limit);