cvs: smarty /docs/en/programmers/caching caching-groups.xml

[email protected] ("Peter 'Mash' Morgan") Sat, 18 Feb 2006 11:53:24 -0000
Newsgroups php.smarty.cvs
Message-ID <cvspete_morgan1140263604@cvsserver>
pete_morgan		Sat Feb 18 11:53:24 2006 UTC

  Modified files:              
    /smarty/docs/en/programmers/caching	caching-groups.xml 
  Log:
  minor tweaks
  
http://cvs.php.net/viewcvs.cgi/smarty/docs/en/programmers/caching/caching-groups.xml?r1=1.5&r2=1.6&diff_format=u
Index: smarty/docs/en/programmers/caching/caching-groups.xml
diff -u smarty/docs/en/programmers/caching/caching-groups.xml:1.5 smarty/docs/en/programmers/caching/caching-groups.xml:1.6
--- smarty/docs/en/programmers/caching/caching-groups.xml:1.5	Sat Dec 10 08:55:20 2005
+++ smarty/docs/en/programmers/caching/caching-groups.xml	Sat Feb 18 11:53:24 2006
@@ -1,18 +1,19 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
    <sect1 id="caching.groups">
     <title>Cache Groups</title>
      <para>
-      You can do more elaborate grouping by setting up cache_id groups. This is
+      You can do more elaborate grouping by setting up $cache_id groups. This is
       accomplished by separating each sub-group with a vertical bar "|" in the
-      cache_id value. You can have as many sub-groups as you like.
+      $cache_id value. You can have as many sub-groups as you like.
      </para>
      <para>
       You can think of cache groups like a directory hierarchy. For instance, a
       cache group of "a|b|c" could be thought of as the directory structure
-      "/a/b/c/". clear_cache(null,"a|b|c") would be like removing the files
+      "/a/b/c/". <link linkend="api.clear.cache">clear_cache</link>(null,"a|b|c") 
+      would be like removing the files
       "/a/b/c/*". clear_cache(null,"a|b") would be like removing the files
-      "/a/b/*". If you specify a compile_id such as
+      "/a/b/*". If you specify a <link linkend="variable.compile.id">$compile_id</link> such as
       clear_cache(null,"a|b","foo") it is treated as an appended cache group
       "/a/b/c/foo/". If you specify a template name such as
       clear_cache("foo.tpl","a|b|c") then Smarty will attempt to remove