Browse Source

Update docblocks

ADmad 9 years ago
parent
commit
bc251ed9b2
1 changed files with 5 additions and 1 deletions
  1. 5 1
      src/Datasource/QueryCacher.php

+ 5 - 1
src/Datasource/QueryCacher.php

@@ -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;