diff --git a/src/ORM/README.md b/src/ORM/README.md index 8a099e25217..d1d083217c4 100644 --- a/src/ORM/README.md +++ b/src/ORM/README.md @@ -28,7 +28,8 @@ ConnectionManager::config('default', [ 'driver' => 'Cake\Database\Driver\Mysql', 'database' => 'test', 'username' => 'root', - 'password' => 'secret' + 'password' => 'secret', + 'cacheMetaData' => false // If set to `true` you need to install the optional "cakephp/cache" package. ]); ```