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