get

open fun get(key: String): Mono<V>

Retrieves a prepared value by key, filtering out expired entries.

This method returns only non-expired prepared values. If the value has expired, an empty Mono is returned.

Return

A Mono emitting the prepared value, or empty if not found or expired

Parameters

key

The key to look up

See also

for retrieving with expiration information