lucaswerkmeister / linkStackTrace

A tool to link file:line info from java stack traces to the code pages on Github.
http://lucaswerkmeister.github.io/linkStackTrace/
GNU Affero General Public License v3.0
1 stars 1 forks source link

Global cache #6

Open lucaswerkmeister opened 10 years ago

lucaswerkmeister commented 10 years ago

As mentioned in #3, we could have a global cache – a map from userRepo to the filename → url map.

(Another candidate for #4.)

lucaswerkmeister commented 10 years ago

On second thought… I’m pretty sure I’ll need to be able to count cached and non-cached elements, and I don’t feel like keeping so many counters around, so this will wait until after #4, when I have a proper Map with which I can do stuff.