]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Cache/ArrayCache.php
Log function
[friendica.git] / src / Core / Cache / ArrayCache.php
index 0d314fadb7d6580bf7f0b487b01c269f43ef900f..a99b05788f64e75e46d5d8e4df8c230bdcf6c414 100644 (file)
@@ -24,7 +24,7 @@ class ArrayCache extends AbstractCacheDriver implements IMemoryCacheDriver
         */
        public function getAllKeys($prefix = null)
        {
-               return $this->filterPrefix($this->cachedData, $prefix);
+               return $this->filterArrayKeysByPrefix($this->cachedData, $prefix);
        }
 
        /**