if ($this->use_cache_flow)
        {
            // Generate an identifier specific to this particular set of arguments.
            $cache_id = $this->key . '_' . get_class($this) . '_' . $bucket . '_' . sha1(serialize($method_arguments));