mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-16 20:36:33 +00:00
minor #1730 Remove reference to String loader in docs (simshaun)
This PR was merged into the 2.0-dev branch.
Discussion
----------
Remove reference to `String` loader in docs
Commits
-------
02a7bd6 Remove reference to `String` loader in docs
This commit is contained in:
+1
-1
@@ -197,7 +197,7 @@ projects where storing all templates in a single PHP file might make sense.
|
||||
|
||||
.. tip::
|
||||
|
||||
When using the ``Array`` or ``String`` loaders with a cache mechanism, you
|
||||
When using the ``Array`` loader with a cache mechanism, you
|
||||
should know that a new cache key is generated each time a template content
|
||||
"changes" (the cache key being the source code of the template). If you
|
||||
don't want to see your cache grows out of control, you need to take care
|
||||
|
||||
Reference in New Issue
Block a user