alecpl
2011-10-03 130cdcf7d0d0389a0c7653d25397fb5f4ddf5877
- Small improvement for handling redundant cache queries (followup to r5303)


1 files modified
4 ■■■■ changed files
program/include/rcube_cache.php 4 ●●●● patch | view | raw | blame | history
program/include/rcube_cache.php
@@ -264,7 +264,7 @@
                $this->cache_sums[$key] = $md5sum;
                $this->cache[$key]      = $data;
            }
            else if (!$nostore) {
            else {
                $this->cache[$key] = null;
            }
        }
@@ -294,7 +294,7 @@
                $this->cache_sums[$key] = $md5sum;
                $this->cache_keys[$key] = $sql_arr['cache_id'];
            }
            else if (!$nostore) {
            else {
                $this->cache[$key] = null;
            }
        }