搜索资源列表
cache4j_0.4_src
- cache4j是一个有简单API与实现快速的Java对象缓存。它的特性包括:在内存中进行缓存,设计用于多线程环境,两种实现:同步与阻塞,多种缓存清除策略:LFU, LRU, FIFO,可使用强引用(strong reference)与软引用(soft reference)存储对象。-cache4j is a simple API and achieving rapid Java Object Cache. Its features include : in memory for caching,
cache
- 实现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 restricti
fkache-1.0-beta7-project
- JCACHE是一种标准规范(JSR 107),说明了一种对Java对象临时在内存中进行缓存的方法,包括对象的创建、共享访问、假脱机(spooling)、失效、各JVM的一致性等。它可被用于缓存JSP内最经常读取的数据,如产品目录和价格列表。利用JCACHE,多数查询的反应时间会因为有缓存的数据而加快(内部测试表明反应时间大约快15倍)。 项目主页http://jcache.sourceforge.net/-JCACHE is a standard specification (JSR
spring-test
- Cache模拟器 程序运行时,都会对内存进行相关操作,所访问的内存地址可以被记录下来,形成memory trace文件。在本实验中,你将使用benchmark程序产生的memory trace文件来测试Cache命中率,文件可以在http://cseweb.ucsd.edu/classes/fa07/cse240a/proj1-traces.tar.gz上获得。-Cache simulation
CLCache
- 缓存组件,可以在内存中缓存对象、集合或者字符串等等,支持将内存中的数据序列化持久化到本地文件。类似redis支持缓存过期,支持自动清理空间,maven工程,xml配置。-Cache components can cache objects in memory, or a collection of strings, etc., to support the serialized data in memory persisted to a local file. Similar redis sup
ListViewAsnycLoadImageview
- 这是一个简单的android程序,该程序的功能适用于初学者,它是一个图片的缓存的例子,用于保存图片。以防止出现内存溢出。-This is a simple android program, the function of the program is suitable for beginners, it is an example of a picture of the cache used to store pictures. To prevent memory overflow.
尚硅谷Redis课程思维导图
- 缓存数据库redis,可以提高系统性能,缓存数据等功能(Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker. It supports data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmap