Inserts many items into the cache
void putMany(List<T> items, String Function(T item) getKey) { putManyWithDuration(items, getKey, _duration); }