ProxyStateStore.this

Construct with explicit bounds and an optional injectable clock (used by tests to drive TTL expiry deterministically). A null clock uses MonoTime.currTime.

class ProxyStateStore
@safe
this
(
Duration ttl
,
size_t maxEntries
,
MonoTime delegate
()
@safe
clock
)