Whether the cache contains the specified key or not.
key
bool containsKey(String key) => _assets.containsKey(key);