From 02a7bd6d7e6ea2388b1099b51c0a23715f31ccab Mon Sep 17 00:00:00 2001 From: Shaun Date: Mon, 6 Jul 2015 15:43:15 -0400 Subject: [PATCH] Remove reference to `String` loader in docs --- doc/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api.rst b/doc/api.rst index def910a7e..f8d0cf9a3 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -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