Closed hendrikschneider closed 2 years ago
In your documentation is stated that optional caching is possible. How can I enable it and how is the data be cached?
Caching is on by default. You may explicitly enable/disable via the cache kwarg in the Pilmoji constructor, i.e. Pilmoji(cache=True)
cache
Pilmoji(cache=True)
In your documentation is stated that optional caching is possible. How can I enable it and how is the data be cached?