You are here

public static function PHPExcel_CachedObjectStorageFactory::getCacheStorageClass in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/CachedObjectStorageFactory.php \PHPExcel_CachedObjectStorageFactory::getCacheStorageClass()

Return the current cache storage class

Return value

PHPExcel_CachedObjectStorage_ICache|NULL

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

File

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

Class

PHPExcel_CachedObjectStorageFactory
PHPExcel_CachedObjectStorageFactory

Code

public static function getCacheStorageClass() {
  return self::$_cacheStorageClass;
}