Skip to content

Commit

Permalink
Update docblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Jan 3, 2017
1 parent 633c4b1 commit bc251ed
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Datasource/QueryCacher.php
Expand Up @@ -30,12 +30,16 @@ class QueryCacher
{

/**
* The key or function to generate a key.
*
* @var string|callable
*/
protected $_key;

/**
* @var string|CacheEngine
* Config for cache engine.
*
* @var string|\Cake\Cache\CacheEngine
*/
protected $_config;

Expand Down

0 comments on commit bc251ed

Please sign in to comment.