You are here

public static function PHPExcel_CachedObjectStorageFactory::getAllCacheStorageMethods 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::getAllCacheStorageMethods()

Return the list of all possible cache storage methods

Return value

string[]

File

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

Class

PHPExcel_CachedObjectStorageFactory
PHPExcel_CachedObjectStorageFactory

Code

public static function getAllCacheStorageMethods() {
  return self::$_storageMethods;
}