码迷,mamicode.com
首页 >  
搜索关键字:guava cache    ( 8865个结果
Method and apparatus for verification of coherence for shared cache components in a system verification environment
A method and apparatus for verification of coherence for shared cache components in a system verification environment are provided. With the method an...
分类:移动开发   时间:2014-10-04 01:39:25    阅读次数:492
ASP.net Cache丢失的问题诊断
1 业务需求 缓存来自数据库的数据,不用频繁到数据库中加载。2 使用模型 添加一个类 MyCache,然后在里面添加静态属性字段: public static DataTable FolderData { get { string key...
分类:Web程序   时间:2014-10-03 23:46:05    阅读次数:1534
spring mvc之spring-ehcache缓存
对于缓存,有时候是增加效率的好方法。//开启缓存注解缓存配置 <bean id="ehcache"...
分类:编程语言   时间:2014-10-03 11:21:44    阅读次数:272
Spark系列(二) Spark Shell各种操作及详细说明
并行化scala集合(Parallelize)//加载数据1~10val num=sc.parallelize(1 to 10)//每个数据项乘以2,注意 _*2记为一个函数(fun) val doublenum = num.map(_*2) //内存缓存数据doublenum.cache() //...
分类:其他好文   时间:2014-10-02 22:54:43    阅读次数:266
Spark SQL 源码分析之 In-Memory Columnar Storage 之 in-memory query
Spark SQL源码分析之如何查询cache后的table...
分类:数据库   时间:2014-10-02 14:51:33    阅读次数:491
【Leetcode】LRU Cache
Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations:getandset.get(key)- Get the valu...
分类:其他好文   时间:2014-10-02 14:48:03    阅读次数:261
MSI cache一致性协议
按照高速缓存的写策略的不同,有写直达和写回WB两种高速缓存: 1.??写直达高速缓存:一旦高速缓存中的一个字被修改,则在主存中要立即修改 2.??写回高速缓存:?并不是立即写回,而是当被修改的字从高速缓存...
分类:其他好文   时间:2014-10-02 12:26:03    阅读次数:240
第二项目完成之后的小节
1.css没有优先级,如果一个元素中定义了相同的css样式,写在后面的会覆盖写在前面的; 2.google浏览器清除缓存的步骤:F12,点击network,单击右键,选择clear browser cache; ? 火狐浏览器虽然作为一款调试神器,...
分类:其他好文   时间:2014-10-01 02:53:30    阅读次数:246
[Leetcode][JAVA] LRU Cache
Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations:getandset.get(key)- Get the valu...
分类:编程语言   时间:2014-10-01 02:29:00    阅读次数:222
Mybatis学习笔记-一级缓存与二级缓存
1.一级缓存:基于PerpetualCache的HashMap本地缓存,其存储作用域为session,当session被flush或close之后,该session中的所有Cache就将清空。2.二级缓存与一级缓存机制相同,默认也采用PerpetualCacheHashMap存储,不同在于其存储作用域为Mapper(Namespace),并且可自定义存储..
分类:其他好文   时间:2014-09-30 22:11:41    阅读次数:259
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!