function remove($key = false) {
        if (!$key) {
            throw new Exception("Cannot remove object from memcache - \$key was not specified"); 
            return false;
        }