This file is indexed.

/usr/share/doc/libglobus-gass-cache-dev/html/index.html is in libglobus-gass-cache-doc 9.10-2build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>globus_gass_cache: Globus GASS Cache</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td id="projectalign" style="padding-left: 0.5em;">
   <div id="projectname">globus_gass_cache
   &#160;<span id="projectnumber">9.10</span>
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
  initMenu('',true,false,'search.php','Search');
  $(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
</div><!-- top -->
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
     onmouseover="return searchBox.OnSearchSelectShow()"
     onmouseout="return searchBox.OnSearchSelectHide()"
     onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0" 
        name="MSearchResults" id="MSearchResults">
</iframe>
</div>

<div class="header">
  <div class="headertitle">
<div class="title">Globus GASS Cache </div>  </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><p>The GASS cache management API is part of the Globus module called "GASS", (Global Access to Secondary Storage) The GASS cache management API defines calls for manipulating a local file cache.</p>
<p>Each cache entry can be locked during addition and deletion to allow for atomic handling of the cache file contents.</p>
<p>Each cache entry also has an associated timestamp. This timestamp is independent of the local cache file's modification time. Rather, the cache entry timestamp is maintained by the user. It can, for example, be used to keep track of the timestamp of a remote file that is associated with the cache entry.</p>
<p>Note: all timestamps are as seconds since the epoch. (01 Jan 1970, 00:00 GMT)</p>
<p>The following functions are part of the API:</p>
<ul>
<li><a class="el" href="group__globus__gass__cache.html#ga3c989ae2243b1fea8bedcca6a4d741ed" title="Open a GASS Cache. ">globus_gass_cache_open()</a></li>
<li><a class="el" href="group__globus__gass__cache.html#ga0e5c16639ae45f42171604704b37110a" title="Close a cache handle. ">globus_gass_cache_close()</a></li>
<li><a class="el" href="group__globus__gass__cache.html#gaca303625ca1ed7f52f5d894ef451cbf0" title="Add a tag to an URL in the cache. ">globus_gass_cache_add()</a></li>
<li><a class="el" href="group__globus__gass__cache.html#ga0ae7193171a64977cf05f3eaa3aa8b13" title="Complete adding a cache entry and unlock it. ">globus_gass_cache_add_done()</a></li>
<li><a class="el" href="group__globus__gass__cache.html#ga67947289f7bdfdcb86f97ab7aa551263" title="Remove a cache tag. ">globus_gass_cache_delete_start()</a></li>
<li><a class="el" href="group__globus__gass__cache.html#gac336211487f5e6c0bd155ff0227fbd3f" title="Remove one instance of the tag from the cache entry&#39;s tag list. ">globus_gass_cache_delete()</a></li>
<li><a class="el" href="group__globus__gass__cache.html#ga7a9fd887faee710170cc708a18211af2" title="Remove a tag from a cache entry. ">globus_gass_cache_cleanup_tag()</a></li>
<li><a class="el" href="group__globus__gass__cache.html#ga14c0fe9defa4446ddba05261f0310bbe" title="Remove a tag from all cache entriesRemove all instances of the tag from the cache entry&#39;s tag list...">globus_gass_cache_cleanup_tag_all()</a></li>
<li><a class="el" href="group__globus__gass__cache.html#gaeba4a59377908960626617413fadb656" title="Convert a URL to a string suitable as a file path. ">globus_gass_cache_mangle_url()</a></li>
<li><a class="el" href="group__globus__gass__cache.html#ga25f63572180ba1c86d0414c6a556cbec" title="Convert a tag to a string suitable as a file path. ">globus_gass_cache_mangle_tag()</a></li>
<li><a class="el" href="group__globus__gass__cache.html#ga0df369d28341998e2e715d415dc0233f" title="Get the set of directories used by a GASS Cache. ">globus_gass_cache_get_dirs()</a></li>
<li><a class="el" href="group__globus__gass__cache.html#ga763c6dc14cbf28dc41c599411a1af654" title="Get the GASS Cache&#39;s root directory. ">globus_gass_cache_get_cache_dir()</a> </li>
</ul>
</div></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.13
</small></address>
</body>
</html>