]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/cache/class_MemoryCache.php
Debugging continued:
[core.git] / inc / main / classes / cache / class_MemoryCache.php
index a3bdbd60a785e362391deb78984851c3c83952c1..fb926f431fc18e4e08fc415b806a546b6df382d4 100644 (file)
@@ -142,7 +142,7 @@ class MemoryCache extends BaseFrameworkSystem implements Cacheable {
                // Is the offset there?
                if ($this->offsetExists($offset)) {
                        // Purge only existing keys
                // Is the offset there?
                if ($this->offsetExists($offset)) {
                        // Purge only existing keys
-                       //* DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('CACHE: Unsetting cache ' . $offset);
+                       //* DEBUG: */ self::createDebugInstance(__CLASS__, __LINE__)->debugOutput('CACHE: Unsetting cache ' . $offset);
                        $this->dataCache->offsetUnset($offset);
                } // END - if
        }
                        $this->dataCache->offsetUnset($offset);
                } // END - if
        }