~ubuntu-branches/ubuntu/utopic/critcl/utopic

« back to all changes in this revision

Viewing changes to doc/include/api_rcache.inc

  • Committer: Package Import Robot
  • Author(s): Andrew Shadura
  • Date: 2013-05-11 00:08:06 UTC
  • Revision ID: package-import@ubuntu.com-20130511000806-7hq1zc3fnn0gat79
Tags: upstream-3.1.9
ImportĀ upstreamĀ versionĀ 3.1.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
This package provides two commands for the management of the
 
3
[sectref {Result Cache}]. See that section for background information.
 
4
 
 
5
[para] [emph NOTE] that these commands are irrelevant to anybody just
 
6
wishing to write a package using critcl for the C parts. They are
 
7
management commands which are only useful to the
 
8
[manpage {CriTcl Application}] or similar tools.
 
9
 
 
10
 
 
11
[list_begin definitions]
 
12
[comment ---------------------------------------------------------------------]
 
13
[call [cmd ::critcl::cache] [opt path]]
 
14
 
 
15
This command sets and returns the path to the directory for the
 
16
package's result cache.
 
17
 
 
18
[para] The default location is
 
19
[file ~/.critcl/[lb]platform::generic[rb]] and usually does not
 
20
require any changes.
 
21
 
 
22
[comment ---------------------------------------------------------------------]
 
23
[call [cmd ::critcl::clean_cache] [opt [arg pattern]...]]
 
24
 
 
25
This command cleans the result cache, i.e. removes any and all files
 
26
and directories in it. If one or more patterns are specified then only
 
27
the files and directories matching them are removed.
 
28
 
 
29
[list_end]