ZF-10818: Zend_Cache_Manager template 'skeleton' no longer available
Description
According to the current documentation at http://framework.zend.com/manual/en/… (bottom) their is a Zend_Cache_Manager template named 'skeleton', which is a so called "NULL cache". This template no longer exists since version 1.10.8. This template was removed at commit: r22727 -> http://framework.zend.com/code/revision.php/…
I don't understand why this 'skeleton' template was removed. I guess some people are using this template. Please make a note in the documentation, that the 'skeleton' template is no longer available.
Comments
Posted by Ramon Henrique Ornelas (ramon) on 2010-12-13T16:26:08.000+0000
Re-assigned
Posted by Ramon Henrique Ornelas (ramon) on 2010-12-13T16:30:17.000+0000
I think but sensible assign again the template skeleton.
Greetings Ramon
Posted by Marc Bennewitz (private) (mabe) on 2010-12-14T13:24:57.000+0000
the "skeleton" cache template was removed to only have pre-defined templates which are usable without the need of additional configuration. -> Before you got an exception on getting the skeleton cache or on getting all defined caches. (implemented in r22727)
I'll update the documentation and create a migration part to this the next few days.
Posted by Marc Bennewitz (private) (mabe) on 2010-12-16T14:19:06.000+0000
fixed in r23523 (trunk) & r23524 (1.11 branch)