@Service public class ApiCache extends Object
| Constructor and Description |
|---|
ApiCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
for unit tests
|
String |
get(ApiCacheKey key) |
void |
put(ApiCacheKey key,
String apiString) |
public void put(ApiCacheKey key, String apiString)
public String get(ApiCacheKey key)
public void clear()
Copyright © 2010–2018. All rights reserved.