use zlib compression to store huge list (like site or account list)
[plcapi.git] / php / plc_api.php
index fed4759..886825c 100644 (file)
@@ -132,7 +132,7 @@ class PLCAPI
           $key = $this->generateKey($method, $args);
           if ($key != NULL)
           {
-              $memcache->set($key, $result == NULL ? "NULL" : $result, false, 6000);
+              $memcache->set($key, $result == NULL ? "NULL" : $result, MEMCACHE_COMPRESSED, 600);
           }
       }
       return $result;