hypersistence-tsid
hypersistence-tsid copied to clipboard
Remove instances from TSID Factory
This PR is to fix the bug outlined here: https://github.com/vladmihalcea/hypersistence-tsid/issues/19
A Factory shouldn't maintain singleton instances of the thing the factory is creating. The Factory should focus on just creating, not maintaining the instances.