Skip to content

Commit

Permalink
the engine key was renamed to className
Browse files Browse the repository at this point in the history
  • Loading branch information
AD7six committed Mar 13, 2014
1 parent 617b898 commit 3a2dbec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cache/Cache.php
Expand Up @@ -33,7 +33,7 @@
*
* {{{
* Cache::config('shared', [
* 'engine' => 'Cake\Cache\Engine\ApcEngine',
* 'className' => 'Cake\Cache\Engine\ApcEngine',
* 'prefix' => 'my_app_'
* ]);
* }}}
Expand Down

0 comments on commit 3a2dbec

Please sign in to comment.