Zend_CacheLocated in /Cache.php (line 28)
static Zend_Cache_Core|Zend_Cache_Frontend
factory
(mixed $frontend, mixed $backend, [array $frontendOptions = array()], [array $backendOptions = array()], [boolean $customFrontendNaming = false], [boolean $customBackendNaming = false], [boolean $autoload = false])
static Zend_Cache_Backend
_makeBackend
(string $backend, array $backendOptions, [boolean $customBackendNaming = false], [boolean $autoload = false])
static Zend_Cache_Core|Zend_Cache_Frontend
_makeFrontend
(string $frontend, [array $frontendOptions = array()], [boolean $customFrontendNaming = false], [boolean $autoload = false])
static array
$availableBackends
= array('File', 'Sqlite', 'Memcached', 'Apc', 'ZendPlatform', 'Xcache', 'TwoLevels') (line 67)
Only for backward compatibily (may be removed in next major release)
static array
$availableFrontends
= array('Core', 'Output', 'Class', 'File', 'Function', 'Page') (line 59)
Only for backward compatibily (may be removed in next major release)
static array
$standardBackends
= array('File', 'Sqlite', 'Memcached', 'Apc', 'ZendPlatform',Standard backends
static array
$standardExtendedBackends
= array('File', 'Apc', 'TwoLevels', 'Memcached', 'Sqlite') (line 51)
Standard backends which implement the ExtendedInterface
static array
$standardFrontends
= array('Core', 'Output', 'Class', 'File', 'Function', 'Page') (line 36)
Standard frontends
static factory (line 91)
Factory
static throwException (line 205)
Throw an exception
Note : for perf reasons, the "load" of Zend/Cache/Exception is dynamic
static _makeBackend (line 124)
Frontend Constructor
static _makeFrontend (line 165)
Backend Constructor
static _normalizeName (line 218)
Normalize frontend and backend names to allow multiple words TitleCased
Documentation generated on Mon, 21 Jun 2010 15:10:23 -0400 by phpDocumentor 1.4.3