This backend uses content caching API of the Zend Platform product. Naturally, to use this backend you need to have Zend Platform installed.
This backend supports tags, but does not support
CLEANING_MODE_NOT_MATCHING_TAG cleaning mode.
Specify this backend using a word separator -- '-', '.', ' ', or '_'
-- between the words 'Zend' and 'Platform' when using the
Zend_Cache::factory() method:
<?php
$cache = Zend_Cache::factory('Core', 'Zend Platform');
There are no options for this backend.




