[ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 231 lines (8 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
PHPExcel_CachedObjectStorageFactory:: (7 methods):
getCacheStorageMethod()
getCacheStorageClass()
getAllCacheStorageMethods()
getCacheStorageMethods()
initialize()
getInstance()
finalize()
Class: PHPExcel_CachedObjectStorageFactory - X-Ref
PHPExcel_CachedObjectStorageFactorygetCacheStorageMethod() X-Ref |
Return the current cache storage method return: string|null |
getCacheStorageClass() X-Ref |
Return the current cache storage class return: PHPExcel_CachedObjectStorage_ICache|null |
getAllCacheStorageMethods() X-Ref |
Return the list of all possible cache storage methods return: string[] |
getCacheStorageMethods() X-Ref |
Return the list of all available cache storage methods return: string[] |
initialize($method = self::cache_in_memory, $arguments = array() X-Ref |
Identify the cache storage method to use param: string $method Name of the method to use for cell cacheing param: array of mixed $arguments Additional arguments to pass to the cell caching class return: boolean |
getInstance(PHPExcel_Worksheet $parent) X-Ref |
Initialise the cache storage param: PHPExcel_Worksheet $parent Enable cell caching for this worksheet return: PHPExcel_CachedObjectStorage_ICache |
finalize() X-Ref |
Clear the cache storage |
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |