Gets the cache file extension.
Return value
string
File
- drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/FileCache.php, line 84
Class
- FileCache
- Base file cache driver.
Namespace
Doctrine\Common\Cache
Code
public function getExtension() {
return $this->extension;
}