summaryrefslogtreecommitdiff
path: root/www/html/api/Cheetah.CacheStore.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/html/api/Cheetah.CacheStore.html')
-rw-r--r--www/html/api/Cheetah.CacheStore.html17
1 files changed, 7 insertions, 10 deletions
diff --git a/www/html/api/Cheetah.CacheStore.html b/www/html/api/Cheetah.CacheStore.html
index 3b06ad1..2328ef4 100644
--- a/www/html/api/Cheetah.CacheStore.html
+++ b/www/html/api/Cheetah.CacheStore.html
@@ -1,20 +1,17 @@
+
<!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/html; charset=utf-8" />
-
<title>Cheetah.CacheStore module &#8212; Cheetah3 - The Python-Powered Template Engine</title>
-
<link rel="stylesheet" href="../_static/sphinxdoc.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
-
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
- VERSION: '3.0.0',
+ VERSION: '3.0.1',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true,
@@ -27,7 +24,7 @@
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
</head>
- <body role="document">
+ <body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
@@ -69,14 +66,14 @@
<div class="section" id="module-Cheetah.CacheStore">
<span id="cheetah-cachestore-module"></span><h1>Cheetah.CacheStore module<a class="headerlink" href="#module-Cheetah.CacheStore" title="Permalink to this headline">¶</a></h1>
-<p>Provides several CacheStore backends for Cheetah&#8217;s caching framework. The
+<p>Provides several CacheStore backends for Cheetah’s caching framework. The
methods provided by these classes have the same semantics as those in the
python-memcached API, except for their return values:</p>
<dl class="docutils">
<dt>set(key, val, time=0)</dt>
<dd>set the value unconditionally</dd>
<dt>add(key, val, time=0)</dt>
-<dd>set only if the server doesn&#8217;t already have this key</dd>
+<dd>set only if the server doesn’t already have this key</dd>
<dt>replace(key, val, time=0)</dt>
<dd>set only if the server already have this key</dd>
<dt>get(key, val)</dt>
@@ -220,8 +217,8 @@ python-memcached API, except for their return values:</p>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2017, Oleg Broytman; 2009-2012, R. Tyler Croy; 2001-2008, The Cheetah Development Team..
- Last updated on May 07, 2017.
- Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.5.
+ Last updated on Feb 27, 2018.
+ Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.6.5.
</div>
</body>
</html> \ No newline at end of file