Skip to content

Commit 1f6f3d7

Browse files
committed
Fix wrong method: getCacheInfo instead of cache_info
1 parent a771a10 commit 1f6f3d7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

user_guide_src/source/libraries/caching.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Class Reference
171171

172172
$cache->clean();
173173

174-
.. php:method::cache_info()
174+
.. php:method::getCacheInfo()
175175
176176
:returns: Information on the entire cache database
177177
:rtype: mixed
@@ -180,7 +180,7 @@ Class Reference
180180

181181
Example::
182182

183-
var_dump($cache->cache_info());
183+
var_dump($cache->getCacheInfo());
184184

185185
.. note:: The information returned and the structure of the data is dependent
186186
on which adapter is being used.

0 commit comments

Comments
 (0)