Auth_OpenID_MemcachedStore::associationServerKey PHP Метод

associationServerKey() публичный Метод

Memcache key is prefixed with 'openid_association_' string.
public associationServerKey ( $server_url )
    function associationServerKey($server_url)
    {
        return 'openid_association_server_' . sha1($server_url);
    }