You are here

private static property PHPExcel_CachedObjectStorageFactory::$_storageMethods in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/CachedObjectStorageFactory.php \PHPExcel_CachedObjectStorageFactory::_storageMethods

List of all possible cache storage methods

Type: string[]

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/CachedObjectStorageFactory.php, line 72

Class

PHPExcel_CachedObjectStorageFactory
PHPExcel_CachedObjectStorageFactory

Code

private static $_storageMethods = array(
  self::cache_in_memory,
  self::cache_in_memory_gzip,
  self::cache_in_memory_serialized,
  self::cache_igbinary,
  self::cache_to_phpTemp,
  self::cache_to_discISAM,
  self::cache_to_apc,
  self::cache_to_memcache,
  self::cache_to_wincache,
  self::cache_to_sqlite,
  self::cache_to_sqlite3,
);