You are here

public static function PHPExcel_CachedObjectStorage_CacheBase::cacheMethodIsAvailable in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/CachedObjectStorage/CacheBase.php \PHPExcel_CachedObjectStorage_CacheBase::cacheMethodIsAvailable()

* Identify whether the caching method is currently available * Some methods are dependent on the availability of certain extensions being enabled in the PHP build * *

Return value

boolean

6 methods override PHPExcel_CachedObjectStorage_CacheBase::cacheMethodIsAvailable()
PHPExcel_CachedObjectStorage_APC::cacheMethodIsAvailable in vendor/phpoffice/phpexcel/Classes/PHPExcel/CachedObjectStorage/APC.php
Identify whether the caching method is currently available Some methods are dependent on the availability of certain extensions being enabled in the PHP build
PHPExcel_CachedObjectStorage_Igbinary::cacheMethodIsAvailable in vendor/phpoffice/phpexcel/Classes/PHPExcel/CachedObjectStorage/Igbinary.php
* Identify whether the caching method is currently available * Some methods are dependent on the availability of certain extensions being enabled in the PHP build * *
PHPExcel_CachedObjectStorage_Memcache::cacheMethodIsAvailable in vendor/phpoffice/phpexcel/Classes/PHPExcel/CachedObjectStorage/Memcache.php
* Identify whether the caching method is currently available * Some methods are dependent on the availability of certain extensions being enabled in the PHP build * *
PHPExcel_CachedObjectStorage_SQLite3::cacheMethodIsAvailable in vendor/phpoffice/phpexcel/Classes/PHPExcel/CachedObjectStorage/SQLite3.php
* Identify whether the caching method is currently available * Some methods are dependent on the availability of certain extensions being enabled in the PHP build * *
PHPExcel_CachedObjectStorage_SQLite::cacheMethodIsAvailable in vendor/phpoffice/phpexcel/Classes/PHPExcel/CachedObjectStorage/SQLite.php
* Identify whether the caching method is currently available * Some methods are dependent on the availability of certain extensions being enabled in the PHP build * *

... See full list

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/CachedObjectStorage/CacheBase.php, line 372

Class

PHPExcel_CachedObjectStorage_CacheBase
PHPExcel_CachedObjectStorage_CacheBase

Code

public static function cacheMethodIsAvailable() {
  return true;
}