o0111 / ruralcafe

Automatically exported from code.google.com/p/ruralcafe
0 stars 0 forks source link

Cache eviction #31

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
There need to be eviction strategies on both the local and remote proxy.

A first implementation could simply use FIFO or something similar on both 
proxies but later we have to think about hierarchical caching and therefore 
different strategies for the two proxies.

Original issue reported on code.google.com by satiaher...@gmx.de on 21 Apr 2013 at 10:39

GoogleCodeExporter commented 8 years ago
Done with LRU.

Original comment by satiaher...@gmx.de on 4 Sep 2013 at 4:56