@Contract public interface CNonceCache extends Map<String,NonceInfo>
Modifier and Type | Method and Description |
---|---|
void |
destroy()
destroy
|
long |
getCnonceCacheSize() |
long |
getNonceValidity() |
void |
init(long size,
String name,
long validity,
Map<String,String> props)
Initialize the cache
|
void |
setCnonceCacheSize(long cnonceCacheSize) |
void |
setNonceValidity(long nonceValidity) |
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
void setCnonceCacheSize(long cnonceCacheSize)
cnonceCacheSize
- the cnonceCacheSize to setvoid setNonceValidity(long nonceValidity)
nonceValidity
- the nonceValidity to setlong getCnonceCacheSize()
long getNonceValidity()
void init(long size, String name, long validity, Map<String,String> props)
void destroy()
Copyright © 2019. All rights reserved.