mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
Cached proxy classes have no data loaded #7000
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jarrettj on GitHub (Jul 6, 2022).
Using:
doctrine/orm 2.7.5
doctrine/doctrine-orm-module 1.1.8
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,
Jarrett
@greg0ire commented on GitHub (Jul 6, 2022):
Closing in favor of #9881