These backends store cache records using Zend Server caching functionality.
Be careful: with these backends, "tags" are not supported for the moment as the "doNotTestCacheValidity=true" argument.
These backend work only withing Zend Server environment for pages requested through HTTP or HTTPS and don't work for command line script execution
Specify this backend using parameter customBackendNaming as
TRUE when using the Zend_Cache::factory()
method:
<?php
$cache = Zend_Cache::factory('Core', 'Zend_Cache_Backend_ZendServer_Disk',
$frontendOptions, $backendOptions, false, true);
There is no option for this backend.




