X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fcache%2Fclass_MemoryCache.php;fp=inc%2Fclasses%2Fmain%2Fcache%2Fclass_MemoryCache.php;h=61248e0cfddbd89b3f22f29023c2a2b3bd46138e;hp=c3e24cc16f77fbf0878d404ca4b39c3cf03496f8;hb=5ea161bcbde4efba71f350b6cc3cdd23002c9d3c;hpb=3f998a2d3aa2c4c16185c556d89cf755125cc699 diff --git a/inc/classes/main/cache/class_MemoryCache.php b/inc/classes/main/cache/class_MemoryCache.php index c3e24cc1..61248e0c 100644 --- a/inc/classes/main/cache/class_MemoryCache.php +++ b/inc/classes/main/cache/class_MemoryCache.php @@ -115,7 +115,7 @@ class MemoryCache extends BaseFrameworkSystem implements Cacheable { // 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 }