This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Retrieved Observer not firing from CachedBuilder #399
Labels
You can continue the conversation there. Go to discussion →
Hi Mike,
First, thank you for the great package, really appreciate your work!
I came across this issue when attempting to hook into the model's retrieved event.
The retrieved event only fires if the result hasn't been cached. Once the result is in cache, it no longer fires.
To work around the issue I had to do the following:
My solution is not pretty, but works. I had troubles doing it other ways because of the debug_backtrace in the cacheValue event.
If there's a way to improve this solution, and/or get it into core, that would be amazing.
Kind Regards,
Paul
Originally posted by @paularmstrong80 in #171 (comment)
The text was updated successfully, but these errors were encountered: