Generate Unique Values
"This package generates persistent unique values with support for concurrency utilizing scoped cache locking. It stores generated unique values in the database.
Generated values are unique per scope and can be generated using a callback method. This package only supports strings."