国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

java - Does ehcache cache use virtual machine memory?
大家講道理
大家講道理 2017-06-23 09:13:46
0
1
1253

Does the ehcache cache use virtual machine memory or other memory? Is the bottom layer of ehcache map? How does he implement caching?

大家講道理
大家講道理

光陰似箭催人老,日月如移越少年。

reply all(1)
僅有的幸福

ehcache is divided into on-heap and off-heap.

on-heap uses jvm memory and can be managed by the JVM's GC.
off-heap does not use jvm memory and is configured and managed by itself through ehcache.

ps: You can think of cache as List<Map>

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template