API17

Difference between revisions of "JCacheStorageFile::get"

From Joomla! Documentation

m (JoomlaWikiBot moved page JCacheStorageFile::get/11.1 to API17:JCacheStorageFile::get without leaving a redirect: Robot: Moved page)
m (→‎User contributed notes: moving preparation)
Line 61: Line 61:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JCacheStorageFile]][[Category:JCacheStorageFile::get]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 10:11, 11 May 2013

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JCacheStorageFile::get[edit]

Description[edit]

Get cached data from a file by id and group.

Template:Description:JCacheStorageFile::get [Edit Descripton]

public function get (
        $id
        $group
        $checkTime=true
)
Parameter Type Default Description
$id string The cache data id
$group string The cache data group
$checkTime boolean true True to verify cache time expiration threshold
  • Returns mixed Boolean false on failure or a cached data string
  • Defined on line 50 of libraries/joomla/cache/storage/file.php
  • Since Joomla 11.1

See also[edit]

Template:SeeAlso:JCacheStorageFile::get [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />