程序包 | 说明 |
---|---|
com.fr.third.jgroups.util |
Provides useful functionality which cannot be assigned to any particular other package.
|
限定符和类型 | 字段和说明 |
---|---|
protected java.util.concurrent.ConcurrentMap<T,SuppressCache.Value> |
SuppressCache.map |
限定符和类型 | 方法和说明 |
---|---|
SuppressCache.Value |
SuppressCache.putIfAbsent(T key,
long expiry_time)
Adds a new key to the hashmap, or updates the Value associated with the existing key if present.
|
SuppressCache.Value |
SuppressCache.Value.update() |