We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc824de commit 3c59273Copy full SHA for 3c59273
lib/view/sfViewCacheManager.class.php
@@ -21,6 +21,8 @@
21
*/
22
class sfViewCacheManager
23
{
24
+ public $options = array();
25
+
26
protected $cache;
27
protected $cacheConfig = array();
28
protected $context;
0 commit comments