diff --git a/info_uwsgi.php b/info_uwsgi.php
index 408eda60..4158d3c2 100644
--- a/info_uwsgi.php
+++ b/info_uwsgi.php
@@ -15,10 +15,11 @@ rpc result:
if ($_SERVER['REQUEST_METHOD'] == 'POST') {
- uwsgi_cache_update('foobar', $_POST['cache_val']);
+ echo uwsgi_cache_update('foobar', $_POST['cache_val']);
}
?>
+cache value: = uwsgi_cache_get('foobar') ?>