Generally Least Recently Used (LRU) is considered a good strategy for removing items from the cache. Instead it might be useful to measure the cost (i.e. time) to produce a cache item, and how many hits that item gets and then remove the item that has the lowest value of hits * cost.
A quick Google search didn't find anything like this. Comments?
My thoughts as an enterprise Java developer.
Wednesday, January 28, 2009
Subscribe to:
Post Comments (Atom)
1 comment:
Hi nice readiing your blog
Post a Comment