._clear - macmcmeans/localDataStorage GitHub Wiki

localDataStorage._clear()

This Memory Key method deletes all the keys created under the current instance. It cannot delete keys created outside of localDataStorage. This method is useful for cleanup when storage is no longer needed.

The operation cannot be undone.

EXAMPLE:

● localData._clear()

🛢 The corresponding disk-based method is clear.