|
ILIAS
eassessment Revision 61809
|
Inheritance diagram for PHPExcel_CachedObjectStorage_Memcache:
Collaboration diagram for PHPExcel_CachedObjectStorage_Memcache:Public Member Functions | |
| addCacheData ($pCoord, PHPExcel_Cell $cell) | |
| Add or Update a cell in cache identified by coordinate address. | |
| isDataSet ($pCoord) | |
| Is a value set in the current PHPExcel_CachedObjectStorage_ICache for an indexed cell? | |
| getCacheData ($pCoord) | |
| Get cell at a specific coordinate. | |
| deleteCacheData ($pCoord) | |
| Delete a cell in cache identified by coordinate address. | |
| copyCellCollection (PHPExcel_Worksheet $parent) | |
| Clone the cell collection. | |
| unsetWorksheetCells () | |
| __construct (PHPExcel_Worksheet $parent, $arguments) | |
| failureCallback ($host, $port) | |
| __destruct () | |
Public Member Functions inherited from PHPExcel_CachedObjectStorage_CacheBase | |
| __construct (PHPExcel_Worksheet $parent) | |
| updateCacheData (PHPExcel_Cell $cell) | |
| Add or Update a cell in cache. | |
| getCellList () | |
| Get a list of all cell addresses currently held in cache. | |
| getSortedCellList () | |
| Sort the list of all cell addresses currently held in cache by row and column. | |
Public Member Functions inherited from PHPExcel_CachedObjectStorage_ICache | |
| updateCacheData (PHPExcel_Cell $cell) | |
| Add or Update a cell in cache. | |
| getCellList () | |
| Get a list of all cell addresses currently held in cache. | |
| getSortedCellList () | |
| Get the list of all cell addresses currently held in cache sorted by column and row. | |
Private Member Functions | |
| _storeData () | |
Private Attributes | |
| $_cachePrefix = null | |
| $_cacheTime = 600 | |
| $_memcache = null | |
Additional Inherited Members | |
Protected Member Functions inherited from PHPExcel_CachedObjectStorage_CacheBase | |
| _getUniqueID () | |
Protected Attributes inherited from PHPExcel_CachedObjectStorage_CacheBase | |
| $_parent | |
| $_currentObject = null | |
| $_currentObjectID = null | |
| $_cellCache = array() | |
Definition at line 36 of file Memcache.php.
| PHPExcel_CachedObjectStorage_Memcache::__construct | ( | PHPExcel_Worksheet | $parent, |
| $arguments | |||
| ) |
Definition at line 203 of file Memcache.php.
References PHPExcel_CachedObjectStorage_CacheBase\_getUniqueID().
Here is the call graph for this function:| PHPExcel_CachedObjectStorage_Memcache::__destruct | ( | ) |
Definition at line 229 of file Memcache.php.
References PHPExcel_CachedObjectStorage_CacheBase\getCellList().
Referenced by _storeData(), copyCellCollection(), and unsetWorksheetCells().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 45 of file Memcache.php.
References __destruct().
Referenced by addCacheData(), and getCacheData().
Here is the call graph for this function:
Here is the caller graph for this function:| PHPExcel_CachedObjectStorage_Memcache::addCacheData | ( | $pCoord, | |
| PHPExcel_Cell | $cell | ||
| ) |
Add or Update a cell in cache identified by coordinate address.
| string | $pCoord | Coordinate address of the cell to update |
| PHPExcel_Cell | $cell | Cell to update |
| Exception |
Implements PHPExcel_CachedObjectStorage_ICache.
Definition at line 67 of file Memcache.php.
References _storeData().
Here is the call graph for this function:| PHPExcel_CachedObjectStorage_Memcache::copyCellCollection | ( | PHPExcel_Worksheet | $parent | ) |
Clone the cell collection.
Reimplemented from PHPExcel_CachedObjectStorage_CacheBase.
Definition at line 163 of file Memcache.php.
References __destruct(), PHPExcel_CachedObjectStorage_CacheBase\_getUniqueID(), deleteCacheData(), and PHPExcel_CachedObjectStorage_CacheBase\getCellList().
Here is the call graph for this function:| PHPExcel_CachedObjectStorage_Memcache::deleteCacheData | ( | $pCoord | ) |
Delete a cell in cache identified by coordinate address.
| string | $pCoord | Coordinate address of the cell to delete |
| Exception |
Reimplemented from PHPExcel_CachedObjectStorage_CacheBase.
Definition at line 149 of file Memcache.php.
Referenced by copyCellCollection(), getCacheData(), and isDataSet().
Here is the caller graph for this function:| PHPExcel_CachedObjectStorage_Memcache::failureCallback | ( | $host, | |
| $port | |||
| ) |
Definition at line 224 of file Memcache.php.
| PHPExcel_CachedObjectStorage_Memcache::getCacheData | ( | $pCoord | ) |
Get cell at a specific coordinate.
| string | $pCoord | Coordinate of the cell |
| Exception |
Implements PHPExcel_CachedObjectStorage_ICache.
Definition at line 113 of file Memcache.php.
References PHPExcel_CachedObjectStorage_CacheBase\$_currentObject, _storeData(), and deleteCacheData().
Here is the call graph for this function:| PHPExcel_CachedObjectStorage_Memcache::isDataSet | ( | $pCoord | ) |
Is a value set in the current PHPExcel_CachedObjectStorage_ICache for an indexed cell?
| string | $pCoord | Coordinate address of the cell to check |
Reimplemented from PHPExcel_CachedObjectStorage_CacheBase.
Definition at line 87 of file Memcache.php.
References deleteCacheData().
Here is the call graph for this function:| PHPExcel_CachedObjectStorage_Memcache::unsetWorksheetCells | ( | ) |
Definition at line 187 of file Memcache.php.
References __destruct().
Here is the call graph for this function:
|
private |
Definition at line 38 of file Memcache.php.
|
private |
Definition at line 40 of file Memcache.php.
|
private |
Definition at line 42 of file Memcache.php.