From e48119a2069c1f3ee0cfe0303d1c1ab4bbd2b26e Mon Sep 17 00:00:00 2001 From: Bernat Date: Fri, 24 Mar 2023 13:38:47 +0100 Subject: [PATCH] Update retrieving-data-and-resultsets.rst The option for cache key is `key` as in the examples, not `cacheKey`. --- en/orm/retrieving-data-and-resultsets.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/orm/retrieving-data-and-resultsets.rst b/en/orm/retrieving-data-and-resultsets.rst index df9db9b6e3..b691a14af0 100644 --- a/en/orm/retrieving-data-and-resultsets.rst +++ b/en/orm/retrieving-data-and-resultsets.rst @@ -81,7 +81,7 @@ by using the ``finder`` option:: The list of options supported by get() are: - ``cache`` cache config. -- ``cacheKey`` cache key. +- ``key`` cache key. - ``finder`` custom finder function. - ``conditions`` provide conditions for the WHERE clause of your query. - ``limit`` Set the number of rows you want.