protected function FileBase::buildCache in Forena Reports 7.5
This is a wrapper function used to build the cache. It should be overrident by
Parameters
$ext extension of the cache name:
$base_name of the object.:
$object Object:
1 call to FileBase::buildCache()
- FileBase::validateCache in src/
File/ FileBase.php - Validate a single cache entry
2 methods override FileBase::buildCache()
- DataFile::buildCache in src/
File/ DataFile.php - Should load cache data based on that.
- ReportFile::buildCache in src/
File/ ReportFile.php - Should load cache data based on that.
File
- src/
File/ FileBase.php, line 135 - FileBase.inc File toolbox for manipulating files contained tn the report directory.
Class
Namespace
Drupal\forena\FileCode
protected function buildCache($ext, $base_name, &$object) {
$object->cache = array();
}