类 Ehcache
java.lang.Object
com.sh.wf.excel.cache.Ehcache
- 所有已实现的接口:
ReadCache
Default cache
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voiddestroy()Called when the excel read is completeGet valuevoidinit(AnalysisContext analysisContext) Initialize cachevoidAutomatically generate the key and put it in the cache.Key start from 0voidIt's called when all the values are put in
-
构造器详细资料
-
Ehcache
public Ehcache(int maxCacheActivateSize)
-
-
方法详细资料
-
init
从接口复制的说明:ReadCacheInitialize cache -
put
从接口复制的说明:ReadCacheAutomatically generate the key and put it in the cache.Key start from 0 -
get
从接口复制的说明:ReadCacheGet value -
putFinished
public void putFinished()从接口复制的说明:ReadCacheIt's called when all the values are put in- 指定者:
putFinished在接口中ReadCache
-
destroy
public void destroy()从接口复制的说明:ReadCacheCalled when the excel read is complete
-