clearEntry

fun clearEntry(userIDEntity: UserIDEntity): Boolean

Clears an entry from the cache based on the provided userIDEntity.

Return

true if the entry was successfully cleared, false if it didn't exist.

Parameters

userIDEntity

The UserIDEntity representing the entry to be cleared.