blob: 671529306f261753a7f39bb4e0401f472e420304 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<link rel="canonical" href="https://ignite.apache.org/jcache/1.0.0/javadoc/javax/cache/configuration/CompleteConfiguration.html" />
<!-- Generated by javadoc (version 1.7.0_25) on Fri Mar 28 13:34:25 EST 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>CompleteConfiguration (JSR107 API and SPI 1.0.0 API)</title>
<meta name="date" content="2014-03-28">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<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>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="CompleteConfiguration (JSR107 API and SPI 1.0.0 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/CompleteConfiguration.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../javax/cache/configuration/CacheEntryListenerConfiguration.html" title="interface in javax.cache.configuration"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../javax/cache/configuration/Configuration.html" title="interface in javax.cache.configuration"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?javax/cache/configuration/CompleteConfiguration.html" target="_top">Frames</a></li>
<li><a href="CompleteConfiguration.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">javax.cache.configuration</div>
<h2 title="Interface CompleteConfiguration" class="title">Interface CompleteConfiguration&lt;K,V&gt;</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl><dt><span class="strong">Type Parameters:</span></dt><dd><code>K</code> - the type of keys maintained the cache</dd><dd><code>V</code> - the type of cached values</dd></dl>
<dl>
<dt>All Superinterfaces:</dt>
<dd><a href="../../../javax/cache/configuration/Configuration.html" title="interface in javax.cache.configuration">Configuration</a>&lt;K,V&gt;, <a href="http://download.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a></dd>
</dl>
<dl>
<dt>All Known Implementing Classes:</dt>
<dd><a href="../../../javax/cache/configuration/MutableConfiguration.html" title="class in javax.cache.configuration">MutableConfiguration</a></dd>
</dl>
<hr>
<br>
<pre>public interface <span class="strong">CompleteConfiguration&lt;K,V&gt;</span>
extends <a href="../../../javax/cache/configuration/Configuration.html" title="interface in javax.cache.configuration">Configuration</a>&lt;K,V&gt;, <a href="http://download.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a></pre>
<div class="block">A read-only representation of the complete JCache <a href="../../../javax/cache/Cache.html" title="interface in javax.cache"><code>Cache</code></a>
configuration.
<p>
The properties provided by instances of this interface are used by
<a href="../../../javax/cache/CacheManager.html" title="interface in javax.cache"><code>CacheManager</code></a>s to configure <a href="../../../javax/cache/Cache.html" title="interface in javax.cache"><code>Cache</code></a>s.
<p>
Implementations of this interface must override <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang"><code>Object.hashCode()</code></a> and
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang"><code>Object.equals(Object)</code></a> as
<a href="../../../javax/cache/configuration/CompleteConfiguration.html" title="interface in javax.cache.configuration"><code>CompleteConfiguration</code></a>s are often compared at
runtime.</div>
<dl><dt><span class="strong">Since:</span></dt>
<dd>1.0</dd>
<dt><span class="strong">Author:</span></dt>
<dd>Greg Luck, Yannis Cosmadopoulos, Brian Oliver</dd></dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://download.oracle.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="../../../javax/cache/configuration/CacheEntryListenerConfiguration.html" title="interface in javax.cache.configuration">CacheEntryListenerConfiguration</a>&lt;<a href="../../../javax/cache/configuration/CompleteConfiguration.html" title="type parameter in CompleteConfiguration">K</a>,<a href="../../../javax/cache/configuration/CompleteConfiguration.html" title="type parameter in CompleteConfiguration">V</a>&gt;&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../javax/cache/configuration/CompleteConfiguration.html#getCacheEntryListenerConfigurations()">getCacheEntryListenerConfigurations</a></strong>()</code>
<div class="block">Obtains the <a href="../../../javax/cache/configuration/CacheEntryListenerConfiguration.html" title="interface in javax.cache.configuration"><code>CacheEntryListenerConfiguration</code></a>s
for <a href="../../../javax/cache/event/CacheEntryListener.html" title="interface in javax.cache.event"><code>CacheEntryListener</code></a>s to be configured on a
<a href="../../../javax/cache/Cache.html" title="interface in javax.cache"><code>Cache</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../javax/cache/configuration/Factory.html" title="interface in javax.cache.configuration">Factory</a>&lt;<a href="../../../javax/cache/integration/CacheLoader.html" title="interface in javax.cache.integration">CacheLoader</a>&lt;<a href="../../../javax/cache/configuration/CompleteConfiguration.html" title="type parameter in CompleteConfiguration">K</a>,<a href="../../../javax/cache/configuration/CompleteConfiguration.html" title="type parameter in CompleteConfiguration">V</a>&gt;&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../javax/cache/configuration/CompleteConfiguration.html#getCacheLoaderFactory()">getCacheLoaderFactory</a></strong>()</code>
<div class="block">Gets the <a href="../../../javax/cache/configuration/Factory.html" title="interface in javax.cache.configuration"><code>Factory</code></a> for the
<a href="../../../javax/cache/integration/CacheLoader.html" title="interface in javax.cache.integration"><code>CacheLoader</code></a>, if any.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../javax/cache/configuration/Factory.html" title="interface in javax.cache.configuration">Factory</a>&lt;<a href="../../../javax/cache/integration/CacheWriter.html" title="interface in javax.cache.integration">CacheWriter</a>&lt;? super <a href="../../../javax/cache/configuration/CompleteConfiguration.html" title="type parameter in CompleteConfiguration">K</a>,? super <a href="../../../javax/cache/configuration/CompleteConfiguration.html" title="type parameter in CompleteConfiguration">V</a>&gt;&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../javax/cache/configuration/CompleteConfiguration.html#getCacheWriterFactory()">getCacheWriterFactory</a></strong>()</code>
<div class="block">Gets the <a href="../../../javax/cache/configuration/Factory.html" title="interface in javax.cache.configuration"><code>Factory</code></a> for the
<a href="../../../javax/cache/integration/CacheWriter.html" title="interface in javax.cache.integration"><code>CacheWriter</code></a>, if any.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../javax/cache/configuration/Factory.html" title="interface in javax.cache.configuration">Factory</a>&lt;<a href="../../../javax/cache/expiry/ExpiryPolicy.html" title="interface in javax.cache.expiry">ExpiryPolicy</a>&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../javax/cache/configuration/CompleteConfiguration.html#getExpiryPolicyFactory()">getExpiryPolicyFactory</a></strong>()</code>
<div class="block">Gets the <a href="../../../javax/cache/configuration/Factory.html" title="interface in javax.cache.configuration"><code>Factory</code></a> for the
<a href="../../../javax/cache/expiry/ExpiryPolicy.html" title="interface in javax.cache.expiry"><code>ExpiryPolicy</code></a> to be used for caches.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../javax/cache/configuration/CompleteConfiguration.html#isManagementEnabled()">isManagementEnabled</a></strong>()</code>
<div class="block">Checks whether management is enabled on this cache.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../javax/cache/configuration/CompleteConfiguration.html#isReadThrough()">isReadThrough</a></strong>()</code>
<div class="block">Determines if a <a href="../../../javax/cache/Cache.html" title="interface in javax.cache"><code>Cache</code></a> should operate in read-through mode.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../javax/cache/configuration/CompleteConfiguration.html#isStatisticsEnabled()">isStatisticsEnabled</a></strong>()</code>
<div class="block">Checks whether statistics collection is enabled in this cache.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../javax/cache/configuration/CompleteConfiguration.html#isWriteThrough()">isWriteThrough</a></strong>()</code>
<div class="block">Determines if a <a href="../../../javax/cache/Cache.html" title="interface in javax.cache"><code>Cache</code></a> should operate in write-through
mode.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_javax.cache.configuration.Configuration">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;javax.cache.configuration.<a href="../../../javax/cache/configuration/Configuration.html" title="interface in javax.cache.configuration">Configuration</a></h3>
<code><a href="../../../javax/cache/configuration/Configuration.html#getKeyType()">getKeyType</a>, <a href="../../../javax/cache/configuration/Configuration.html#getValueType()">getValueType</a>, <a href="../../../javax/cache/configuration/Configuration.html#isStoreByValue()">isStoreByValue</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="isReadThrough()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isReadThrough</h4>
<pre>boolean&nbsp;isReadThrough()</pre>
<div class="block">Determines if a <a href="../../../javax/cache/Cache.html" title="interface in javax.cache"><code>Cache</code></a> should operate in read-through mode.
<p>
When in "read-through" mode, cache misses that occur due to cache entries
not existing as a result of performing a "get" will appropriately
cause the configured <a href="../../../javax/cache/integration/CacheLoader.html" title="interface in javax.cache.integration"><code>CacheLoader</code></a> to be
invoked.
<p>
The default value is <code>false</code>.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> when a <a href="../../../javax/cache/Cache.html" title="interface in javax.cache"><code>Cache</code></a> is in
"read-through" mode.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../javax/cache/configuration/CompleteConfiguration.html#getCacheLoaderFactory()"><code>getCacheLoaderFactory()</code></a></dd></dl>
</li>
</ul>
<a name="isWriteThrough()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isWriteThrough</h4>
<pre>boolean&nbsp;isWriteThrough()</pre>
<div class="block">Determines if a <a href="../../../javax/cache/Cache.html" title="interface in javax.cache"><code>Cache</code></a> should operate in write-through
mode.
<p>
When in "write-through" mode, cache updates that occur as a result of
performing "put" operations called via one of
<a href="../../../javax/cache/Cache.html#put(K, V)"><code>Cache.put(Object, Object)</code></a>,
<a href="../../../javax/cache/Cache.html#getAndRemove(K)"><code>Cache.getAndRemove(Object)</code></a>,
<a href="../../../javax/cache/Cache.html#removeAll()"><code>Cache.removeAll()</code></a>,
<a href="../../../javax/cache/Cache.html#getAndPut(K, V)"><code>Cache.getAndPut(Object, Object)</code></a>
<a href="../../../javax/cache/Cache.html#getAndRemove(K)"><code>Cache.getAndRemove(Object)</code></a>,
<a href="../../../javax/cache/Cache.html#getAndReplace(K, V)"><code>Cache.getAndReplace(Object,
Object)</code></a>, <a href="../../../javax/cache/Cache.html#invoke(K, javax.cache.processor.EntryProcessor, java.lang.Object...)"><code>Cache.invoke(Object,
javax.cache.processor.EntryProcessor,
Object...)</code></a>, <a href="../../../javax/cache/Cache.html#invokeAll(java.util.Set, javax.cache.processor.EntryProcessor, java.lang.Object...)"><code>Cache.invokeAll(java.util.Set,
javax.cache.processor.EntryProcessor, Object...)</code></a> will appropriately cause
the configured <a href="../../../javax/cache/integration/CacheWriter.html" title="interface in javax.cache.integration"><code>CacheWriter</code></a> to be invoked.
<p>
The default value is <code>false</code>.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> when a <a href="../../../javax/cache/Cache.html" title="interface in javax.cache"><code>Cache</code></a> is in
"write-through" mode.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../javax/cache/configuration/CompleteConfiguration.html#getCacheWriterFactory()"><code>getCacheWriterFactory()</code></a></dd></dl>
</li>
</ul>
<a name="isStatisticsEnabled()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isStatisticsEnabled</h4>
<pre>boolean&nbsp;isStatisticsEnabled()</pre>
<div class="block">Checks whether statistics collection is enabled in this cache.
<p>
The default value is <code>false</code>.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>true if statistics collection is enabled</dd></dl>
</li>
</ul>
<a name="isManagementEnabled()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isManagementEnabled</h4>
<pre>boolean&nbsp;isManagementEnabled()</pre>
<div class="block">Checks whether management is enabled on this cache.
<p>
The default value is <code>false</code>.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>true if management is enabled</dd></dl>
</li>
</ul>
<a name="getCacheEntryListenerConfigurations()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCacheEntryListenerConfigurations</h4>
<pre><a href="http://download.oracle.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="../../../javax/cache/configuration/CacheEntryListenerConfiguration.html" title="interface in javax.cache.configuration">CacheEntryListenerConfiguration</a>&lt;<a href="../../../javax/cache/configuration/CompleteConfiguration.html" title="type parameter in CompleteConfiguration">K</a>,<a href="../../../javax/cache/configuration/CompleteConfiguration.html" title="type parameter in CompleteConfiguration">V</a>&gt;&gt;&nbsp;getCacheEntryListenerConfigurations()</pre>
<div class="block">Obtains the <a href="../../../javax/cache/configuration/CacheEntryListenerConfiguration.html" title="interface in javax.cache.configuration"><code>CacheEntryListenerConfiguration</code></a>s
for <a href="../../../javax/cache/event/CacheEntryListener.html" title="interface in javax.cache.event"><code>CacheEntryListener</code></a>s to be configured on a
<a href="../../../javax/cache/Cache.html" title="interface in javax.cache"><code>Cache</code></a>.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>an <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang"><code>Iterable</code></a> over the
<a href="../../../javax/cache/configuration/CacheEntryListenerConfiguration.html" title="interface in javax.cache.configuration"><code>CacheEntryListenerConfiguration</code></a>s</dd></dl>
</li>
</ul>
<a name="getCacheLoaderFactory()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCacheLoaderFactory</h4>
<pre><a href="../../../javax/cache/configuration/Factory.html" title="interface in javax.cache.configuration">Factory</a>&lt;<a href="../../../javax/cache/integration/CacheLoader.html" title="interface in javax.cache.integration">CacheLoader</a>&lt;<a href="../../../javax/cache/configuration/CompleteConfiguration.html" title="type parameter in CompleteConfiguration">K</a>,<a href="../../../javax/cache/configuration/CompleteConfiguration.html" title="type parameter in CompleteConfiguration">V</a>&gt;&gt;&nbsp;getCacheLoaderFactory()</pre>
<div class="block">Gets the <a href="../../../javax/cache/configuration/Factory.html" title="interface in javax.cache.configuration"><code>Factory</code></a> for the
<a href="../../../javax/cache/integration/CacheLoader.html" title="interface in javax.cache.integration"><code>CacheLoader</code></a>, if any.
<p>
A CacheLoader should be configured for "Read Through" caches to load values
when a cache miss occurs using either the
<a href="../../../javax/cache/Cache.html#get(K)"><code>Cache.get(Object)</code></a> and/or
<a href="../../../javax/cache/Cache.html#getAll(java.util.Set)"><code>Cache.getAll(java.util.Set)</code></a> methods.
<p>
The default value is <code>null</code>.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the <a href="../../../javax/cache/configuration/Factory.html" title="interface in javax.cache.configuration"><code>Factory</code></a> for the
<a href="../../../javax/cache/integration/CacheLoader.html" title="interface in javax.cache.integration"><code>CacheLoader</code></a> or null if none has been set.</dd></dl>
</li>
</ul>
<a name="getCacheWriterFactory()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCacheWriterFactory</h4>
<pre><a href="../../../javax/cache/configuration/Factory.html" title="interface in javax.cache.configuration">Factory</a>&lt;<a href="../../../javax/cache/integration/CacheWriter.html" title="interface in javax.cache.integration">CacheWriter</a>&lt;? super <a href="../../../javax/cache/configuration/CompleteConfiguration.html" title="type parameter in CompleteConfiguration">K</a>,? super <a href="../../../javax/cache/configuration/CompleteConfiguration.html" title="type parameter in CompleteConfiguration">V</a>&gt;&gt;&nbsp;getCacheWriterFactory()</pre>
<div class="block">Gets the <a href="../../../javax/cache/configuration/Factory.html" title="interface in javax.cache.configuration"><code>Factory</code></a> for the
<a href="../../../javax/cache/integration/CacheWriter.html" title="interface in javax.cache.integration"><code>CacheWriter</code></a>, if any.
<p>
The default value is <code>null</code>.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the <a href="../../../javax/cache/configuration/Factory.html" title="interface in javax.cache.configuration"><code>Factory</code></a> for the
<a href="../../../javax/cache/integration/CacheWriter.html" title="interface in javax.cache.integration"><code>CacheWriter</code></a> or null if none has been set.</dd></dl>
</li>
</ul>
<a name="getExpiryPolicyFactory()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getExpiryPolicyFactory</h4>
<pre><a href="../../../javax/cache/configuration/Factory.html" title="interface in javax.cache.configuration">Factory</a>&lt;<a href="../../../javax/cache/expiry/ExpiryPolicy.html" title="interface in javax.cache.expiry">ExpiryPolicy</a>&gt;&nbsp;getExpiryPolicyFactory()</pre>
<div class="block">Gets the <a href="../../../javax/cache/configuration/Factory.html" title="interface in javax.cache.configuration"><code>Factory</code></a> for the
<a href="../../../javax/cache/expiry/ExpiryPolicy.html" title="interface in javax.cache.expiry"><code>ExpiryPolicy</code></a> to be used for caches.
<p>
The default value is a <a href="../../../javax/cache/configuration/Factory.html" title="interface in javax.cache.configuration"><code>Factory</code></a> that will
produce a <a href="../../../javax/cache/expiry/EternalExpiryPolicy.html" title="class in javax.cache.expiry"><code>EternalExpiryPolicy</code></a> instance.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the <a href="../../../javax/cache/configuration/Factory.html" title="interface in javax.cache.configuration"><code>Factory</code></a> for
<a href="../../../javax/cache/expiry/ExpiryPolicy.html" title="interface in javax.cache.expiry"><code>ExpiryPolicy</code></a> (must not be <code>null</code>)</dd></dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/CompleteConfiguration.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../javax/cache/configuration/CacheEntryListenerConfiguration.html" title="interface in javax.cache.configuration"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../javax/cache/configuration/Configuration.html" title="interface in javax.cache.configuration"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?javax/cache/configuration/CompleteConfiguration.html" target="_top">Frames</a></li>
<li><a href="CompleteConfiguration.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2014. All Rights Reserved.</small></p>
</body>
</html>