deleteAllEntries

open override fun deleteAllEntries(key: String): Boolean

Deletes all entries associated with a given key.

Return

true if the deletion was successful, false otherwise.

Parameters

key

The key associated with the entries to delete.