public class TimedCacheValue<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected long |
expireTime
过期时间
|
protected T |
value
值
|
| Constructor and Description |
|---|
TimedCacheValue(long expireTime,
T value) |
Copyright © 2025. All rights reserved.