Class Zend_Cache

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

Located in /Zend/Cache.php (line 27)


	
			
Class Constant Summary
Variable Summary
static array $availableBackends
static array $availableFrontends
Method Summary
static void factory (string $frontend, string $backend, [array $frontendOptions = array()], [array $backendOptions = array()])
static void throwException ( $msg)
Variables
static array $availableBackends = array('File', 'Sqlite', 'Memcached', 'APC') (line 42)

Available backends

  • var: array of backends name (string)
  • access: public
static array $availableFrontends = array('Core', 'Output', 'Class', 'File', 'Function', 'Page') (line 35)

Available frontends

  • var: array of frontend name (string)
  • access: public
Methods
static method factory (line 60)

Factory

  • access: public
static void factory (string $frontend, string $backend, [array $frontendOptions = array()], [array $backendOptions = array()])
  • string $frontend: frontend name
  • string $backend: backend name
  • array $frontendOptions: associative array of options for the corresponding frontend constructor
  • array $backendOptions: associative array of options for the corresponding backend constructor
static method throwException (line 96)

Throw an exception

Note : for perf reasons, the "load" of Zend/Cache/Exception is dynamic

  • access: public
static void throwException ( $msg)
  • $msg
Class Constants
CLEANING_MODE_ALL = 'all' (line 47)

Consts for clean() method

CLEANING_MODE_MATCHING_TAG = 'matchingTag' (line 49)
CLEANING_MODE_NOT_MATCHING_TAG = 'notMatchingTag' (line 50)
CLEANING_MODE_OLD = 'old' (line 48)

Documentation generated on Sun, 29 Oct 2006 21:27:02 -0600 by phpDocumentor 1.3.0RC6