diff options
| author | jcgregorio <devnull@localhost> | 2006-11-07 18:01:50 +0000 |
|---|---|---|
| committer | jcgregorio <devnull@localhost> | 2006-11-07 18:01:50 +0000 |
| commit | f76c951c4c1666d04602b9b3bbc72efb7fade4e5 (patch) | |
| tree | fe61c9d11779df4290619bec0aa9c79cc2ef2970 /ref/cache-objects.html | |
| parent | 8e300b98651994cb2501469ab6faf583d6ec97e7 (diff) | |
| download | httplib2-f76c951c4c1666d04602b9b3bbc72efb7fade4e5.tar.gz | |
Added documentation for -location
Diffstat (limited to 'ref/cache-objects.html')
| -rw-r--r-- | ref/cache-objects.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ref/cache-objects.html b/ref/cache-objects.html index 08cfb0b..f84cc23 100644 --- a/ref/cache-objects.html +++ b/ref/cache-objects.html @@ -62,7 +62,7 @@ supports this interface natively. <P> <dl><dt><table cellpadding="0" cellspacing="0"><tr valign="baseline"> - <td><nobr><b><tt id='l2h-15' xml:id='l2h-15' class="method">get</tt></b>(</nobr></td> + <td><nobr><b><tt id='l2h-16' xml:id='l2h-16' class="method">get</tt></b>(</nobr></td> <td><var>key</var>)</td></tr></table></dt> <dd> Takes a string <var>key</var> and returns the value as a string. @@ -70,7 +70,7 @@ Takes a string <var>key</var> and returns the value as a string. <P> <dl><dt><table cellpadding="0" cellspacing="0"><tr valign="baseline"> - <td><nobr><b><tt id='l2h-16' xml:id='l2h-16' class="method">set</tt></b>(</nobr></td> + <td><nobr><b><tt id='l2h-17' xml:id='l2h-17' class="method">set</tt></b>(</nobr></td> <td><var>key, value</var>)</td></tr></table></dt> <dd> Takes a string <var>key</var> and <var>value</var> and stores it in the cache. @@ -78,7 +78,7 @@ Takes a string <var>key</var> and <var>value</var> and stores it in the cache. <P> <dl><dt><table cellpadding="0" cellspacing="0"><tr valign="baseline"> - <td><nobr><b><tt id='l2h-17' xml:id='l2h-17' class="method">delete</tt></b>(</nobr></td> + <td><nobr><b><tt id='l2h-18' xml:id='l2h-18' class="method">delete</tt></b>(</nobr></td> <td><var>key</var>)</td></tr></table></dt> <dd> Deletes the cached value stored at <var>key</var>. The value |
