Solar_Sql_Adapter_Sqlite::setCacheKeyPrefix()
public
string
Solar_Sql_Adapter_Sqlite::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.