Abstract Class Zend_Cache

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

Located in /Cache.php (line 28)


	
			
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 43)

Available backends

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

Available frontends

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

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 throwException (line 97)

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 48)

Consts for clean() method

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

Documentation generated on Sun, 27 May 2007 23:21:21 -0700 by phpDocumentor 1.3.2