42 $this->_keyCache = $keyCache;
51 $this->_writeThrough = $is;
61 $this->_keyCache->setString(
68 if (isset($this->_writeThrough))
70 $this->_writeThrough->write($bytes);
101 $this->_keyCache->clearKey($this->_nsKey, $this->_itemKey);
110 $this->_nsKey = $nsKey;
119 $this->_itemKey = $itemKey;
128 $this->_writeThrough = null;