BoundedExpiringMap.contains

Whether key has a live entry. Sweeps expired entries first so that a session past its idle TTL is not reported as present.

struct BoundedExpiringMap(V)
@safe
bool
contains
(
string key
)