Fixed
- FIX:
Lotus.Cache.ETSis now a properGenServerso applications using the ETS cache can shut down cleanly. Previously the adapter'sstart_link/1returned{:ok, self()}and spawned a janitor process that never trapped exits, causingApplication.stop/1andSystem.stop/0to hang until the BEAM forced shutdown (#219)