Previous Page
setCache()

Solar_Sql_Adapter_Sqlite
setCacheKeyPrefix()

Next Page
setProfiling()

setCacheKeyPrefix()

public string setCacheKeyPrefix ( string $prefix default 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.