Swift_KeyCache_SimpleKeyCacheInputStream::__clone PHP Method

__clone() public method

Any implementation should be cloneable, allowing the clone to access a separate $nsKey and $itemKey.
public __clone ( )
    public function __clone()
    {
        $this->_writeThrough = null;
    }