if (!$row = $this->Memcached->fetch($this->mckey)) {
                $query = "SELECT o.* FROM organisation AS o WHERE organisation_id = ?";
                $row = $this->db->fetchRow($query, $this->id);
                
                $this->Memcached->save($this->mckey, $row);