blob: 9ce773736520bf345d8040033ce37f4d2377b7a8 [file] [log] [blame]
<!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>
<link rel="canonical" href="https://ignite.apache.org/releases/2.0.0/dotnetdoc/class_apache_1_1_ignite_1_1_core_1_1_cache_1_1_configuration_1_1_memory_configuration.html" />
<META NAME="ROBOTS" CONTENT="NOINDEX">
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.9.1"/>
<title>Apache Ignite.NET: Apache.Ignite.Core.Cache.Configuration.MemoryConfiguration Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
$(window).load(resizeHeight);
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-61232409-1', 'auto');
ga('send', 'pageview');
</script></head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="ignite_logo.png"/></td>
<td style="padding-left: 0.5em;">
<div id="projectname">Apache Ignite.NET
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.9.1 -->
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('class_apache_1_1_ignite_1_1_core_1_1_cache_1_1_configuration_1_1_memory_configuration.html','');});
</script>
<div id="doc-content">
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="#pub-attribs">Public Attributes</a> &#124;
<a href="#properties">Properties</a> &#124;
<a href="class_apache_1_1_ignite_1_1_core_1_1_cache_1_1_configuration_1_1_memory_configuration-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">Apache.Ignite.Core.Cache.Configuration.MemoryConfiguration Class Reference</div> </div>
</div><!--header-->
<div class="contents">
<p>A page memory configuration for an Apache Ignite node. The page memory is a manageable off-heap based memory architecture that divides all continuously allocated memory regions into pages of fixed size. An individual page can store one or many cache key-value entries that allows reusing the memory in the most efficient way and avoid memory fragmentation issues.
<a href="class_apache_1_1_ignite_1_1_core_1_1_cache_1_1_configuration_1_1_memory_configuration.html#details">More...</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:a87a2bbb4f33ed6f5738d08ad618614f8"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_apache_1_1_ignite_1_1_core_1_1_cache_1_1_configuration_1_1_memory_configuration.html#a87a2bbb4f33ed6f5738d08ad618614f8">MemoryConfiguration</a> ()</td></tr>
<tr class="memdesc:a87a2bbb4f33ed6f5738d08ad618614f8"><td class="mdescLeft">&#160;</td><td class="mdescRight">Initializes a new instance of the <a class="el" href="class_apache_1_1_ignite_1_1_core_1_1_cache_1_1_configuration_1_1_memory_configuration.html" title="A page memory configuration for an Apache Ignite node. The page memory is a manageable off-heap based...">MemoryConfiguration</a> class. <a href="#a87a2bbb4f33ed6f5738d08ad618614f8">More...</a><br /></td></tr>
<tr class="separator:a87a2bbb4f33ed6f5738d08ad618614f8"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aa853dd2a77d7ed5ff86c737dfdd37881"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_apache_1_1_ignite_1_1_core_1_1_cache_1_1_configuration_1_1_memory_configuration.html#aa853dd2a77d7ed5ff86c737dfdd37881">MemoryConfiguration</a> (<a class="el" href="interface_apache_1_1_ignite_1_1_core_1_1_binary_1_1_i_binary_raw_reader.html">IBinaryRawReader</a> reader)</td></tr>
<tr class="memdesc:aa853dd2a77d7ed5ff86c737dfdd37881"><td class="mdescLeft">&#160;</td><td class="mdescRight">Initializes a new instance of the <a class="el" href="class_apache_1_1_ignite_1_1_core_1_1_cache_1_1_configuration_1_1_memory_configuration.html" title="A page memory configuration for an Apache Ignite node. The page memory is a manageable off-heap based...">MemoryConfiguration</a> class. <a href="#aa853dd2a77d7ed5ff86c737dfdd37881">More...</a><br /></td></tr>
<tr class="separator:aa853dd2a77d7ed5ff86c737dfdd37881"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a>
Public Attributes</h2></td></tr>
<tr class="memitem:a774bdeb6dcb36855a138ae076c3edfeb"><td class="memItemLeft" align="right" valign="top">const long&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_apache_1_1_ignite_1_1_core_1_1_cache_1_1_configuration_1_1_memory_configuration.html#a774bdeb6dcb36855a138ae076c3edfeb">DefaultSystemCacheInitialSize</a> = 40 * 1024 * 1024</td></tr>
<tr class="memdesc:a774bdeb6dcb36855a138ae076c3edfeb"><td class="mdescLeft">&#160;</td><td class="mdescRight">Default size of a memory chunk reserved for system cache initially. <a href="#a774bdeb6dcb36855a138ae076c3edfeb">More...</a><br /></td></tr>
<tr class="separator:a774bdeb6dcb36855a138ae076c3edfeb"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac216d62299b5712658e40e5b4e837be1"><td class="memItemLeft" align="right" valign="top">const long&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_apache_1_1_ignite_1_1_core_1_1_cache_1_1_configuration_1_1_memory_configuration.html#ac216d62299b5712658e40e5b4e837be1">DefaultSystemCacheMaxSize</a> = 100 * 1024 * 1024</td></tr>
<tr class="memdesc:ac216d62299b5712658e40e5b4e837be1"><td class="mdescLeft">&#160;</td><td class="mdescRight">Default max size of a memory chunk for the system cache. <a href="#ac216d62299b5712658e40e5b4e837be1">More...</a><br /></td></tr>
<tr class="separator:ac216d62299b5712658e40e5b4e837be1"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:acc2392fd48c7bc0ea390443a998ce51a"><td class="memItemLeft" align="right" valign="top">const int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_apache_1_1_ignite_1_1_core_1_1_cache_1_1_configuration_1_1_memory_configuration.html#acc2392fd48c7bc0ea390443a998ce51a">DefaultPageSize</a> = 2 * 1024</td></tr>
<tr class="memdesc:acc2392fd48c7bc0ea390443a998ce51a"><td class="mdescLeft">&#160;</td><td class="mdescRight">The default page size. <a href="#acc2392fd48c7bc0ea390443a998ce51a">More...</a><br /></td></tr>
<tr class="separator:acc2392fd48c7bc0ea390443a998ce51a"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a75f42414534086b1be732cd384e0e570"><td class="memItemLeft" align="right" valign="top">const string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_apache_1_1_ignite_1_1_core_1_1_cache_1_1_configuration_1_1_memory_configuration.html#a75f42414534086b1be732cd384e0e570">DefaultDefaultMemoryPolicyName</a> = &quot;default&quot;</td></tr>
<tr class="memdesc:a75f42414534086b1be732cd384e0e570"><td class="mdescLeft">&#160;</td><td class="mdescRight">The default value for <a class="el" href="class_apache_1_1_ignite_1_1_core_1_1_cache_1_1_configuration_1_1_memory_configuration.html#a5514f807f405536b7d0b2b0cabe13c98" title="Gets or sets the name of the default memory policy in MemoryPolicies. ">DefaultMemoryPolicyName</a>. <a href="#a75f42414534086b1be732cd384e0e570">More...</a><br /></td></tr>
<tr class="separator:a75f42414534086b1be732cd384e0e570"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="properties"></a>
Properties</h2></td></tr>
<tr class="memitem:abd1119e2bc9418fbd18c84bc85efd055"><td class="memItemLeft" align="right" valign="top">long&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_apache_1_1_ignite_1_1_core_1_1_cache_1_1_configuration_1_1_memory_configuration.html#abd1119e2bc9418fbd18c84bc85efd055">SystemCacheInitialSize</a><code> [get, set]</code></td></tr>
<tr class="memdesc:abd1119e2bc9418fbd18c84bc85efd055"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets or sets the size of a memory chunk reserved for system cache needs. <a href="#abd1119e2bc9418fbd18c84bc85efd055">More...</a><br /></td></tr>
<tr class="separator:abd1119e2bc9418fbd18c84bc85efd055"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0c0f7995df355b1316c6a9fa77e6b548"><td class="memItemLeft" align="right" valign="top">long&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_apache_1_1_ignite_1_1_core_1_1_cache_1_1_configuration_1_1_memory_configuration.html#a0c0f7995df355b1316c6a9fa77e6b548">SystemCacheMaxSize</a><code> [get, set]</code></td></tr>
<tr class="memdesc:a0c0f7995df355b1316c6a9fa77e6b548"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets or sets the maximum memory region size reserved for system cache. <a href="#a0c0f7995df355b1316c6a9fa77e6b548">More...</a><br /></td></tr>
<tr class="separator:a0c0f7995df355b1316c6a9fa77e6b548"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:af1c486260e15ad5b15b24911df2c9917"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_apache_1_1_ignite_1_1_core_1_1_cache_1_1_configuration_1_1_memory_configuration.html#af1c486260e15ad5b15b24911df2c9917">PageSize</a><code> [get, set]</code></td></tr>
<tr class="memdesc:af1c486260e15ad5b15b24911df2c9917"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets or sets the size of the memory page. <a href="#af1c486260e15ad5b15b24911df2c9917">More...</a><br /></td></tr>
<tr class="separator:af1c486260e15ad5b15b24911df2c9917"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a424e8d86c5e54e9568080c0ad5f86431"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_apache_1_1_ignite_1_1_core_1_1_cache_1_1_configuration_1_1_memory_configuration.html#a424e8d86c5e54e9568080c0ad5f86431">ConcurrencyLevel</a><code> [get, set]</code></td></tr>
<tr class="memdesc:a424e8d86c5e54e9568080c0ad5f86431"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets or sets the number of concurrent segments in Ignite internal page mapping tables. <a href="#a424e8d86c5e54e9568080c0ad5f86431">More...</a><br /></td></tr>
<tr class="separator:a424e8d86c5e54e9568080c0ad5f86431"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a5514f807f405536b7d0b2b0cabe13c98"><td class="memItemLeft" align="right" valign="top">string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_apache_1_1_ignite_1_1_core_1_1_cache_1_1_configuration_1_1_memory_configuration.html#a5514f807f405536b7d0b2b0cabe13c98">DefaultMemoryPolicyName</a><code> [get, set]</code></td></tr>
<tr class="memdesc:a5514f807f405536b7d0b2b0cabe13c98"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets or sets the name of the default memory policy in <a class="el" href="class_apache_1_1_ignite_1_1_core_1_1_cache_1_1_configuration_1_1_memory_configuration.html#ad489984c0b08b12456f51d8c19464d5c" title="Gets or sets the memory policies. ">MemoryPolicies</a>. <a href="#a5514f807f405536b7d0b2b0cabe13c98">More...</a><br /></td></tr>
<tr class="separator:a5514f807f405536b7d0b2b0cabe13c98"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad489984c0b08b12456f51d8c19464d5c"><td class="memItemLeft" align="right" valign="top">ICollection&lt; <a class="el" href="class_apache_1_1_ignite_1_1_core_1_1_cache_1_1_configuration_1_1_memory_policy_configuration.html">MemoryPolicyConfiguration</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_apache_1_1_ignite_1_1_core_1_1_cache_1_1_configuration_1_1_memory_configuration.html#ad489984c0b08b12456f51d8c19464d5c">MemoryPolicies</a><code> [get, set]</code></td></tr>
<tr class="memdesc:ad489984c0b08b12456f51d8c19464d5c"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets or sets the memory policies. <a href="#ad489984c0b08b12456f51d8c19464d5c">More...</a><br /></td></tr>
<tr class="separator:ad489984c0b08b12456f51d8c19464d5c"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>By default, the page memory allocates a single continuous memory region. All the caches that will be configured in an application will be mapped to this memory region by default, thus, all the cache data will reside in that memory region. </p>
<p>If initial size of the default memory region doesn't satisfy requirements or it's required to have multiple memory regions with different properties then <a class="el" href="class_apache_1_1_ignite_1_1_core_1_1_cache_1_1_configuration_1_1_memory_policy_configuration.html" title="Defines page memory policy configuration. See MemoryConfiguration.MemoryPolicies. ...">MemoryPolicyConfiguration</a> can be used for both scenarios. For instance, using memory policies you can define memory regions of different maximum size, eviction policies, swapping options, etc. Once you define a new memory region you can bind particular Ignite caches to it. </p>
<p>To learn more about memory policies refer to <a class="el" href="class_apache_1_1_ignite_1_1_core_1_1_cache_1_1_configuration_1_1_memory_policy_configuration.html" title="Defines page memory policy configuration. See MemoryConfiguration.MemoryPolicies. ...">MemoryPolicyConfiguration</a> documentation. </p>
</div><h2 class="groupheader">Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="a87a2bbb4f33ed6f5738d08ad618614f8"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">Apache.Ignite.Core.Cache.Configuration.MemoryConfiguration.MemoryConfiguration </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
<a class="anchor" id="aa853dd2a77d7ed5ff86c737dfdd37881"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">Apache.Ignite.Core.Cache.Configuration.MemoryConfiguration.MemoryConfiguration </td>
<td>(</td>
<td class="paramtype"><a class="el" href="interface_apache_1_1_ignite_1_1_core_1_1_binary_1_1_i_binary_raw_reader.html">IBinaryRawReader</a>&#160;</td>
<td class="paramname"><em>reader</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">reader</td><td>The reader.</td></tr>
</table>
</dd>
</dl>
</div>
</div>
<h2 class="groupheader">Member Data Documentation</h2>
<a class="anchor" id="a75f42414534086b1be732cd384e0e570"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const string Apache.Ignite.Core.Cache.Configuration.MemoryConfiguration.DefaultDefaultMemoryPolicyName = &quot;default&quot;</td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
<a class="anchor" id="acc2392fd48c7bc0ea390443a998ce51a"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const int Apache.Ignite.Core.Cache.Configuration.MemoryConfiguration.DefaultPageSize = 2 * 1024</td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
<a class="anchor" id="a774bdeb6dcb36855a138ae076c3edfeb"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const long Apache.Ignite.Core.Cache.Configuration.MemoryConfiguration.DefaultSystemCacheInitialSize = 40 * 1024 * 1024</td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
<a class="anchor" id="ac216d62299b5712658e40e5b4e837be1"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const long Apache.Ignite.Core.Cache.Configuration.MemoryConfiguration.DefaultSystemCacheMaxSize = 100 * 1024 * 1024</td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
<h2 class="groupheader">Property Documentation</h2>
<a class="anchor" id="a424e8d86c5e54e9568080c0ad5f86431"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">int Apache.Ignite.Core.Cache.Configuration.MemoryConfiguration.ConcurrencyLevel</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">get</span><span class="mlabel">set</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
<a class="anchor" id="a5514f807f405536b7d0b2b0cabe13c98"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">string Apache.Ignite.Core.Cache.Configuration.MemoryConfiguration.DefaultMemoryPolicyName</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">get</span><span class="mlabel">set</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
<a class="anchor" id="ad489984c0b08b12456f51d8c19464d5c"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">ICollection&lt;<a class="el" href="class_apache_1_1_ignite_1_1_core_1_1_cache_1_1_configuration_1_1_memory_policy_configuration.html">MemoryPolicyConfiguration</a>&gt; Apache.Ignite.Core.Cache.Configuration.MemoryConfiguration.MemoryPolicies</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">get</span><span class="mlabel">set</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
<a class="anchor" id="af1c486260e15ad5b15b24911df2c9917"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">int Apache.Ignite.Core.Cache.Configuration.MemoryConfiguration.PageSize</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">get</span><span class="mlabel">set</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
<a class="anchor" id="abd1119e2bc9418fbd18c84bc85efd055"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">long Apache.Ignite.Core.Cache.Configuration.MemoryConfiguration.SystemCacheInitialSize</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">get</span><span class="mlabel">set</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
<a class="anchor" id="a0c0f7995df355b1316c6a9fa77e6b548"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">long Apache.Ignite.Core.Cache.Configuration.MemoryConfiguration.SystemCacheMaxSize</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">get</span><span class="mlabel">set</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="namespace_apache.html">Apache</a></li><li class="navelem"><a class="el" href="namespace_apache_1_1_ignite.html">Ignite</a></li><li class="navelem"><a class="el" href="namespace_apache_1_1_ignite_1_1_core.html">Core</a></li><li class="navelem"><a class="el" href="namespace_apache_1_1_ignite_1_1_core_1_1_cache.html">Cache</a></li><li class="navelem"><a class="el" href="namespace_apache_1_1_ignite_1_1_core_1_1_cache_1_1_configuration.html">Configuration</a></li><li class="navelem"><a class="el" href="class_apache_1_1_ignite_1_1_core_1_1_cache_1_1_configuration_1_1_memory_configuration.html">MemoryConfiguration</a></li>
<li class="footer">Generated on Sun Apr 30 2017 12:15:05 for Apache Ignite.NET by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.9.1 </li>
</ul>
</div>
</body>
</html>