sdispater / cachy

Cachy provides a simple yet effective caching library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support dill as a serializer

matthewgdv opened this issue · comments

Since dill has basically the same api as pickle, it should in theory be trivial to add dill compatibility. Dill can pickle a wider variety of objects than python's native pickle library, so it would be a pretty significant increase to the utility of cachy to implement this.

Cheers!