Habari\FileCache::get_group_hash PHP Метод

get_group_hash() приватный Метод

Get the unique hash for a given key.
private get_group_hash ( $group )
    private function get_group_hash($group)
    {
        return md5($group . Options::get('private-GUID')) . '.';
    }