File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -88,16 +88,15 @@ method to return the right project directory::
88
88
}
89
89
}
90
90
91
-
92
91
Cache Directory
93
92
~~~~~~~~~~~~~~~
94
93
95
94
**type **: ``string `` **default **: ``$this->getProjectDir()/var/cache/$this->environment ``
96
95
97
96
This returns the absolute path of the cache directory of your Symfony project.
98
97
It's calculated automatically based on the current
99
- :ref: `environment <configuration-environments >`. Data might be written to this path
100
- at runtime.
98
+ :ref: `environment <configuration-environments >`. Data might be written to this
99
+ path at runtime.
101
100
102
101
This value is exposed via the ``kernel.cache_dir `` configuration parameter and
103
102
the :method: `Symfony\\ Component\\ HttpKernel\\ Kernel::getCacheDir ` method. To
@@ -115,9 +114,9 @@ Build Directory
115
114
116
115
This returns the absolute path of a build directory of your Symfony project. This
117
116
directory can be used to separate read-only cache (i.e. the compiled container)
118
- from read-write cache (i.e. cache pools). Specify a non-default value when the
119
- application is deployed in a read-only filesystem like a Docker container or AWS
120
- Lambda.
117
+ from read-write cache (i.e. :doc: ` cache pools < /cache >` ). Specify a non-default
118
+ value when the application is deployed in a read-only filesystem like a Docker
119
+ container or AWS Lambda.
121
120
122
121
This value is exposed via the ``kernel.build_dir `` configuration parameter and
123
122
the :method: `Symfony\\ Component\\ HttpKernel\\ Kernel::getBuildDir ` method. To
You can’t perform that action at this time.
0 commit comments