$data = $cache->get('key',function() { // do the stuff if cache misses return $some_value_to_be_cached; });