
缓存技术
征鸿Sir
果真如此
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ehcache框架的一些学习
111原创 2020-10-22 21:20:06 · 174 阅读 · 0 评论 -
ehcache中的element源码学习
1.在cache中存放的原子数据单位就是element类,主要就是存放key、value 下面是element类的详细介绍 // // Source code recreated from a .class file by IntelliJ IDEA // (powered by Fernflower decompiler) // package net.sf.ehcache; import java.io.ByteArrayInputStream; import java.io.ByteArrayOu原创 2020-10-21 22:49:38 · 711 阅读 · 0 评论