Fixed
- Replaced thread local variables with fiber local variables to prevent the possibility of behavior from leaking across fibers when disabling the cache in a block.
- Allow setting the cache to an in-memory cache by setting
support_table_cachetotrue.
Full Changelog: v1.1.4...v1.1.5