public class ResolutionCache extends Object
| Constructor and Description |
|---|
ResolutionCache(Config config) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkKeyInResolutionCache(String key) |
void |
clear() |
String |
getValueFromResolutionCache(String key) |
void |
putValueInResolutionCacheIfEmpty(String key,
String value,
int ttl) |
public ResolutionCache(Config config)
Copyright © 2020. All rights reserved.