Cache\Encryption\EncryptedItemDecorator::__clone PHP Method

__clone() public method

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