internetarchive / liveweb

Liveweb proxy of the Wayback Machine project
https://web.archive.org/
44 stars 13 forks source link

Cache URLs #3

Closed nibrahim closed 12 years ago

nibrahim commented 12 years ago

The URLs should be cached in memory and a request should get served from there if it's present. Perhaps the first round can be using a plain old dictionary. The second pass should use memcache.