Replies: 1 comment
-
|
I don't believe this will work. Honestly I never tried it this way so I cannot be certain 100%. The operation is once you call getRelated() |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Good day!
Can I use
$this->getRelatedon already cached data?For example:
addresses. All its values are cached.peoplestable. Each row has anaddress_idparameter, which is tied to a specificidfrom theaddressestable.I am using
memcached.Tried like this:
As a result, the
idis displayed, which is assigned to the very first entry in the cache. But if you disable the cache, then everything works as it should.Beta Was this translation helpful? Give feedback.
All reactions