You are here

public function PHPExcel_CachedObjectStorage_ICache::addCacheData in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/CachedObjectStorage/ICache.php \PHPExcel_CachedObjectStorage_ICache::addCacheData()

Add or Update a cell in cache identified by coordinate address

Parameters

string $pCoord Coordinate address of the cell to update:

PHPExcel_Cell $cell Cell to update: * @return PHPExcel_Cell

Throws

PHPExcel_Exception

11 methods override PHPExcel_CachedObjectStorage_ICache::addCacheData()
PHPExcel_CachedObjectStorage_APC::addCacheData in vendor/phpoffice/phpexcel/Classes/PHPExcel/CachedObjectStorage/APC.php
Add or Update a cell in cache identified by coordinate address
PHPExcel_CachedObjectStorage_DiscISAM::addCacheData in vendor/phpoffice/phpexcel/Classes/PHPExcel/CachedObjectStorage/DiscISAM.php
Add or Update a cell in cache identified by coordinate address
PHPExcel_CachedObjectStorage_Igbinary::addCacheData in vendor/phpoffice/phpexcel/Classes/PHPExcel/CachedObjectStorage/Igbinary.php
Add or Update a cell in cache identified by coordinate address
PHPExcel_CachedObjectStorage_Memcache::addCacheData in vendor/phpoffice/phpexcel/Classes/PHPExcel/CachedObjectStorage/Memcache.php
Add or Update a cell in cache identified by coordinate address
PHPExcel_CachedObjectStorage_Memory::addCacheData in vendor/phpoffice/phpexcel/Classes/PHPExcel/CachedObjectStorage/Memory.php
Add or Update a cell in cache identified by coordinate address

... See full list

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/CachedObjectStorage/ICache.php, line 46

Class

PHPExcel_CachedObjectStorage_ICache
PHPExcel_CachedObjectStorage_ICache

Code

public function addCacheData($pCoord, PHPExcel_Cell $cell);