tmpfs
The tmpfs provides temporary storage on RAM for any file. It is usually mounted at the path /tmp.
Since files are stored in RAM, they are all removed when the system is shutdown on reboot.
The main goal is to provide fast access to files that do not require persistence.