Returns all keys stored for the specified type.
@override Future<Iterable<String>> keys<T extends Object>() { return _getCache<T>().keys; }