JCacheStorageFile:: getFilePath/1.5
From Joomla! Documentation
JCacheStorageFile::_getFilePath
Description
Get a cache file path from an id/group pair.
Description:JCacheStorageFile:: getFilePath [Edit Descripton]
public function _getFilePath ( $id $group )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $id | string | The cache data id | |
| $group | string | The cache data group |
- Returns string The cache file path
- Defined on line 245 of libraries/joomla/cache/storage/file.php
- Since
See also
-
JCacheStorageFile::_getFilePath on api.joomla.org
-
JCacheStorageFile source code on JoomlaCode
-
Class JCacheStorageFile
-
Subpackage Cache
- Other versions of JCacheStorageFile::_getFilePath
SeeAlso:JCacheStorageFile:: getFilePath [Edit See Also]
User contributed notes
<CodeExamplesForm />