public function PHPExcel_CachedObjectStorage_ICache::getCacheData in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/CachedObjectStorage/ICache.php \PHPExcel_CachedObjectStorage_ICache::getCacheData()
Fetch a cell from cache identified by coordinate address
Parameters
string $pCoord Coordinate address of the cell to retrieve:
Return value
PHPExcel_Cell Cell that was found, or null if not found
Throws
11 methods override PHPExcel_CachedObjectStorage_ICache::getCacheData()
- PHPExcel_CachedObjectStorage_APC::getCacheData in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ CachedObjectStorage/ APC.php - Get cell at a specific coordinate
- PHPExcel_CachedObjectStorage_DiscISAM::getCacheData in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ CachedObjectStorage/ DiscISAM.php - Get cell at a specific coordinate
- PHPExcel_CachedObjectStorage_Igbinary::getCacheData in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ CachedObjectStorage/ Igbinary.php - Get cell at a specific coordinate
- PHPExcel_CachedObjectStorage_Memcache::getCacheData in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ CachedObjectStorage/ Memcache.php - Get cell at a specific coordinate
- PHPExcel_CachedObjectStorage_Memory::getCacheData in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ CachedObjectStorage/ Memory.php - Get cell at a specific coordinate
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ CachedObjectStorage/ ICache.php, line 64
Class
- PHPExcel_CachedObjectStorage_ICache
- PHPExcel_CachedObjectStorage_ICache
Code
public function getCacheData($pCoord);