1<?xml version="1.0" encoding="ascii"?> 2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 3 "DTD/xhtml1-transitional.dtd"> 4<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 5<head> 6 <title>googleapiclient.discovery_cache.base</title> 7 <link rel="stylesheet" href="epydoc.css" type="text/css" /> 8 <script type="text/javascript" src="epydoc.js"></script> 9</head> 10 11<body bgcolor="white" text="black" link="blue" vlink="#204080" 12 alink="#204080"> 13<!-- ==================== NAVIGATION BAR ==================== --> 14<table class="navbar" border="0" width="100%" cellpadding="0" 15 bgcolor="#a0c0ff" cellspacing="0"> 16 <tr valign="middle"> 17 <!-- Home link --> 18 <th> <a 19 href="googleapiclient-module.html">Home</a> </th> 20 21 <!-- Tree link --> 22 <th> <a 23 href="module-tree.html">Trees</a> </th> 24 25 <!-- Index link --> 26 <th> <a 27 href="identifier-index.html">Indices</a> </th> 28 29 <!-- Help link --> 30 <th> <a 31 href="help.html">Help</a> </th> 32 33 <th class="navbar" width="100%"></th> 34 </tr> 35</table> 36<table width="100%" cellpadding="0" cellspacing="0"> 37 <tr valign="top"> 38 <td width="100%"> 39 <span class="breadcrumbs"> 40 <a href="googleapiclient-module.html">Package googleapiclient</a> :: 41 <a href="googleapiclient.discovery_cache-module.html">Package discovery_cache</a> :: 42 Module base 43 </span> 44 </td> 45 <td> 46 <table cellpadding="0" cellspacing="0"> 47 <!-- hide/show private --> 48 <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink" 49 onclick="toggle_private();">hide private</a>]</span></td></tr> 50 <tr><td align="right"><span class="options" 51 >[<a href="frames.html" target="_top">frames</a 52 >] | <a href="googleapiclient.discovery_cache.base-module.html" 53 target="_top">no frames</a>]</span></td></tr> 54 </table> 55 </td> 56 </tr> 57</table> 58<!-- ==================== MODULE DESCRIPTION ==================== --> 59<h1 class="epydoc">Module base</h1><p class="nomargin-top"><span class="codelink"><a href="googleapiclient.discovery_cache.base-pysrc.html">source code</a></span></p> 60<pre class="literalblock"> 61An abstract class for caching the discovery document. 62 63</pre> 64 65<!-- ==================== CLASSES ==================== --> 66<a name="section-Classes"></a> 67<table class="summary" border="1" cellpadding="3" 68 cellspacing="0" width="100%" bgcolor="white"> 69<tr bgcolor="#70b0f0" class="table-header"> 70 <td colspan="2" class="table-header"> 71 <table border="0" cellpadding="0" cellspacing="0" width="100%"> 72 <tr valign="top"> 73 <td align="left"><span class="table-header">Classes</span></td> 74 <td align="right" valign="top" 75 ><span class="options">[<a href="#section-Classes" 76 class="privatelink" onclick="toggle_private();" 77 >hide private</a>]</span></td> 78 </tr> 79 </table> 80 </td> 81</tr> 82<tr> 83 <td width="15%" align="right" valign="top" class="summary"> 84 <span class="summary-type"> </span> 85 </td><td class="summary"> 86 <a href="googleapiclient.discovery_cache.base.Cache-class.html" class="summary-name">Cache</a><br /> 87 A base abstract cache class. 88 </td> 89 </tr> 90</table> 91<!-- ==================== NAVIGATION BAR ==================== --> 92<table class="navbar" border="0" width="100%" cellpadding="0" 93 bgcolor="#a0c0ff" cellspacing="0"> 94 <tr valign="middle"> 95 <!-- Home link --> 96 <th> <a 97 href="googleapiclient-module.html">Home</a> </th> 98 99 <!-- Tree link --> 100 <th> <a 101 href="module-tree.html">Trees</a> </th> 102 103 <!-- Index link --> 104 <th> <a 105 href="identifier-index.html">Indices</a> </th> 106 107 <!-- Help link --> 108 <th> <a 109 href="help.html">Help</a> </th> 110 111 <th class="navbar" width="100%"></th> 112 </tr> 113</table> 114<table border="0" cellpadding="0" cellspacing="0" width="100%%"> 115 <tr> 116 <td align="left" class="footer"> 117 Generated by Epydoc 3.0.1 on Fri Jun 14 15:57:27 2019 118 </td> 119 <td align="right" class="footer"> 120 <a target="mainFrame" href="http://epydoc.sourceforge.net" 121 >http://epydoc.sourceforge.net</a> 122 </td> 123 </tr> 124</table> 125 126<script type="text/javascript"> 127 <!-- 128 // Private objects are initially displayed (because if 129 // javascript is turned off then we want them to be 130 // visible); but by default, we want to hide them. So hide 131 // them unless we have a cookie that says to show them. 132 checkCookie(); 133 // --> 134</script> 135</body> 136</html> 137