Solar_Sql_Adapter_MysqlReplicated::setCacheKeyPrefix()

public string Solar_Sql_Adapter_MysqlReplicated::setCacheKeyPrefix ( string $prefix = NULL )

Sets the connection-specific cache key prefix.

Parameters

  • (string) $prefix: The cache-key prefix. When null, defaults to the class name, a slash, and the md5() of the DSN for the master.

Returns

  • (string)

Description

Sets the connection-specific cache key prefix.



Local