We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 086dcda commit 6e2de99Copy full SHA for 6e2de99
Documentation/ExtensionArchitecture/Extbase/Reference/Domain/Repository.rst
@@ -58,6 +58,11 @@ Example:
58
59
$this->blogRepository->findBy(['author' => 1, 'published' => true]);
60
61
+.. attention::
62
+ Saving a :php:`QueryResult` to a cache is not possible, if objects in the
63
+ :php:`QueryResult` contain closures. This is typically the case for models
64
+ which use lazy loading on properties.
65
+
66
.. _extbase-repository-find-by-custom:
67
68
Custom find methods
0 commit comments