function set($key = false, $value = "thisisanemptyvalue", $exp = 0) {
        if (!$key) {
            throw new Exception("Cannot set object in memcache - cache \$key cannot be empty"); 
            return false;
        }