protected function FrxFile::buildCache in Forena Reports 7.4
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 FrxFile::buildCache()
- FrxFile::validateCache in ./
FrxFile.inc  - Validate a single cache entry
 
2 methods override FrxFile::buildCache()
- FrxDataFile::buildCache in ./
FrxDataFile.inc  - Should load cache data based on that.
 - FrxReportFile::buildCache in ./
FrxReportFile.inc  - Should load cache data based on that.
 
File
- ./
FrxFile.inc, line 133  - FrxFile.inc File toolbox for manipulating files contained tn the report directory.
 
Class
- FrxFile
 - @file FrxFile.inc File toolbox for manipulating files contained tn the report directory.
 
Code
protected function buildCache($ext, $base_name, &$object) {
  $object->cache = array();
}