Factory
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
Throw an exception
Note : for perf reasons, the "load" of Zend/Cache/Exception is dynamic
static void
throwException
( $msg)