Retrieve a cached value by key, or null if absent.
key
null
@override dynamic get(String key) => _data[key];