Cache\Encryption\EncryptedItemDecorator::__clone PHP Метод

__clone() публичный Метод

Creating a copy of the orginal CacheItemInterface object.
public __clone ( )
    public function __clone()
    {
        $this->cacheItem = clone $this->cacheItem;
    }