#!/www/server/bin/php 1); unset($GLOBALS['it_cache_local']); ok(it_cache::get('it_cache_d', 'distributed' => 1) == '1'); it_cache::put('it_cache_d', false, 'distributed' => 1); unset($GLOBALS['it_cache_local']); ok(it_cache::get('it_cache_d', 'distributed' => 1) === ''); it_cache::put('it_cache_d', [2], 'distributed' => 1); unset($GLOBALS['it_cache_local']); ok(it_cache::get('it_cache_d', 'distributed' => 1) === [2]); ok(it_cache::get('it_cache_d'.rand(1, 1000), 'distributed' => 1) === null);