You are here

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

Return the current cache storage method

Return value

string|NULL

1 call to PHPExcel_CachedObjectStorageFactory::getCacheStorageMethod()
PHPExcel_Settings::getCacheStorageMethod in vendor/phpoffice/phpexcel/Classes/PHPExcel/Settings.php
Return the name of the method that is currently configured for cell cacheing

File

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

Class

PHPExcel_CachedObjectStorageFactory
PHPExcel_CachedObjectStorageFactory

Code

public static function getCacheStorageMethod() {
  return self::$_cacheStorageMethod;
}