ILIAS
eassessment Revision 61809
|
Static Public Member Functions | |
static | getCacheStorageMethod () |
static | getCacheStorageClass () |
static | getCacheStorageMethods () |
static | initialize ($method=self::cache_in_memory, $arguments=array()) |
static | getInstance (PHPExcel_Worksheet $parent) |
Data Fields | |
const | cache_in_memory = 'Memory' |
const | cache_in_memory_gzip = 'MemoryGZip' |
const | cache_in_memory_serialized = 'MemorySerialized' |
const | cache_to_discISAM = 'DiscISAM' |
const | cache_to_apc = 'APC' |
const | cache_to_memcache = 'Memcache' |
const | cache_to_phpTemp = 'PHPTemp' |
const | cache_to_wincache = 'Wincache' |
Static Private Attributes | |
static | $_cacheStorageMethod = null |
static | $_cacheStorageClass = null |
static | $_storageMethods |
static | $_storageMethodDefaultParameters |
static | $_storageMethodParameters = array() |
Definition at line 3 of file CachedObjectStorageFactory.php.
|
static |
Definition at line 64 of file CachedObjectStorageFactory.php.
References $_cacheStorageClass.
|
static |
Definition at line 56 of file CachedObjectStorageFactory.php.
References $_cacheStorageMethod.
|
static |
Definition at line 72 of file CachedObjectStorageFactory.php.
References $_storageMethods.
|
static |
Definition at line 118 of file CachedObjectStorageFactory.php.
References $_cacheStorageClass, and initialize().
Referenced by PHPExcel_Worksheet\__construct().
|
static |
Definition at line 77 of file CachedObjectStorageFactory.php.
Referenced by getInstance(), and PHPExcel_Settings\setCacheStorageMethod().
|
staticprivate |
Definition at line 16 of file CachedObjectStorageFactory.php.
Referenced by getCacheStorageClass(), PHPExcel_Settings\getCacheStorageClass(), and getInstance().
|
staticprivate |
Definition at line 14 of file CachedObjectStorageFactory.php.
Referenced by getCacheStorageMethod(), and PHPExcel_Settings\getCacheStorageMethod().
|
staticprivate |
Definition at line 31 of file CachedObjectStorageFactory.php.
|
staticprivate |
Definition at line 53 of file CachedObjectStorageFactory.php.
|
staticprivate |
Definition at line 19 of file CachedObjectStorageFactory.php.
Referenced by getCacheStorageMethods().
const PHPExcel_CachedObjectStorageFactory::cache_in_memory = 'Memory' |
Definition at line 4 of file CachedObjectStorageFactory.php.
const PHPExcel_CachedObjectStorageFactory::cache_in_memory_gzip = 'MemoryGZip' |
Definition at line 5 of file CachedObjectStorageFactory.php.
Referenced by ilExcelXMLAdapter\__construct().
const PHPExcel_CachedObjectStorageFactory::cache_in_memory_serialized = 'MemorySerialized' |
Definition at line 6 of file CachedObjectStorageFactory.php.
const PHPExcel_CachedObjectStorageFactory::cache_to_apc = 'APC' |
Definition at line 8 of file CachedObjectStorageFactory.php.
const PHPExcel_CachedObjectStorageFactory::cache_to_discISAM = 'DiscISAM' |
Definition at line 7 of file CachedObjectStorageFactory.php.
const PHPExcel_CachedObjectStorageFactory::cache_to_memcache = 'Memcache' |
Definition at line 9 of file CachedObjectStorageFactory.php.
const PHPExcel_CachedObjectStorageFactory::cache_to_phpTemp = 'PHPTemp' |
Definition at line 10 of file CachedObjectStorageFactory.php.
const PHPExcel_CachedObjectStorageFactory::cache_to_wincache = 'Wincache' |
Definition at line 11 of file CachedObjectStorageFactory.php.