| The <cache> Tag
                          The <cache> tag takes one attribute, dir, which names the
                          directory where the WebMake site cache is kept.
                          
                         
                          WebMake will store data about the site in this directory in order
                          to speed up later rebuilds of the site.
                          
                         
                          The following special characters and escapes are supported:
                          
                         
                          
                            ~
                          
                            
                              the user's home directory on UNIX.
                              
                            
                            %u
                          
                            
                              the user's username.
                              
                            
                            %f
                          
                            
                              .wmk filename, non-alphanums replaced with _ .
                              
                            
                            %F
                          
                            
                              .wmk full path, non-alphanums replaced with _ .
                              
                            
                            %l
                          
                            
                              perl lib dir for plugins.
                              
                             
                          The default setting is ~/.webmake/%F. Example
                          
                           
  <cache file="../webmake.cache" />
                         |