addMap method

void addMap(
  1. Map<T, S> mp
)

Add Map to cache.

Implementation

void addMap(Map<T, S> mp) => _cache.addAll(mp);