PhpSpreadsheet/Classes/PHPExcel/CachedObjectStorage
Mark Baker 24a9eb285c Use of empty() rather than count() to test if arrays are empty or not - simple performance tweak... empty() is over twice as fast as count()
git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@85344 2327b42d-5241-43d6-9e2a-de5ac946f064
2012-01-16 12:34:22 +00:00
..
APC.php Added a cacheMethodIsAvailable() method to all cell cache classes, making it easier to identify if all the necessary classes/functions are available for each caching option. 2011-12-09 12:10:46 +00:00
CacheBase.php Use of empty() rather than count() to test if arrays are empty or not - simple performance tweak... empty() is over twice as fast as count() 2012-01-16 12:34:22 +00:00
DiscISAM.php Bugfix: Work item 16643 - Bug In Cache System (cell reference when throwing caching errors) 2011-10-26 16:16:43 +00:00
ICache.php Added a cacheMethodIsAvailable() method to all cell cache classes, making it easier to identify if all the necessary classes/functions are available for each caching option. 2011-12-09 12:10:46 +00:00
Igbinary.php Added a cacheMethodIsAvailable() method to all cell cache classes, making it easier to identify if all the necessary classes/functions are available for each caching option. 2011-12-09 12:10:46 +00:00
Memcache.php Added a cacheMethodIsAvailable() method to all cell cache classes, making it easier to identify if all the necessary classes/functions are available for each caching option. 2011-12-09 12:10:46 +00:00
Memory.php Updated headers to reflect the new year. Happy new year 2011! 2011-01-03 09:20:10 +00:00
MemoryGZip.php General: Reduce cell caching overhead using dirty flag to ensure that cells are only rewritten to the cache if they have actually been changed 2011-04-25 14:25:53 +00:00
MemorySerialized.php General: Reduce cell caching overhead using dirty flag to ensure that cells are only rewritten to the cache if they have actually been changed 2011-04-25 14:25:53 +00:00
PHPTemp.php Bugfix: Work item 16212 - $arguments improperly used in CachedObjectStorage/PHPTemp.php 2011-10-25 19:31:57 +00:00
SQLite.php Added a cacheMethodIsAvailable() method to all cell cache classes, making it easier to identify if all the necessary classes/functions are available for each caching option. 2011-12-09 12:10:46 +00:00
SQLite3.php Added a cacheMethodIsAvailable() method to all cell cache classes, making it easier to identify if all the necessary classes/functions are available for each caching option. 2011-12-09 12:10:46 +00:00
Wincache.php Added a cacheMethodIsAvailable() method to all cell cache classes, making it easier to identify if all the necessary classes/functions are available for each caching option. 2011-12-09 12:10:46 +00:00