What's Changed
* work on faster marshalling + proper benchmarks by karlicoss in https://github.com/karlicoss/cachew/pull/44
* switch to new marshalling implementation by karlicoss in https://github.com/karlicoss/cachew/pull/45
* speedup for reading and writing cached data with sqlalchemy by karlicoss in https://github.com/karlicoss/cachew/pull/48
* core: rewrite and simplify return type inference by karlicoss in https://github.com/karlicoss/cachew/pull/46
* proper support for single return values by karlicoss in https://github.com/karlicoss/cachew/pull/51
* core: add support for other backends apart from sqlite, add file-based backend (basically jsonl) by karlicoss in https://github.com/karlicoss/cachew/pull/50
**Full Changelog**: https://github.com/karlicoss/cachew/compare/v0.13.0...v0.14.20230919