Storage::clearStorageRowCache() 

\nn\t3::Storage()->clearStorageRowCache(); 

Deletes the StorageRowCache

\nn\t3::Storage()->clearStorageRowCache();
Copied!

| @return void

Source Code 

public function clearStorageRowCache ()
{
	$this->storageRowCache = NULL;
	$this->initializeLocalCache();
}
Copied!