You are here

public static function PHPExcel_Settings::getCacheStorageClass 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::getCacheStorageClass()

Return the name of the class that is currently being used for cell cacheing

Return value

string Name of the class currently being used for cacheing

File

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

Class

PHPExcel_Settings

Code

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