All stored memories as an unmodifiable list.
List<Memory> getAll() => List.unmodifiable(_store.values);