We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a771a10 commit 1f6f3d7Copy full SHA for 1f6f3d7
1 file changed
user_guide_src/source/libraries/caching.rst
@@ -171,7 +171,7 @@ Class Reference
171
172
$cache->clean();
173
174
-.. php:method:: ⠀cache_info()
+.. php:method:: ⠀getCacheInfo()
175
176
:returns: Information on the entire cache database
177
:rtype: mixed
@@ -180,7 +180,7 @@ Class Reference
180
181
Example::
182
183
- var_dump($cache->cache_info());
+ var_dump($cache->getCacheInfo());
184
185
.. note:: The information returned and the structure of the data is dependent
186
on which adapter is being used.
0 commit comments