clearCollectionKeys() public method

Clear all synckeys from the known collections.
public clearCollectionKeys ( )
Esempio n. 1
0
 /**
  * Prepares the syncCache for a full sync request.
  */
 public function initFullSync()
 {
     $this->_cache->confirmed_synckeys = array();
     $this->_cache->clearCollectionKeys();
 }