Solar_Sql_Adapter_Pgsql::setCacheKeyPrefix()

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

Sets the connection-specific cache key prefix.

Inherited from Solar_Sql_Adapter.

Parameters

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

Returns

  • (string)

Description

Sets the connection-specific cache key prefix.



Local