Class Zend_Cache_Backend

Description
  • license: New BSD License
  • copyright: Copyright (c) 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)

Located in /Zend/Cache/Backend.php (line 30)


	
			
Direct descendents
Variable Summary
 array $_directives
 array $_options
Method Summary
 static string getTmpDir ()
 Zend_Cache_Backend __construct ([array $options = array()])
 void setDirectives (array $directives)
 void setOption (string $name, mixed $value)
Variables
array $_directives = array(
'lifeTime' => 3600,
'logging' => false
)
(line 49)

Frontend or Core directives

=====> (int) lifeTime :

  • Cache lifetime (in seconds)
  • If null, the cache is valid forever
=====> (int) logging :
  • if set to true, a logging is activated throw Zend_Log

  • var: directives
  • access: protected
array $_options = array() (line 59)

Available options

  • var: available options
  • access: protected

Redefined in descendants as:
Methods
static getTmpDir (line 122)

Return a system-wide tmp directory

  • return: system-wide tmp directory
static string getTmpDir ()
Constructor __construct (line 71)

Constructor

  • access: public
Zend_Cache_Backend __construct ([array $options = array()])
  • array $options: associative array of options

Redefined in descendants as:
setDirectives (line 84)

Set the frontend directives

  • access: public
void setDirectives (array $directives)
  • array $directives: assoc of directives
setOption (line 109)

Set an option

  • access: public
void setOption (string $name, mixed $value)
  • string $name
  • mixed $value

Documentation generated on Thu, 18 Jan 2007 09:52:15 -0800 by phpDocumentor 1.3.1