Writes value into the in-memory map without counting as a save call.
value
void seed(String key, String value) { _data[key] = value; }