Syntax for: globus-gass-cache Usage: globus-gass-cache -help | -usage | -version[s] globus-gass-cache -op [-r resource][-n new_name][-t tag]...[URL] Valid operations (-op) are: -add - add an URL to the cache This operation requires that an URL be specified on the command line. If the [-t tag] option is specified the URL will be added with that tag; Otherwise the default "null" tag will be used. -delete - decrement the reference count for an URL This operation requires that an URL be specified on the command line. If the [-t tag] option is specified a single instance of that tag will be removed from that URLs cache entry; Otherwise, a single reference of the default "null" tag will be removed -cleanup-tag - remove all references to a tag from the cache. If an URL is specified, then all references to the tag will be removed from that URL. If no tag is specified by the [-t tag] option, then the "null" tag will be used. -mangle - prints the mangled versions of the URL / tag -dirs - Displays internal directory names: The "local" data directory (from the tag / URL ) The "global" data directory (from the URL ) The base directories -type - prints the cache type (normal/flat): -query - prints the name of the local file in the cache that is associated with the URL -cleanup-url - remove all tags for an URL in the cache This operation requires that the URL be specified on the command line. -list - list the contents of the cache. If either the [-t tag] or a URL is specified on the command line, then only cache entries which match those will be listed Options -t tag - The string passed as the tag argument will be used as described above -n new_name - Store the URL in the cache as new_name (argument to -add only) -mdshost host -mdsport port -mdsbasedn DN -mdstimeout sec - mdshost, mdsport, mdsbasedn and mdstimeout overrides default settings for contacting the MDS LDAP server. -r resource - The resource argument specifies that the cache operation will be performed on a remote cache. The resource manager contact takes the form: host:port/service:subject -verbose - Turn on verbose output