@@ -34,18 +34,6 @@ class Cache extends BaseConfig
34
34
*/
35
35
public string $ backupHandler = 'dummy ' ;
36
36
37
- /**
38
- * --------------------------------------------------------------------------
39
- * Cache Directory Path
40
- * --------------------------------------------------------------------------
41
- *
42
- * The path to where cache files should be stored, if using a file-based
43
- * system.
44
- *
45
- * @deprecated Use the driver-specific variant under $file
46
- */
47
- public string $ storePath = WRITEPATH . 'cache/ ' ;
48
-
49
37
/**
50
38
* --------------------------------------------------------------------------
51
39
* Key Prefix
@@ -86,6 +74,7 @@ class Cache extends BaseConfig
86
74
* --------------------------------------------------------------------------
87
75
* File settings
88
76
* --------------------------------------------------------------------------
77
+ *
89
78
* Your file storage preferences can be specified below, if you are using
90
79
* the File driver.
91
80
*
@@ -100,6 +89,7 @@ class Cache extends BaseConfig
100
89
* -------------------------------------------------------------------------
101
90
* Memcached settings
102
91
* -------------------------------------------------------------------------
92
+ *
103
93
* Your Memcached servers can be specified below, if you are using
104
94
* the Memcached drivers.
105
95
*
0 commit comments