文件名称:cache
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 12kb
- 下载次数:
- 0次
- 提 供 者:
- z**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
实现LRU算法的Cache源代码,可以用来支持整个系统中某种对象数量的个数限制,同时,通过LRU算法保证使用频度高的对象尽可能的驻留内存。
该算法可以用来支持J2EE系统性能提升,同时又可以控制内存安全使用。-LRU algorithm implementation Cache source code, can be used to support the system as a whole number of objects in a certain number of restrictions, at the same time, through the LRU algorithm to ensure that the use of high frequency of memory-resident object, as far as possible.
The algorithm can be used to support the J2EE system performance, but also can control the memory safe to use.
该算法可以用来支持J2EE系统性能提升,同时又可以控制内存安全使用。-LRU algorithm implementation Cache source code, can be used to support the system as a whole number of objects in a certain number of restrictions, at the same time, through the LRU algorithm to ensure that the use of high frequency of memory-resident object, as far as possible.
The algorithm can be used to support the J2EE system performance, but also can control the memory safe to use.
相关搜索: cache
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Cacher.java
CacherBuffer.java
CacherException.java
CacherIniter.java
CacherLogger.java
Duplicatable.java
MemSyner.java
Shell.java
ShellPool.java
CacherBuffer.java
CacherException.java
CacherIniter.java
CacherLogger.java
Duplicatable.java
MemSyner.java
Shell.java
ShellPool.java