Constants

cache_in_memory

cache_in_memory

cache_in_memory_gzip

cache_in_memory_gzip

cache_in_memory_serialized

cache_in_memory_serialized

cache_igbinary

cache_igbinary

cache_to_discISAM

cache_to_discISAM

cache_to_apc

cache_to_apc

cache_to_memcache

cache_to_memcache

cache_to_phpTemp

cache_to_phpTemp

cache_to_wincache

cache_to_wincache

cache_to_sqlite

cache_to_sqlite

cache_to_sqlite3

cache_to_sqlite3

Properties

$_cacheStorageMethod

$_cacheStorageMethod : string

Name of the method used for cell cacheing

Type

string

$_cacheStorageClass

$_cacheStorageClass : string

Name of the class used for cell cacheing

Type

string

$_storageMethods

$_storageMethods : array<mixed,string>

List of all possible cache storage methods

Type

array<mixed,string>

$_storageMethodDefaultParameters

$_storageMethodDefaultParameters : array

Default arguments for each cache storage method

Type

array — of mixed array

$_storageMethodParameters

$_storageMethodParameters : array

Arguments for the active cache storage method

Type

array — of mixed array

Methods

getCacheStorageMethod()

getCacheStorageMethod() : string|NULL

Return the current cache storage method

Returns

string|NULL

getCacheStorageClass()

getCacheStorageClass() : \PHPExcel_CachedObjectStorage_ICache|NULL

Return the current cache storage class

Returns

\PHPExcel_CachedObjectStorage_ICache|NULL

getAllCacheStorageMethods()

getAllCacheStorageMethods() : array<mixed,string>

Return the list of all possible cache storage methods

Returns

array<mixed,string>

getCacheStorageMethods()

getCacheStorageMethods() : array<mixed,string>

Return the list of all available cache storage methods

Returns

array<mixed,string>

initialize()

initialize(string  $method = self::cache_in_memory,   $arguments = array()) : boolean

Identify the cache storage method to use

Parameters

string $method

Name of the method to use for cell cacheing

$arguments

Returns

boolean

finalize()

finalize() 

Clear the cache storage