ZF-8386: Zend_Translate_Adapter should let Zend_Cache take care of serialization
Description
The Zend_Translate_Adapter abstract class currently does its own (un-)serialization when a cache is set. The Zend_Cache currently provides its own options for serializing data or not. I know that caching of the translate data won't work, unless it is serialized. However, this is a problem that concerns Zend_Cache. Zend_Translate_Adapter should not have to care about serialization when utilizing a cache.
Comments
Posted by Thomas Weidner (thomas) on 2009-11-24T14:27:36.000+0000
Agreed and implemented this handling change with r19220