Create a new instance of the factory.
Checks if the factory contains the given locator.
the locator to search for in this factory.
the locator that was found or null otherwise.
Creates an object using the given locator.
the locator of the factory that needs to be called.
the object that was created by the factory with the given locator.
Registers a factory.
Example factory:
(locator) => { return new myClass(); }
the locator that is used to identify the factory. Cannot be null.
the factory to add. Cannot be null.
Registers a factory that can create instances of 'objectFactory' classes.
the locator that is used to identify the object factory. Cannot be null.
the object type that can be created by this factory. Cannot be null.
Generated using TypeDoc
Creates Redis components by their descriptors.
MemcachedCache
MemcachedLock