Class ZCacheOptions

(line 51)

Description

Object
   |
   --Persistent
      |
      --ZCacheOptions

Located in File: /Zend/zcache.inc.php

A base class for persistent objects which are the ones which provide the required features to be serialized/unserialized easily.

If you want to create a component that has persistance capabilities, you can inherit from this class to get all the mecanisms you need. The internal session handling uses properties and methods found on this class to serialize/unserialize components to the session and recover application state.



Classes extended from ZCacheOptions:
ZCacheFrontendFunctionOptions
A base class for persistent objects which are the ones which provide the required features to be serialized/unserialized easily.
ZCacheFrontendClassOptions
A base class for persistent objects which are the ones which provide the required features to be serialized/unserialized easily.
ZCacheFrontendFileOptions
A base class for persistent objects which are the ones which provide the required features to be serialized/unserialized easily.
ZCacheFrontendPageOptions
A base class for persistent objects which are the ones which provide the required features to be serialized/unserialized easily.
ZCacheBackendSQLiteOptions
A base class for persistent objects which are the ones which provide the required features to be serialized/unserialized easily.
ZCacheBackendMemcachedOptions
A base class for persistent objects which are the ones which provide the required features to be serialized/unserialized easily.

Properties

Summary:
Owner Owner of the component. [Publishes Persistent::Owner]

Defined in class Persistent

NamePath Used to serialize/unserialize. It returns the full path to identify this component.
Owner Owner of the component.

property Owner (line 55)

Component Owner

Owner of the component. [Publishes Persistent::Owner]

property NamePath

Used to serialize/unserialize. It returns the full path to identify this component.
This property is implemented in Persistent::NamePath

property Owner

Owner of the component.
This property is implemented in Persistent::Owner

Methods

Summary:
__construct Constructs an object and initializes its data before the object is first used. [Overrides Object::__construct()]

Defined in class Persistent

serialize Stores this object into the session.
unserialize This method uses PHP reflection to iterate through published properties (the ones starting with get) and retrieve the properties stored by a previous serialize() call.

Defined in class Object

__construct Constructs an object and initializes its data before the object is first used.
className Returns a string indicating the type of the object instance (as opposed to the type of the variable passed as an argument).
classParent Returns the type of the immediate ancestor of a class.

Constructor __construct (line 60)

ZCacheOptions __construct( $aowner)

Overrides : Object::__construct() Constructs an object and initializes its data before the object is first used.


Events

Summary:

[none]

Javascript Events

Summary:

[none]

Documentation generated on Fri, 26 Dec 2008 11:46:56 +0100 by phpDocumentor 1.4.0a2