Open eastein opened 9 years ago
Right now any call to the prediction APIs will do 2 http requests outbound. These should be cacheable.
Add in memcache support for this. Additionally, tear out the in-memory caching used for stations (metraapi.metra.Line._sc(ts|)).
metraapi.metra.Line._sc(ts|)
Right now any call to the prediction APIs will do 2 http requests outbound. These should be cacheable.
Add in memcache support for this. Additionally, tear out the in-memory caching used for stations (
metraapi.metra.Line._sc(ts|)
).