getValue

abstract fun getValue(key: String): Mono<PreparedValue<V>>

Retrieves the full prepared value information including expiration status.

This method returns the complete PreparedValue object, allowing access to both the value and its expiration information.

Return

A Mono emitting the PreparedValue, or empty if not found

Parameters

key

The key to look up

See also

for expiration checking methods