What do you mean by persistence? How you will make your data persistent?
Persistent data is the data, which has a longer lifetime than program which has created it. Enabling the data to be stored on the permanent storage medium provides persistency. The most frequent techniques used to store data is in form of files or to make use of a back-end database system.