lastModified

abstract suspend fun lastModified(id: K): Long?

Gets the last modification timestamp for an entity.

Return

The last modification time in milliseconds since epoch, or null if not found.

Parameters

id

The unique identifier of the entity.