Memcache

首页 标签 Memcache
# Memcache #
关注
1272内容
Java版一致性哈希
昨天听一个在找工作的朋友讲,他面试的时候被问到一致性哈希,问我到底什么是一致性哈希,我第一感觉就是,面试官应该问的是memcache或redis之类的分布式应用,一致性哈希主要思想是闭环,场景一般是降低因节点变化而导致缓存命中率降低的问题。
buffer & cache
In Linux, what is the difference between “buffers” and “cache” reported by the free command? This is an old question that I've seen from time to time. My understanding of it is rather
使用memcached进行内存缓存
使用memcached进行内存缓存Posted on 2009-01-14 11:11 linFen 阅读(254) 评论(0) 编辑 收藏 通常的网页缓存方式有动态缓存和静态缓存等几种,在ASP.NET中已经可以实现对页面局部进行缓存,而使用memcached的缓存比ASP.NET的局部缓存更加灵活,可以缓存任意的对象,不管是否在页面上输出。
免费试用