You are here

public static function PHPExcel_Settings::getCacheStorageMethod in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Settings.php \PHPExcel_Settings::getCacheStorageMethod()

Return the name of the method that is currently configured for cell cacheing

Return value

string Name of the cacheing method

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Settings.php, line 152

Class

PHPExcel_Settings

Code

public static function getCacheStorageMethod() {
  return PHPExcel_CachedObjectStorageFactory::getCacheStorageMethod();
}