API Documentation

Cache/Frontend/Capture.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Cache
subpackage
Zend_Cache_Frontend
Classes
Zend_Cache_Frontend_Capture

Description

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

Zend_Cache_Frontend_Capture

Extends from
Zend_Cache_Core
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Cache
subpackage
Zend_Cache_Frontend
Properties
$_idStack
$_tags
$_extension
Methods
start
_flush

Description

Properties

$_extension

 $_extension = 'null'

Details

visibility
protected
default
null
final
false
static
false

$_idStack

array $_idStack = 'array'

Page identifiers

Details

$_idStack
array
visibility
protected
default
array
final
false
static
false

$_tags

array $_tags = 'array'

Tags

Details

$_tags
array
visibility
protected
default
array
final
false
static
false

Methods

_flush

_flush( string $data ) : string

callback for output buffering (shouldn't really be called manually)

Arguments
$data
string
Buffered output
Output
string
Data to send to browser
Details
visibility
public
final
false
static
false

start

start( string $id,  $tags,  $extension = null ) : mixed

Start the cache

Arguments
$id
string
Cache id
$tags
$extension
Output
mixed
True if the cache is hit (false else) with $echoData=true (default) ; string else (datas)
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.