]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/cache/class_MemoryCache.php
Minor cleanups:
[core.git] / inc / classes / main / cache / class_MemoryCache.php
index c3e24cc16f77fbf0878d404ca4b39c3cf03496f8..61248e0cfddbd89b3f22f29023c2a2b3bd46138e 100644 (file)
@@ -115,7 +115,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: */ $this->debugOutput('CACHE: Unsetting cache ' . $offset);
+                       //* DEBUG: */ $this->debugOutput('CACHE: Unsetting cache ' . $offset);
                        $this->dataCache->offsetUnset($offset);
                } // END - if
        }
                        $this->dataCache->offsetUnset($offset);
                } // END - if
        }