if ($result = $this->Memcached->Fetch($cachekey)) {
            return $result;
        }