Current File : //proc/thread-self/root/kunden/usr/share/gems/doc/memcache-client-1.8.5/rdoc/table_of_contents.html |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Table of Contents - memcache-client-1.8.5 Documentation</title>
<script type="text/javascript">
var rdoc_rel_prefix = "./";
var index_rel_prefix = "./";
</script>
<script src="./js/navigation.js" defer></script>
<script src="./js/search.js" defer></script>
<script src="./js/search_index.js" defer></script>
<script src="./js/searcher.js" defer></script>
<script src="./js/darkfish.js" defer></script>
<link href="./css/fonts.css" rel="stylesheet">
<link href="./css/rdoc.css" rel="stylesheet">
<body id="top" class="table-of-contents">
<main role="main">
<h1 class="class">Table of Contents - memcache-client-1.8.5 Documentation</h1>
<h2 id="pages">Pages</h2>
<ul>
<li class="file">
<a href="LICENSE_txt.html">LICENSE</a>
</li>
<li class="file">
<a href="README_rdoc.html">README</a>
<ul>
<li><a href="README_rdoc.html#label-memcache-client">memcache-client</a>
<li><a href="README_rdoc.html#label-Installing+memcache-client">Installing memcache-client</a>
<li><a href="README_rdoc.html#label-Using+memcache-client">Using memcache-client</a>
<li><a href="README_rdoc.html#label-Tuning+memcache-client">Tuning memcache-client</a>
<li><a href="README_rdoc.html#label-Using+memcache-client+with+Rails">Using memcache-client with Rails</a>
<li><a href="README_rdoc.html#label-Using+memcache-client+with+EventMachine">Using memcache-client with EventMachine</a>
<li><a href="README_rdoc.html#label-Questions-3F">Questions?</a>
</ul>
</li>
</ul>
<h2 id="classes">Classes and Modules</h2>
<ul>
<li class="module">
<a href="Cache.html">Cache</a>
</li>
<li class="module">
<a href="Continuum.html">Continuum</a>
</li>
<li class="class">
<a href="Continuum/Entry.html">Continuum::Entry</a>
</li>
<li class="module">
<a href="EM.html">EM</a>
</li>
<li class="module">
<a href="EM/SocketConnection.html">EM::SocketConnection</a>
</li>
<li class="class">
<a href="MemCache.html">MemCache</a>
</li>
<li class="class">
<a href="MemCache/BufferedIO.html">MemCache::BufferedIO</a>
</li>
<li class="module">
<a href="MemCache/EventedServer.html">MemCache::EventedServer</a>
</li>
<li class="class">
<a href="MemCache/MemCacheError.html">MemCache::MemCacheError</a>
</li>
<li class="class">
<a href="MemCache/Server.html">MemCache::Server</a>
</li>
<li class="class">
<a href="Object.html">Object</a>
</li>
</ul>
<h2 id="methods">Methods</h2>
<ul>
<li class="method">
<a href="Cache.html#method-c-add">::add</a>
—
<span class="container">Cache</span>
<li class="method">
<a href="Continuum.html#method-c-binary_search">::binary_search</a>
—
<span class="container">Continuum</span>
<li class="method">
<a href="EM/SocketConnection.html#method-c-connect">::connect</a>
—
<span class="container">EM::SocketConnection</span>
<li class="method">
<a href="Cache.html#method-c-delete">::delete</a>
—
<span class="container">Cache</span>
<li class="method">
<a href="Cache.html#method-c-get">::get</a>
—
<span class="container">Cache</span>
<li class="method">
<a href="Cache.html#method-c-logger">::logger</a>
—
<span class="container">Cache</span>
<li class="method">
<a href="MemCache.html#method-c-new">::new</a>
—
<span class="container">MemCache</span>
<li class="method">
<a href="MemCache/Server.html#method-c-new">::new</a>
—
<span class="container">MemCache::Server</span>
<li class="method">
<a href="Continuum/Entry.html#method-c-new">::new</a>
—
<span class="container">Continuum::Entry</span>
<li class="method">
<a href="EM/SocketConnection.html#method-c-new">::new</a>
—
<span class="container">EM::SocketConnection</span>
<li class="method">
<a href="Cache.html#method-c-put">::put</a>
—
<span class="container">Cache</span>
<li class="method">
<a href="Cache.html#method-c-reset">::reset</a>
—
<span class="container">Cache</span>
<li class="method">
<a href="MemCache.html#method-i-5B-5D">#[]</a>
—
<span class="container">MemCache</span>
<li class="method">
<a href="MemCache.html#method-i-5B-5D-3D">#[]=</a>
—
<span class="container">MemCache</span>
<li class="method">
<a href="MemCache.html#method-i-active-3F">#active?</a>
—
<span class="container">MemCache</span>
<li class="method">
<a href="MemCache.html#method-i-add">#add</a>
—
<span class="container">MemCache</span>
<li class="method">
<a href="MemCache/Server.html#method-i-alive-3F">#alive?</a>
—
<span class="container">MemCache::Server</span>
<li class="method">
<a href="MemCache.html#method-i-append">#append</a>
—
<span class="container">MemCache</span>
<li class="method">
<a href="MemCache.html#method-i-cache_decr">#cache_decr</a>
—
<span class="container">MemCache</span>
<li class="method">
<a href="MemCache.html#method-i-cache_get">#cache_get</a>
—
<span class="container">MemCache</span>
<li class="method">
<a href="MemCache.html#method-i-cache_get_multi">#cache_get_multi</a>
—
<span class="container">MemCache</span>
<li class="method">
<a href="MemCache.html#method-i-cache_incr">#cache_incr</a>
—
<span class="container">MemCache</span>
<li class="method">
<a href="EM/SocketConnection.html#method-i-can_read-3F">#can_read?</a>
—
<span class="container">EM::SocketConnection</span>
<li class="method">
<a href="MemCache.html#method-i-cas">#cas</a>
—
<span class="container">MemCache</span>
<li class="method">
<a href="MemCache.html#method-i-check_multithread_status-21">#check_multithread_status!</a>
—
<span class="container">MemCache</span>
<li class="method">
<a href="MemCache/Server.html#method-i-close">#close</a>
—
<span class="container">MemCache::Server</span>
<li class="method">
<a href="MemCache/EventedServer.html#method-i-close">#close</a>
—
<span class="container">MemCache::EventedServer</span>
<li class="method">
<a href="EM/SocketConnection.html#method-i-close">#close</a>
—
<span class="container">EM::SocketConnection</span>
<li class="method">
<a href="EM/SocketConnection.html#method-i-closed-3F">#closed?</a>
—
<span class="container">EM::SocketConnection</span>
<li class="method">
<a href="MemCache/Server.html#method-i-connect_to">#connect_to</a>
—
<span class="container">MemCache::Server</span>
<li class="method">
<a href="MemCache.html#method-i-create_continuum_for">#create_continuum_for</a>
—
<span class="container">MemCache</span>
<li class="method">
<a href="MemCache.html#method-i-decr">#decr</a>
—
<span class="container">MemCache</span>
<li class="method">
<a href="MemCache.html#method-i-delete">#delete</a>
—
<span class="container">MemCache</span>
<li class="method">
<a href="MemCache.html#method-i-entry_count_for">#entry_count_for</a>
—
<span class="container">MemCache</span>
<li class="method">
<a href="MemCache.html#method-i-fetch">#fetch</a>
—
<span class="container">MemCache</span>
<li class="method">
<a href="MemCache/EventedServer.html#method-i-fiber_key">#fiber_key</a>
—
<span class="container">MemCache::EventedServer</span>
<li class="method">
<a href="MemCache.html#method-i-flush_all">#flush_all</a>
—
<span class="container">MemCache</span>
<li class="method">
<a href="MemCache.html#method-i-get">#get</a>
—
<span class="container">MemCache</span>
<li class="method">
<a href="MemCache.html#method-i-get_multi">#get_multi</a>
—
<span class="container">MemCache</span>
<li class="method">
<a href="MemCache.html#method-i-get_server_for_key">#get_server_for_key</a>
—
<span class="container">MemCache</span>
<li class="method">
<a href="MemCache.html#method-i-gets">#gets</a>
—
<span class="container">MemCache</span>
<li class="method">
<a href="EM/SocketConnection.html#method-i-gets">#gets</a>
—
<span class="container">EM::SocketConnection</span>
<li class="method">
<a href="MemCache.html#method-i-handle_error">#handle_error</a>
—
<span class="container">MemCache</span>
<li class="method">
<a href="MemCache.html#method-i-hash_for">#hash_for</a>
—
<span class="container">MemCache</span>
<li class="method">
<a href="MemCache.html#method-i-incr">#incr</a>
—
<span class="container">MemCache</span>
<li class="method">
<a href="MemCache.html#method-i-inspect">#inspect</a>
—
<span class="container">MemCache</span>
<li class="method">
<a href="MemCache/Server.html#method-i-inspect">#inspect</a>
—
<span class="container">MemCache::Server</span>
<li class="method">
<a href="Continuum/Entry.html#method-i-inspect">#inspect</a>
—
<span class="container">Continuum::Entry</span>
<li class="method">
<a href="MemCache.html#method-i-key_length">#key_length</a>
—
<span class="container">MemCache</span>
<li class="method">
<a href="MemCache.html#method-i-make_cache_key">#make_cache_key</a>
—
<span class="container">MemCache</span>
<li class="method">
<a href="MemCache/Server.html#method-i-mark_dead">#mark_dead</a>
—
<span class="container">MemCache::Server</span>
<li class="method">
<a href="MemCache.html#method-i-noreply">#noreply</a>
—
<span class="container">MemCache</span>
<li class="method">
<a href="EM/SocketConnection.html#method-i-post_init">#post_init</a>
—
<span class="container">EM::SocketConnection</span>
<li class="method">
<a href="MemCache.html#method-i-prepend">#prepend</a>
—
<span class="container">MemCache</span>
<li class="method">
<a href="MemCache.html#method-i-raise_on_error_response-21">#raise_on_error_response!</a>
—
<span class="container">MemCache</span>
<li class="method">
<a href="EM/SocketConnection.html#method-i-read">#read</a>
—
<span class="container">EM::SocketConnection</span>
<li class="method">
<a href="MemCache.html#method-i-readonly-3F">#readonly?</a>
—
<span class="container">MemCache</span>
<li class="method">
<a href="EM/SocketConnection.html#method-i-receive_data">#receive_data</a>
—
<span class="container">EM::SocketConnection</span>
<li class="method">
<a href="MemCache.html#method-i-replace">#replace</a>
—
<span class="container">MemCache</span>
<li class="method">
<a href="MemCache.html#method-i-request_setup">#request_setup</a>
—
<span class="container">MemCache</span>
<li class="method">
<a href="MemCache.html#method-i-reset">#reset</a>
—
<span class="container">MemCache</span>
<li class="method">
<a href="MemCache.html#method-i-servers-3D">#servers=</a>
—
<span class="container">MemCache</span>
<li class="method">
<a href="MemCache.html#method-i-set">#set</a>
—
<span class="container">MemCache</span>
<li class="method">
<a href="MemCache/Server.html#method-i-socket">#socket</a>
—
<span class="container">MemCache::Server</span>
<li class="method">
<a href="MemCache/EventedServer.html#method-i-socket">#socket</a>
—
<span class="container">MemCache::EventedServer</span>
<li class="method">
<a href="MemCache.html#method-i-stats">#stats</a>
—
<span class="container">MemCache</span>
<li class="method">
<a href="EM/SocketConnection.html#method-i-unbind">#unbind</a>
—
<span class="container">EM::SocketConnection</span>
<li class="method">
<a href="MemCache.html#method-i-with_server">#with_server</a>
—
<span class="container">MemCache</span>
<li class="method">
<a href="MemCache.html#method-i-with_socket_management">#with_socket_management</a>
—
<span class="container">MemCache</span>
<li class="method">
<a href="EM/SocketConnection.html#method-i-write">#write</a>
—
<span class="container">EM::SocketConnection</span>
<li class="method">
<a href="EM/SocketConnection.html#method-i-yank">#yank</a>
—
<span class="container">EM::SocketConnection</span>
</ul>
</main>
<footer id="validator-badges" role="contentinfo">
<p><a href="https://validator.w3.org/check/referer">Validate</a>
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.3.3.
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
</footer>