]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/factories/cache/class_CacheFactory.php
generateUniqueId() and more useless/deprecated methods removed, code speed-up, link...
[shipsimu.git] / inc / classes / main / factories / cache / class_CacheFactory.php
index 94c037d18bbd0d5735569cf607530e6d1f2b1905..2938b8742f16a316106052c35c45d885a7e9f328 100644 (file)
@@ -35,12 +35,6 @@ class CacheFactory extends BaseFactory {
        protected function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
-
-               // Set object description
-               $this->setObjectDescription("Factory for cache objects");
-
-               // Create unique ID number
-               $this->generateUniqueId();
        }
 
        /**