lastModified

open suspend override fun lastModified(id: String): Long?

Gets the last modification timestamp for an entity in async MongoDB storage.

Return

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

Parameters

id

The unique identifier of the entity.