fact-project / shifthelper

So we can sleep at night.
4 stars 0 forks source link

Fix 239 #240

Closed dneise closed 7 years ago

dneise commented 7 years ago

should fix #239 uses TTLCache now everywhere, and cache ignores the db parameter now, using the key parameter of chachetoools.cache similar to what was explained here: https://stackoverflow.com/a/32655449

In case db was the only parameter, I use hashkey(None) which is a legal call, but if it actually works, I have not tested locally.

What to you think? @MaxNoe