sseemayer / NEOW

Node.js Eve Online API Wrapper (with Promises)
MIT License
19 stars 6 forks source link

fixed processURL for both clients so it doesn't 'cache' previous query string #4

Closed pgremo closed 10 years ago

pgremo commented 10 years ago

following on the same fix for the eve client i also fixed the eve central client

pgremo commented 10 years ago

I also refactored the caching to use milliseconds as the unit to compare. This also fixed the unit tests. I also push json stringifying of data down to the disk cache. For people using the memory cache it should removed that overhead.