|
@@ -66,7 +66,7 @@ |
|
|
block discarded – undo |
|
66
|
66
|
/** |
|
67
|
67
|
* In Memory Cache constructor. |
|
68
|
68
|
* |
|
69
|
|
- * @param float $ttl Seconds for the cache to live as a float, by default 0.3 (300 milliseconds) |
|
|
69
|
+ * @param integer $ttl Seconds for the cache to live as a float, by default 0.3 (300 milliseconds) |
|
70
|
70
|
* @param int $limit Limit for values to keep in cache, by default 100 cache values (per pool instance). |
|
71
|
71
|
* @param bool $enabled For use by configuration to be able to disable or enable depending on needs. |
|
72
|
72
|
*/ |
Please login to merge, or discard this patch.