Overview

Packages

  • JAMA
  • None
  • PHP
  • PHPExcel
    • CachedObjectStorage
    • Calculation
    • Cell
    • Chart
      • Renderer
    • Reader
      • Excel2007
      • Excel5
    • RichText
    • Settings
    • Shared
      • Escher
      • OLE
      • Trend
      • ZipArchive
    • Style
    • Worksheet
      • Drawing
    • Writer
      • 2007
      • CSV
      • Excel2007
      • Excel5
      • HTML
      • PDF

Classes

  • PHPExcel_CachedObjectStorage_APC
  • PHPExcel_CachedObjectStorage_CacheBase
  • PHPExcel_CachedObjectStorage_DiscISAM
  • PHPExcel_CachedObjectStorage_Igbinary
  • PHPExcel_CachedObjectStorage_Memcache
  • PHPExcel_CachedObjectStorage_Memory
  • PHPExcel_CachedObjectStorage_MemoryGZip
  • PHPExcel_CachedObjectStorage_MemorySerialized
  • PHPExcel_CachedObjectStorage_PHPTemp
  • PHPExcel_CachedObjectStorage_SQLite
  • PHPExcel_CachedObjectStorage_SQLite3
  • PHPExcel_CachedObjectStorage_Wincache
  • PHPExcel_CachedObjectStorageFactory

Interfaces

  • PHPExcel_CachedObjectStorage_ICache
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Interface PHPExcel_CachedObjectStorage_ICache

PHPExcel_CachedObjectStorage_ICache

Direct known implementers

PHPExcel_CachedObjectStorage_APC, PHPExcel_CachedObjectStorage_DiscISAM, PHPExcel_CachedObjectStorage_Wincache, PHPExcel_CachedObjectStorage_Igbinary, PHPExcel_CachedObjectStorage_Memcache, PHPExcel_CachedObjectStorage_Memory, PHPExcel_CachedObjectStorage_MemoryGZip, PHPExcel_CachedObjectStorage_MemorySerialized, PHPExcel_CachedObjectStorage_PHPTemp, PHPExcel_CachedObjectStorage_SQLite, PHPExcel_CachedObjectStorage_SQLite3
Package: PHPExcel\CachedObjectStorage
Category: PHPExcel
Copyright: Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel)
License: LGPL
Located at controlador/include/phpexcel/PHPExcel/CachedObjectStorage/ICache.php
Methods summary
public
# addCacheData( string $pCoord, PHPExcel_Cell $cell )

Add or Update a cell in cache identified by coordinate address

Add or Update a cell in cache identified by coordinate address

Parameters

$pCoord
Coordinate address of the cell to update
$cell
Cell to update

Throws

PHPExcel_Exception
public
# updateCacheData( PHPExcel_Cell $cell )

Add or Update a cell in cache

Add or Update a cell in cache

Parameters

$cell
Cell to update

Throws

PHPExcel_Exception
public PHPExcel_Cell
# getCacheData( string $pCoord )

Fetch a cell from cache identified by coordinate address

Fetch a cell from cache identified by coordinate address

Parameters

$pCoord
Coordinate address of the cell to retrieve

Returns

PHPExcel_Cell
Cell that was found, or null if not found

Throws

PHPExcel_Exception
public
# deleteCacheData( string $pCoord )

Delete a cell in cache identified by coordinate address

Delete a cell in cache identified by coordinate address

Parameters

$pCoord
Coordinate address of the cell to delete

Throws

PHPExcel_Exception
public boolean
# isDataSet( string $pCoord )

Is a value set in the current PHPExcel_CachedObjectStorage_ICache for an indexed cell?

Is a value set in the current PHPExcel_CachedObjectStorage_ICache for an indexed cell?

Parameters

$pCoord
Coordinate address of the cell to check

Returns

boolean
public array
# getCellList( )

Get a list of all cell addresses currently held in cache

Get a list of all cell addresses currently held in cache

Returns

array
of string
public
# getSortedCellList( )

Get the list of all cell addresses currently held in cache sorted by column and row

Get the list of all cell addresses currently held in cache sorted by column and row

public
# copyCellCollection( PHPExcel_Worksheet $parent )

Clone the cell collection

Clone the cell collection

Parameters

$parent
The new worksheet
public static boolean
# cacheMethodIsAvailable( )

Identify whether the caching method is currently available Some methods are dependent on the availability of certain extensions being enabled in the PHP build

Identify whether the caching method is currently available Some methods are dependent on the availability of certain extensions being enabled in the PHP build

Returns

boolean
Autene API documentation generated by ApiGen