This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
<!DOCTYPE html>
<htmlxmlns="http://www.w3.org/1999/xhtml"><head><title>InferBase__Memcached (InferBase.InferBase__Memcached)</title><linkrel="stylesheet"href="../../odoc.css"/><metacharset="utf-8"/><metaname="generator"content="odoc %%VERSION%%"/><metaname="viewport"content="width=device-width,initial-scale=1.0"/><scriptsrc="../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><divclass="content"><header><nav><ahref="../index.html">Up</a>–<ahref="../index.html">InferBase</a>» InferBase__Memcached</nav><h1>Module <code>InferBase__Memcached</code></h1><p>Interface for managing a (single) memcached daemon and getting/setting OCaml values</p></header><dl><dtclass="spec value"id="val-connect"><ahref="#val-connect"class="anchor"></a><code><spanclass="keyword">val</span> connect : unit <span>-></span> unit</code></dt><dd><p>connect to a running memcached server -- only call this from processes which do not fork</p></dd></dl><dl><dtclass="spec value"id="val-disconnect"><ahref="#val-disconnect"class="anchor"></a><code><spanclass="keyword">val</span> disconnect : unit <span>-></span> unit</code></dt><dd><p>disconnect after having connected first</p></dd></dl><dl><dtclass="spec value"id="val-start"><ahref="#val-start"class="anchor"></a><code><spanclass="keyword">val</span> start : unit <span>-></span> unit</code></dt><dd><p>start a memcached daemon and set up an epilogue to kill it on exit -- only for top-level</p></dd></dl><dl><dtclass="spec module-type"id="module-type-Value"><ahref="#module-type-Value"class="anchor"></a><code><spanclass="keyword">module</span><spanclass="keyword">type</span><ahref="module-type-Value/index.html">Value</a> = <spanclass="keyword">sig</span> ... <spanclass="keyword">end</span></code></dt><dd><p>type to marshal, plus a unique label that will be colon-prepended to a key, roughly signifying a table</p></dd></dl><divclass="spec module-type"id="module-type-Server"><ahref="#module-type-Server"class="anchor"></a><code><spanclass="keyword">module</span><spanclass="keyword">type</span><ahref="module-type-Server/index.html">Server</a> = <spanclass="keyword">sig</span> ... <spanclass="keyword">end</span></code></div><divclass="spec module"id="module-Make"><ahref="#module-Make"class="anchor"></a><code><spanclass="keyword">module</span><ahref="Make/index.html">Make</a> : <spanclass="keyword">functor</span> (<ahref="Make/argument-1-V/index.html">V</a> : <ahref="index.html#module-type-Value">Value</a>) <span>-></span><ahref="index.html#module-type-Server">Server</a><spanclass="keyword">with</span><spanclass="keyword">module</span><ahref="Make/Value/index.html">Value</a> = <ahref="Make/index.html#argument-1-V">V</a></code></div></div></body></html>