| Constructor and Description |
|---|
MapCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Called when the excel read is complete
|
String |
get(Integer key)
Get value
|
void |
init(AnalysisContext analysisContext)
Initialize cache
|
void |
put(String value)
Automatically generate the key and put it in the cache.Key start from 0
|
void |
putFinished()
It's called when all the values are put in
|
public void init(AnalysisContext analysisContext)
ReadCachepublic void put(String value)
ReadCachepublic void putFinished()
ReadCacheputFinished in interface ReadCacheCopyright © 2018–2023 Alibaba Group. All rights reserved.