API17

Difference between revisions of "JCacheControllerOutput::end"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (→‎See also: moving preparation)
Line 16: Line 16:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JCacheControllerOutput::end source code''' on [[jplatform:cache/controller/output.php#cl-83|BitBucket]]
 
* {{JVer|11.1}} '''JCacheControllerOutput::end source code''' on [[jplatform:cache/controller/output.php#cl-83|BitBucket]]
* {{JVer|11.1}} Class [[JCacheControllerOutput/11.1|JCacheControllerOutput]]
+
* {{JVer|11.1}} Class [[API17:JCacheControllerOutput|JCacheControllerOutput]]
* {{JVer|11.1}} Subpackage [[Subpackage_Cache/11.1|Cache]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Cache|Cache]]
* [[JCacheControllerOutput::end|Other versions of JCacheControllerOutput::end]]
+
* [[API17:JCacheControllerOutput::end|Other versions of JCacheControllerOutput::end]]
 
{{SeeAlso:JCacheControllerOutput::end}}
 
{{SeeAlso:JCacheControllerOutput::end}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 19:50, 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 JCacheControllerOutput::end[edit]

Description[edit]

Stop the cache buffer and store the cached data.

Template:Description:JCacheControllerOutput::end [Edit Descripton]

public function end ()
  • Returns boolean True if cache stored
  • Defined on line 91 of libraries/joomla/cache/controller/output.php
  • Since Joomla 11.1

See also[edit]

Template:SeeAlso:JCacheControllerOutput::end [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />