Fix cache_stats retrieval
Review Request #2926 — Created Feb. 27, 2012 and submitted
Fixes issue when the receiving buffer is not sufficient resulting in:
File "..../reviewboard/admin/cache_stats.py", line 72, in get_cache_stats
value = int(info[2])
IndexError: list index out of range
Fixed the issue with my memcached.