Modifier | Constructor and Description |
---|---|
protected |
CachedGauge(Clock clock,
long timeout,
TimeUnit timeoutUnit)
Creates a new cached gauge with the given clock and timeout period.
|
protected |
CachedGauge(long timeout,
TimeUnit timeoutUnit)
Creates a new cached gauge with the given timeout period.
|
protected CachedGauge(long timeout, TimeUnit timeoutUnit)
timeout
- the timeouttimeoutUnit
- the unit of timeout
Copyright © 2013. All rights reserved.