The Namespace class adds prefixes/suffixes to keys to avoid conflicts and group related items.
Note the Namespace class is not meant to be used directly, instead you should configure it once and then pass it to a public class like Cache and LockProvider.
The
Namespace
class adds prefixes/suffixes to keys to avoid conflicts and group related items. Note theNamespace
class is not meant to be used directly, instead you should configure it once and then pass it to a public class likeCache
andLockProvider
.IMPORT_PATH:
"@daiso-tech/core/utilities"