IdentifiableMemoryPersistence<T extends IIdentifiable<K> , K> constructor
Null safety
Creates a new instance of the persistence.
loader
(optional) a loader to load items from external datasource.saver
(optional) a saver to save items to external datasource.