Cached proxy classes have no data loaded. #9881
-
Using: doctrine/orm 2.7.5 SImply writing results to cache and then reading them. WhenI try to use the objects returned though, it seems that the lazy loaded objects have no data associated with them anymore.
Then my cache is simply
It saves and reads it back fine, but for some reason if I try to use the related lazy loaded class to get data it fails and returns null for the data, instead of the values. Any help would be much appreciated. Thanks. Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Answer found https://stackoverflow.com/questions/18104038/not-able-to-cache-the-entity-object-in-doctrine-using-zend-framework-2 |
Beta Was this translation helpful? Give feedback.
Answer found https://stackoverflow.com/questions/18104038/not-able-to-cache-the-entity-object-in-doctrine-using-zend-framework-2