Create a new class whose static methods (register, get, has, getRegistered) wrap a private Registry instance. Each call returns an independent class with its own isolated store.
register
get
has
getRegistered
A new class with a static registry API.
Create a new class whose static methods (
register,get,has,getRegistered) wrap a private Registry instance. Each call returns an independent class with its own isolated store.