Added: 
incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/expiry/ExpiryPolicy.html
URL: 
http://svn.apache.org/viewvc/incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/expiry/ExpiryPolicy.html?rev=1662900&view=auto
==============================================================================
--- 
incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/expiry/ExpiryPolicy.html
 (added)
+++ 
incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/expiry/ExpiryPolicy.html
 Sat Feb 28 04:53:18 2015
@@ -0,0 +1,294 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- 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>ExpiryPolicy (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">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="ExpiryPolicy (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/ExpiryPolicy.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/expiry/EternalExpiryPolicy.html" 
title="class in javax.cache.expiry"><span class="strong">Prev 
Class</span></a></li>
+<li><a href="../../../javax/cache/expiry/ModifiedExpiryPolicy.html" 
title="class in javax.cache.expiry"><span class="strong">Next 
Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?javax/cache/expiry/ExpiryPolicy.html" 
target="_top">Frames</a></li>
+<li><a href="ExpiryPolicy.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.expiry</div>
+<h2 title="Interface ExpiryPolicy" class="title">Interface ExpiryPolicy</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Known Implementing Classes:</dt>
+<dd><a href="../../../javax/cache/expiry/AccessedExpiryPolicy.html" 
title="class in javax.cache.expiry">AccessedExpiryPolicy</a>, <a 
href="../../../javax/cache/expiry/CreatedExpiryPolicy.html" title="class in 
javax.cache.expiry">CreatedExpiryPolicy</a>, <a 
href="../../../javax/cache/expiry/EternalExpiryPolicy.html" title="class in 
javax.cache.expiry">EternalExpiryPolicy</a>, <a 
href="../../../javax/cache/expiry/ModifiedExpiryPolicy.html" title="class in 
javax.cache.expiry">ModifiedExpiryPolicy</a>, <a 
href="../../../javax/cache/expiry/TouchedExpiryPolicy.html" title="class in 
javax.cache.expiry">TouchedExpiryPolicy</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public interface <span class="strong">ExpiryPolicy</span></pre>
+<div class="block">Defines functions to determine when cache entries will 
expire based on
+ creation, access and modification operations.
+ <p>
+ Each of the functions return a new <a 
href="../../../javax/cache/expiry/Duration.html" title="class in 
javax.cache.expiry"><code>Duration</code></a> that specifies the
+ amount of time that must pass before a cache entry is considered expired.
+ <a href="../../../javax/cache/expiry/Duration.html" title="class in 
javax.cache.expiry"><code>Duration</code></a> has constants defined for useful 
durations.</div>
+<dl><dt><span class="strong">Since:</span></dt>
+  <dd>1.0</dd>
+<dt><span class="strong">Author:</span></dt>
+  <dd>Brian Oliver, Greg Luck</dd>
+<dt><span class="strong">See Also:</span></dt><dd><a 
href="../../../javax/cache/expiry/Duration.html" title="class in 
javax.cache.expiry"><code>Duration</code></a></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="../../../javax/cache/expiry/Duration.html" 
title="class in javax.cache.expiry">Duration</a></code></td>
+<td class="colLast"><code><strong><a 
href="../../../javax/cache/expiry/ExpiryPolicy.html#getExpiryForAccess()">getExpiryForAccess</a></strong>()</code>
+<div class="block">Gets the <a 
href="../../../javax/cache/expiry/Duration.html" title="class in 
javax.cache.expiry"><code>Duration</code></a> before an accessed Cache.Entry is
+ considered expired.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../javax/cache/expiry/Duration.html" 
title="class in javax.cache.expiry">Duration</a></code></td>
+<td class="colLast"><code><strong><a 
href="../../../javax/cache/expiry/ExpiryPolicy.html#getExpiryForCreation()">getExpiryForCreation</a></strong>()</code>
+<div class="block">Gets the <a 
href="../../../javax/cache/expiry/Duration.html" title="class in 
javax.cache.expiry"><code>Duration</code></a> before a newly created 
Cache.Entry is considered
+ expired.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../javax/cache/expiry/Duration.html" 
title="class in javax.cache.expiry">Duration</a></code></td>
+<td class="colLast"><code><strong><a 
href="../../../javax/cache/expiry/ExpiryPolicy.html#getExpiryForUpdate()">getExpiryForUpdate</a></strong>()</code>
+<div class="block">Gets the <a 
href="../../../javax/cache/expiry/Duration.html" title="class in 
javax.cache.expiry"><code>Duration</code></a> before an updated Cache.Entry is 
considered
+ expired.</div>
+</td>
+</tr>
+</table>
+</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="getExpiryForCreation()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getExpiryForCreation</h4>
+<pre><a href="../../../javax/cache/expiry/Duration.html" title="class in 
javax.cache.expiry">Duration</a>&nbsp;getExpiryForCreation()</pre>
+<div class="block">Gets the <a 
href="../../../javax/cache/expiry/Duration.html" title="class in 
javax.cache.expiry"><code>Duration</code></a> before a newly created 
Cache.Entry is considered
+ expired.
+ <p>
+ This method is called by a caching implementation after a Cache.Entry is
+ created, but before a Cache.Entry is added to a cache, to determine the
+ <a href="../../../javax/cache/expiry/Duration.html" title="class in 
javax.cache.expiry"><code>Duration</code></a> before an entry expires.  If a <a 
href="../../../javax/cache/expiry/Duration.html#ZERO"><code>Duration.ZERO</code></a>
+ is returned the new Cache.Entry is considered to be already expired and
+ will not be added to the Cache.
+ <p>
+ Should an exception occur while determining the Duration, an implementation
+ specific default <a href="../../../javax/cache/expiry/Duration.html" 
title="class in javax.cache.expiry"><code>Duration</code></a> will be 
used.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>the new <a 
href="../../../javax/cache/expiry/Duration.html" title="class in 
javax.cache.expiry"><code>Duration</code></a> before a created entry 
expires</dd></dl>
+</li>
+</ul>
+<a name="getExpiryForAccess()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getExpiryForAccess</h4>
+<pre><a href="../../../javax/cache/expiry/Duration.html" title="class in 
javax.cache.expiry">Duration</a>&nbsp;getExpiryForAccess()</pre>
+<div class="block">Gets the <a 
href="../../../javax/cache/expiry/Duration.html" title="class in 
javax.cache.expiry"><code>Duration</code></a> before an accessed Cache.Entry is
+ considered expired.
+ <p>
+ This method is called by a caching implementation after a Cache.Entry is
+ accessed to determine the <a href="../../../javax/cache/expiry/Duration.html" 
title="class in javax.cache.expiry"><code>Duration</code></a> before an entry 
expires.  If a
+ <a 
href="../../../javax/cache/expiry/Duration.html#ZERO"><code>Duration.ZERO</code></a>
 is returned a Cache.Entry will be
+ considered immediately expired.  Returning <code>null</code> will result
+ in no change to the previously understood expiry <a 
href="../../../javax/cache/expiry/Duration.html" title="class in 
javax.cache.expiry"><code>Duration</code></a>.
+ <p>
+ Should an exception occur while determining the Duration, an implementation
+ specific default Duration will be used.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>the new <a 
href="../../../javax/cache/expiry/Duration.html" title="class in 
javax.cache.expiry"><code>Duration</code></a> before an accessed entry 
expires</dd></dl>
+</li>
+</ul>
+<a name="getExpiryForUpdate()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getExpiryForUpdate</h4>
+<pre><a href="../../../javax/cache/expiry/Duration.html" title="class in 
javax.cache.expiry">Duration</a>&nbsp;getExpiryForUpdate()</pre>
+<div class="block">Gets the <a 
href="../../../javax/cache/expiry/Duration.html" title="class in 
javax.cache.expiry"><code>Duration</code></a> before an updated Cache.Entry is 
considered
+ expired.
+ <p>
+ This method is called by the caching implementation after a Cache.Entry is
+ updated to determine the <a href="../../../javax/cache/expiry/Duration.html" 
title="class in javax.cache.expiry"><code>Duration</code></a> before the 
updated entry expires.
+ If a <a 
href="../../../javax/cache/expiry/Duration.html#ZERO"><code>Duration.ZERO</code></a>
 is returned a Cache.Entry is considered
+ immediately expired.  Returning <code>null</code> will result in no change
+ to the previously understood expiry <a 
href="../../../javax/cache/expiry/Duration.html" title="class in 
javax.cache.expiry"><code>Duration</code></a>.
+ <p>
+ Should an exception occur while determining the Duration, an implementation
+ specific default Duration will be used.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>the new <a 
href="../../../javax/cache/expiry/Duration.html" title="class in 
javax.cache.expiry"><code>Duration</code></a> before an updated entry 
expires</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/ExpiryPolicy.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/expiry/EternalExpiryPolicy.html" 
title="class in javax.cache.expiry"><span class="strong">Prev 
Class</span></a></li>
+<li><a href="../../../javax/cache/expiry/ModifiedExpiryPolicy.html" 
title="class in javax.cache.expiry"><span class="strong">Next 
Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?javax/cache/expiry/ExpiryPolicy.html" 
target="_top">Frames</a></li>
+<li><a href="ExpiryPolicy.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>

Added: 
incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/expiry/ModifiedExpiryPolicy.html
URL: 
http://svn.apache.org/viewvc/incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/expiry/ModifiedExpiryPolicy.html?rev=1662900&view=auto
==============================================================================
--- 
incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/expiry/ModifiedExpiryPolicy.html
 (added)
+++ 
incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/expiry/ModifiedExpiryPolicy.html
 Sat Feb 28 04:53:18 2015
@@ -0,0 +1,448 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- 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>ModifiedExpiryPolicy (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">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="ModifiedExpiryPolicy (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/ModifiedExpiryPolicy.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/expiry/ExpiryPolicy.html" title="interface 
in javax.cache.expiry"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../javax/cache/expiry/TouchedExpiryPolicy.html" 
title="class in javax.cache.expiry"><span class="strong">Next 
Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?javax/cache/expiry/ModifiedExpiryPolicy.html" 
target="_top">Frames</a></li>
+<li><a href="ModifiedExpiryPolicy.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><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">Constr</a>&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.expiry</div>
+<h2 title="Class ModifiedExpiryPolicy" class="title">Class 
ModifiedExpiryPolicy</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li><a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">java.lang.Object</a></li>
+<li>
+<ul class="inheritance">
+<li>javax.cache.expiry.ModifiedExpiryPolicy</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd><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>, <a 
href="../../../javax/cache/expiry/ExpiryPolicy.html" title="interface in 
javax.cache.expiry">ExpiryPolicy</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public final class <span class="strong">ModifiedExpiryPolicy</span>
+extends <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>
+implements <a href="../../../javax/cache/expiry/ExpiryPolicy.html" 
title="interface in javax.cache.expiry">ExpiryPolicy</a>, <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">An <a href="../../../javax/cache/expiry/ExpiryPolicy.html" 
title="interface in javax.cache.expiry"><code>ExpiryPolicy</code></a> that 
defines the expiry <a href="../../../javax/cache/expiry/Duration.html" 
title="class in javax.cache.expiry"><code>Duration</code></a>
+ of a Cache Entry based on the last time it was updated. Updating
+ includes created and changing (updating) an entry.</div>
+<dl><dt><span class="strong">Since:</span></dt>
+  <dd>1.0</dd>
+<dt><span class="strong">Author:</span></dt>
+  <dd>Greg Luck, Brian Oliver</dd>
+<dt><span class="strong">See Also:</span></dt><dd><a 
href="../../../javax/cache/expiry/ExpiryPolicy.html" title="interface in 
javax.cache.expiry"><code>ExpiryPolicy</code></a>, 
+<a 
href="../../../serialized-form.html#javax.cache.expiry.ModifiedExpiryPolicy">Serialized
 Form</a></dd></dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- =========== FIELD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field_summary">
+<!--   -->
+</a>
+<h3>Field Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Field Summary table, listing fields, and an explanation">
+<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Field and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static long</code></td>
+<td class="colLast"><code><strong><a 
href="../../../javax/cache/expiry/ModifiedExpiryPolicy.html#serialVersionUID">serialVersionUID</a></strong></code>
+<div class="block">The serialVersionUID required for <a 
href="http://download.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true";
 title="class or interface in java.io"><code>Serializable</code></a>.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a 
href="../../../javax/cache/expiry/ModifiedExpiryPolicy.html#ModifiedExpiryPolicy(javax.cache.expiry.Duration)">ModifiedExpiryPolicy</a></strong>(<a
 href="../../../javax/cache/expiry/Duration.html" title="class in 
javax.cache.expiry">Duration</a>&nbsp;expiryDuration)</code>
+<div class="block">Constructs an <a 
href="../../../javax/cache/expiry/ModifiedExpiryPolicy.html" title="class in 
javax.cache.expiry"><code>ModifiedExpiryPolicy</code></a> <a 
href="../../../javax/cache/expiry/ExpiryPolicy.html" title="interface in 
javax.cache.expiry"><code>ExpiryPolicy</code></a>.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== 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>boolean</code></td>
+<td class="colLast"><code><strong><a 
href="../../../javax/cache/expiry/ModifiedExpiryPolicy.html#equals(java.lang.Object)">equals</a></strong>(<a
 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;object)</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <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/expiry/ModifiedExpiryPolicy.html#factoryOf(javax.cache.expiry.Duration)">factoryOf</a></strong>(<a
 href="../../../javax/cache/expiry/Duration.html" title="class in 
javax.cache.expiry">Duration</a>&nbsp;duration)</code>
+<div class="block">Obtains a <a 
href="../../../javax/cache/configuration/Factory.html" title="interface in 
javax.cache.configuration"><code>Factory</code></a> for a Modified <a 
href="../../../javax/cache/expiry/ExpiryPolicy.html" title="interface in 
javax.cache.expiry"><code>ExpiryPolicy</code></a>.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../javax/cache/expiry/Duration.html" 
title="class in javax.cache.expiry">Duration</a></code></td>
+<td class="colLast"><code><strong><a 
href="../../../javax/cache/expiry/ModifiedExpiryPolicy.html#getExpiryForAccess()">getExpiryForAccess</a></strong>()</code>
+<div class="block">Gets the <a 
href="../../../javax/cache/expiry/Duration.html" title="class in 
javax.cache.expiry"><code>Duration</code></a> before an accessed Cache.Entry is
+ considered expired.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../javax/cache/expiry/Duration.html" 
title="class in javax.cache.expiry">Duration</a></code></td>
+<td class="colLast"><code><strong><a 
href="../../../javax/cache/expiry/ModifiedExpiryPolicy.html#getExpiryForCreation()">getExpiryForCreation</a></strong>()</code>
+<div class="block">Gets the <a 
href="../../../javax/cache/expiry/Duration.html" title="class in 
javax.cache.expiry"><code>Duration</code></a> before a newly created 
Cache.Entry is considered
+ expired.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../javax/cache/expiry/Duration.html" 
title="class in javax.cache.expiry">Duration</a></code></td>
+<td class="colLast"><code><strong><a 
href="../../../javax/cache/expiry/ModifiedExpiryPolicy.html#getExpiryForUpdate()">getExpiryForUpdate</a></strong>()</code>
+<div class="block">Gets the <a 
href="../../../javax/cache/expiry/Duration.html" title="class in 
javax.cache.expiry"><code>Duration</code></a> before an updated Cache.Entry is 
considered
+ expired.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><strong><a 
href="../../../javax/cache/expiry/ModifiedExpiryPolicy.html#hashCode()">hashCode</a></strong>()</code></td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.<a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></h3>
+<code><a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()"
 title="class or interface in java.lang">clone</a>, <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()"
 title="class or interface in java.lang">finalize</a>, <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()"
 title="class or interface in java.lang">getClass</a>, <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()"
 title="class or interface in java.lang">notify</a>, <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll()"
 title="class or interface in java.lang">notifyAll</a>, <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()"
 title="class or interface in java.lang">toString</a>, <a 
href="http://download.oracle.com/javase/6/
 docs/api/java/lang/Object.html?is-external=true#wait()" title="class or 
interface in java.lang">wait</a>, <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)"
 title="class or interface in java.lang">wait</a>, <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long,
 int)" title="class or interface in java.lang">wait</a></code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ FIELD DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field_detail">
+<!--   -->
+</a>
+<h3>Field Detail</h3>
+<a name="serialVersionUID">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>serialVersionUID</h4>
+<pre>public static final&nbsp;long serialVersionUID</pre>
+<div class="block">The serialVersionUID required for <a 
href="http://download.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true";
 title="class or interface in java.io"><code>Serializable</code></a>.</div>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a 
href="../../../constant-values.html#javax.cache.expiry.ModifiedExpiryPolicy.serialVersionUID">Constant
 Field Values</a></dd></dl>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="ModifiedExpiryPolicy(javax.cache.expiry.Duration)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>ModifiedExpiryPolicy</h4>
+<pre>public&nbsp;ModifiedExpiryPolicy(<a 
href="../../../javax/cache/expiry/Duration.html" title="class in 
javax.cache.expiry">Duration</a>&nbsp;expiryDuration)</pre>
+<div class="block">Constructs an <a 
href="../../../javax/cache/expiry/ModifiedExpiryPolicy.html" title="class in 
javax.cache.expiry"><code>ModifiedExpiryPolicy</code></a> <a 
href="../../../javax/cache/expiry/ExpiryPolicy.html" title="interface in 
javax.cache.expiry"><code>ExpiryPolicy</code></a>.</div>
+<dl><dt><span 
class="strong">Parameters:</span></dt><dd><code>expiryDuration</code> - the <a 
href="../../../javax/cache/expiry/Duration.html" title="class in 
javax.cache.expiry"><code>Duration</code></a> a Cache Entry should exist be
+                       before it expires after being modified</dd></dl>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="factoryOf(javax.cache.expiry.Duration)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>factoryOf</h4>
+<pre>public static&nbsp;<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;factoryOf(<a 
href="../../../javax/cache/expiry/Duration.html" title="class in 
javax.cache.expiry">Duration</a>&nbsp;duration)</pre>
+<div class="block">Obtains a <a 
href="../../../javax/cache/configuration/Factory.html" title="interface in 
javax.cache.configuration"><code>Factory</code></a> for a Modified <a 
href="../../../javax/cache/expiry/ExpiryPolicy.html" title="interface in 
javax.cache.expiry"><code>ExpiryPolicy</code></a>.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>a <a 
href="../../../javax/cache/configuration/Factory.html" title="interface in 
javax.cache.configuration"><code>Factory</code></a> for a Modified <a 
href="../../../javax/cache/expiry/ExpiryPolicy.html" title="interface in 
javax.cache.expiry"><code>ExpiryPolicy</code></a>.</dd></dl>
+</li>
+</ul>
+<a name="getExpiryForCreation()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getExpiryForCreation</h4>
+<pre>public&nbsp;<a href="../../../javax/cache/expiry/Duration.html" 
title="class in 
javax.cache.expiry">Duration</a>&nbsp;getExpiryForCreation()</pre>
+<div class="block">Gets the <a 
href="../../../javax/cache/expiry/Duration.html" title="class in 
javax.cache.expiry"><code>Duration</code></a> before a newly created 
Cache.Entry is considered
+ expired.
+ <p>
+ This method is called by a caching implementation after a Cache.Entry is
+ created, but before a Cache.Entry is added to a cache, to determine the
+ <a href="../../../javax/cache/expiry/Duration.html" title="class in 
javax.cache.expiry"><code>Duration</code></a> before an entry expires.  If a <a 
href="../../../javax/cache/expiry/Duration.html#ZERO"><code>Duration.ZERO</code></a>
+ is returned the new Cache.Entry is considered to be already expired and
+ will not be added to the Cache.
+ <p>
+ Should an exception occur while determining the Duration, an implementation
+ specific default <a href="../../../javax/cache/expiry/Duration.html" 
title="class in javax.cache.expiry"><code>Duration</code></a> will be 
used.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a 
href="../../../javax/cache/expiry/ExpiryPolicy.html#getExpiryForCreation()">getExpiryForCreation</a></code>&nbsp;in
 interface&nbsp;<code><a href="../../../javax/cache/expiry/ExpiryPolicy.html" 
title="interface in javax.cache.expiry">ExpiryPolicy</a></code></dd>
+<dt><span class="strong">Returns:</span></dt><dd>the new <a 
href="../../../javax/cache/expiry/Duration.html" title="class in 
javax.cache.expiry"><code>Duration</code></a> before a created entry 
expires</dd></dl>
+</li>
+</ul>
+<a name="getExpiryForAccess()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getExpiryForAccess</h4>
+<pre>public&nbsp;<a href="../../../javax/cache/expiry/Duration.html" 
title="class in javax.cache.expiry">Duration</a>&nbsp;getExpiryForAccess()</pre>
+<div class="block">Gets the <a 
href="../../../javax/cache/expiry/Duration.html" title="class in 
javax.cache.expiry"><code>Duration</code></a> before an accessed Cache.Entry is
+ considered expired.
+ <p>
+ This method is called by a caching implementation after a Cache.Entry is
+ accessed to determine the <a href="../../../javax/cache/expiry/Duration.html" 
title="class in javax.cache.expiry"><code>Duration</code></a> before an entry 
expires.  If a
+ <a 
href="../../../javax/cache/expiry/Duration.html#ZERO"><code>Duration.ZERO</code></a>
 is returned a Cache.Entry will be
+ considered immediately expired.  Returning <code>null</code> will result
+ in no change to the previously understood expiry <a 
href="../../../javax/cache/expiry/Duration.html" title="class in 
javax.cache.expiry"><code>Duration</code></a>.
+ <p>
+ Should an exception occur while determining the Duration, an implementation
+ specific default Duration will be used.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a 
href="../../../javax/cache/expiry/ExpiryPolicy.html#getExpiryForAccess()">getExpiryForAccess</a></code>&nbsp;in
 interface&nbsp;<code><a href="../../../javax/cache/expiry/ExpiryPolicy.html" 
title="interface in javax.cache.expiry">ExpiryPolicy</a></code></dd>
+<dt><span class="strong">Returns:</span></dt><dd>the new <a 
href="../../../javax/cache/expiry/Duration.html" title="class in 
javax.cache.expiry"><code>Duration</code></a> before an accessed entry 
expires</dd></dl>
+</li>
+</ul>
+<a name="getExpiryForUpdate()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getExpiryForUpdate</h4>
+<pre>public&nbsp;<a href="../../../javax/cache/expiry/Duration.html" 
title="class in javax.cache.expiry">Duration</a>&nbsp;getExpiryForUpdate()</pre>
+<div class="block">Gets the <a 
href="../../../javax/cache/expiry/Duration.html" title="class in 
javax.cache.expiry"><code>Duration</code></a> before an updated Cache.Entry is 
considered
+ expired.
+ <p>
+ This method is called by the caching implementation after a Cache.Entry is
+ updated to determine the <a href="../../../javax/cache/expiry/Duration.html" 
title="class in javax.cache.expiry"><code>Duration</code></a> before the 
updated entry expires.
+ If a <a 
href="../../../javax/cache/expiry/Duration.html#ZERO"><code>Duration.ZERO</code></a>
 is returned a Cache.Entry is considered
+ immediately expired.  Returning <code>null</code> will result in no change
+ to the previously understood expiry <a 
href="../../../javax/cache/expiry/Duration.html" title="class in 
javax.cache.expiry"><code>Duration</code></a>.
+ <p>
+ Should an exception occur while determining the Duration, an implementation
+ specific default Duration will be used.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a 
href="../../../javax/cache/expiry/ExpiryPolicy.html#getExpiryForUpdate()">getExpiryForUpdate</a></code>&nbsp;in
 interface&nbsp;<code><a href="../../../javax/cache/expiry/ExpiryPolicy.html" 
title="interface in javax.cache.expiry">ExpiryPolicy</a></code></dd>
+<dt><span class="strong">Returns:</span></dt><dd>the new <a 
href="../../../javax/cache/expiry/Duration.html" title="class in 
javax.cache.expiry"><code>Duration</code></a> before an updated entry 
expires</dd></dl>
+</li>
+</ul>
+<a name="hashCode()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>hashCode</h4>
+<pre>public&nbsp;int&nbsp;hashCode()</pre>
+<dl>
+<dt><strong>Overrides:</strong></dt>
+<dd><code><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">hashCode</a></code>&nbsp;in 
class&nbsp;<code><a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="equals(java.lang.Object)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>equals</h4>
+<pre>public&nbsp;boolean&nbsp;equals(<a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;object)</pre>
+<dl>
+<dt><strong>Overrides:</strong></dt>
+<dd><code><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">equals</a></code>&nbsp;in 
class&nbsp;<code><a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></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/ModifiedExpiryPolicy.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/expiry/ExpiryPolicy.html" title="interface 
in javax.cache.expiry"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../javax/cache/expiry/TouchedExpiryPolicy.html" 
title="class in javax.cache.expiry"><span class="strong">Next 
Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?javax/cache/expiry/ModifiedExpiryPolicy.html" 
target="_top">Frames</a></li>
+<li><a href="ModifiedExpiryPolicy.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><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">Constr</a>&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>

Added: 
incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/expiry/TouchedExpiryPolicy.html
URL: 
http://svn.apache.org/viewvc/incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/expiry/TouchedExpiryPolicy.html?rev=1662900&view=auto
==============================================================================
--- 
incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/expiry/TouchedExpiryPolicy.html
 (added)
+++ 
incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/expiry/TouchedExpiryPolicy.html
 Sat Feb 28 04:53:18 2015
@@ -0,0 +1,448 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- 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>TouchedExpiryPolicy (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">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="TouchedExpiryPolicy (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/TouchedExpiryPolicy.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/expiry/ModifiedExpiryPolicy.html" 
title="class in javax.cache.expiry"><span class="strong">Prev 
Class</span></a></li>
+<li>Next Class</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?javax/cache/expiry/TouchedExpiryPolicy.html" 
target="_top">Frames</a></li>
+<li><a href="TouchedExpiryPolicy.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><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">Constr</a>&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.expiry</div>
+<h2 title="Class TouchedExpiryPolicy" class="title">Class 
TouchedExpiryPolicy</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li><a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">java.lang.Object</a></li>
+<li>
+<ul class="inheritance">
+<li>javax.cache.expiry.TouchedExpiryPolicy</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd><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>, <a 
href="../../../javax/cache/expiry/ExpiryPolicy.html" title="interface in 
javax.cache.expiry">ExpiryPolicy</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public final class <span class="strong">TouchedExpiryPolicy</span>
+extends <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>
+implements <a href="../../../javax/cache/expiry/ExpiryPolicy.html" 
title="interface in javax.cache.expiry">ExpiryPolicy</a>, <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">An <a href="../../../javax/cache/expiry/ExpiryPolicy.html" 
title="interface in javax.cache.expiry"><code>ExpiryPolicy</code></a> that 
defines the expiry <a href="../../../javax/cache/expiry/Duration.html" 
title="class in javax.cache.expiry"><code>Duration</code></a>
+ of a Cache Entry based on when it was last touched. A touch includes
+ creation, update or access.</div>
+<dl><dt><span class="strong">Since:</span></dt>
+  <dd>1.0</dd>
+<dt><span class="strong">Author:</span></dt>
+  <dd>Greg Luck, Brian Oliver</dd>
+<dt><span class="strong">See Also:</span></dt><dd><a 
href="../../../javax/cache/expiry/ExpiryPolicy.html" title="interface in 
javax.cache.expiry"><code>ExpiryPolicy</code></a>, 
+<a 
href="../../../serialized-form.html#javax.cache.expiry.TouchedExpiryPolicy">Serialized
 Form</a></dd></dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- =========== FIELD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field_summary">
+<!--   -->
+</a>
+<h3>Field Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Field Summary table, listing fields, and an explanation">
+<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Field and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static long</code></td>
+<td class="colLast"><code><strong><a 
href="../../../javax/cache/expiry/TouchedExpiryPolicy.html#serialVersionUID">serialVersionUID</a></strong></code>
+<div class="block">The serialVersionUID required for <a 
href="http://download.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true";
 title="class or interface in java.io"><code>Serializable</code></a>.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a 
href="../../../javax/cache/expiry/TouchedExpiryPolicy.html#TouchedExpiryPolicy(javax.cache.expiry.Duration)">TouchedExpiryPolicy</a></strong>(<a
 href="../../../javax/cache/expiry/Duration.html" title="class in 
javax.cache.expiry">Duration</a>&nbsp;expiryDuration)</code>
+<div class="block">Constructs an <a 
href="../../../javax/cache/expiry/TouchedExpiryPolicy.html" title="class in 
javax.cache.expiry"><code>TouchedExpiryPolicy</code></a> <a 
href="../../../javax/cache/expiry/ExpiryPolicy.html" title="interface in 
javax.cache.expiry"><code>ExpiryPolicy</code></a>.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== 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>boolean</code></td>
+<td class="colLast"><code><strong><a 
href="../../../javax/cache/expiry/TouchedExpiryPolicy.html#equals(java.lang.Object)">equals</a></strong>(<a
 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;object)</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <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/expiry/TouchedExpiryPolicy.html#factoryOf(javax.cache.expiry.Duration)">factoryOf</a></strong>(<a
 href="../../../javax/cache/expiry/Duration.html" title="class in 
javax.cache.expiry">Duration</a>&nbsp;duration)</code>
+<div class="block">Obtains a <a 
href="../../../javax/cache/configuration/Factory.html" title="interface in 
javax.cache.configuration"><code>Factory</code></a> for a Touched <a 
href="../../../javax/cache/expiry/ExpiryPolicy.html" title="interface in 
javax.cache.expiry"><code>ExpiryPolicy</code></a>.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../javax/cache/expiry/Duration.html" 
title="class in javax.cache.expiry">Duration</a></code></td>
+<td class="colLast"><code><strong><a 
href="../../../javax/cache/expiry/TouchedExpiryPolicy.html#getExpiryForAccess()">getExpiryForAccess</a></strong>()</code>
+<div class="block">Gets the <a 
href="../../../javax/cache/expiry/Duration.html" title="class in 
javax.cache.expiry"><code>Duration</code></a> before an accessed Cache.Entry is
+ considered expired.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../javax/cache/expiry/Duration.html" 
title="class in javax.cache.expiry">Duration</a></code></td>
+<td class="colLast"><code><strong><a 
href="../../../javax/cache/expiry/TouchedExpiryPolicy.html#getExpiryForCreation()">getExpiryForCreation</a></strong>()</code>
+<div class="block">Gets the <a 
href="../../../javax/cache/expiry/Duration.html" title="class in 
javax.cache.expiry"><code>Duration</code></a> before a newly created 
Cache.Entry is considered
+ expired.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../javax/cache/expiry/Duration.html" 
title="class in javax.cache.expiry">Duration</a></code></td>
+<td class="colLast"><code><strong><a 
href="../../../javax/cache/expiry/TouchedExpiryPolicy.html#getExpiryForUpdate()">getExpiryForUpdate</a></strong>()</code>
+<div class="block">Gets the <a 
href="../../../javax/cache/expiry/Duration.html" title="class in 
javax.cache.expiry"><code>Duration</code></a> before an updated Cache.Entry is 
considered
+ expired.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><strong><a 
href="../../../javax/cache/expiry/TouchedExpiryPolicy.html#hashCode()">hashCode</a></strong>()</code></td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.<a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></h3>
+<code><a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()"
 title="class or interface in java.lang">clone</a>, <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()"
 title="class or interface in java.lang">finalize</a>, <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()"
 title="class or interface in java.lang">getClass</a>, <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()"
 title="class or interface in java.lang">notify</a>, <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll()"
 title="class or interface in java.lang">notifyAll</a>, <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()"
 title="class or interface in java.lang">toString</a>, <a 
href="http://download.oracle.com/javase/6/
 docs/api/java/lang/Object.html?is-external=true#wait()" title="class or 
interface in java.lang">wait</a>, <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)"
 title="class or interface in java.lang">wait</a>, <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long,
 int)" title="class or interface in java.lang">wait</a></code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ FIELD DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field_detail">
+<!--   -->
+</a>
+<h3>Field Detail</h3>
+<a name="serialVersionUID">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>serialVersionUID</h4>
+<pre>public static final&nbsp;long serialVersionUID</pre>
+<div class="block">The serialVersionUID required for <a 
href="http://download.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true";
 title="class or interface in java.io"><code>Serializable</code></a>.</div>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a 
href="../../../constant-values.html#javax.cache.expiry.TouchedExpiryPolicy.serialVersionUID">Constant
 Field Values</a></dd></dl>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="TouchedExpiryPolicy(javax.cache.expiry.Duration)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>TouchedExpiryPolicy</h4>
+<pre>public&nbsp;TouchedExpiryPolicy(<a 
href="../../../javax/cache/expiry/Duration.html" title="class in 
javax.cache.expiry">Duration</a>&nbsp;expiryDuration)</pre>
+<div class="block">Constructs an <a 
href="../../../javax/cache/expiry/TouchedExpiryPolicy.html" title="class in 
javax.cache.expiry"><code>TouchedExpiryPolicy</code></a> <a 
href="../../../javax/cache/expiry/ExpiryPolicy.html" title="interface in 
javax.cache.expiry"><code>ExpiryPolicy</code></a>.</div>
+<dl><dt><span 
class="strong">Parameters:</span></dt><dd><code>expiryDuration</code> - the <a 
href="../../../javax/cache/expiry/Duration.html" title="class in 
javax.cache.expiry"><code>Duration</code></a> a Cache Entry should exist be
+                       before it expires after being modified</dd></dl>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="factoryOf(javax.cache.expiry.Duration)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>factoryOf</h4>
+<pre>public static&nbsp;<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;factoryOf(<a 
href="../../../javax/cache/expiry/Duration.html" title="class in 
javax.cache.expiry">Duration</a>&nbsp;duration)</pre>
+<div class="block">Obtains a <a 
href="../../../javax/cache/configuration/Factory.html" title="interface in 
javax.cache.configuration"><code>Factory</code></a> for a Touched <a 
href="../../../javax/cache/expiry/ExpiryPolicy.html" title="interface in 
javax.cache.expiry"><code>ExpiryPolicy</code></a>.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>a <a 
href="../../../javax/cache/configuration/Factory.html" title="interface in 
javax.cache.configuration"><code>Factory</code></a> for a Touched <a 
href="../../../javax/cache/expiry/ExpiryPolicy.html" title="interface in 
javax.cache.expiry"><code>ExpiryPolicy</code></a>.</dd></dl>
+</li>
+</ul>
+<a name="getExpiryForCreation()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getExpiryForCreation</h4>
+<pre>public&nbsp;<a href="../../../javax/cache/expiry/Duration.html" 
title="class in 
javax.cache.expiry">Duration</a>&nbsp;getExpiryForCreation()</pre>
+<div class="block">Gets the <a 
href="../../../javax/cache/expiry/Duration.html" title="class in 
javax.cache.expiry"><code>Duration</code></a> before a newly created 
Cache.Entry is considered
+ expired.
+ <p>
+ This method is called by a caching implementation after a Cache.Entry is
+ created, but before a Cache.Entry is added to a cache, to determine the
+ <a href="../../../javax/cache/expiry/Duration.html" title="class in 
javax.cache.expiry"><code>Duration</code></a> before an entry expires.  If a <a 
href="../../../javax/cache/expiry/Duration.html#ZERO"><code>Duration.ZERO</code></a>
+ is returned the new Cache.Entry is considered to be already expired and
+ will not be added to the Cache.
+ <p>
+ Should an exception occur while determining the Duration, an implementation
+ specific default <a href="../../../javax/cache/expiry/Duration.html" 
title="class in javax.cache.expiry"><code>Duration</code></a> will be 
used.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a 
href="../../../javax/cache/expiry/ExpiryPolicy.html#getExpiryForCreation()">getExpiryForCreation</a></code>&nbsp;in
 interface&nbsp;<code><a href="../../../javax/cache/expiry/ExpiryPolicy.html" 
title="interface in javax.cache.expiry">ExpiryPolicy</a></code></dd>
+<dt><span class="strong">Returns:</span></dt><dd>the new <a 
href="../../../javax/cache/expiry/Duration.html" title="class in 
javax.cache.expiry"><code>Duration</code></a> before a created entry 
expires</dd></dl>
+</li>
+</ul>
+<a name="getExpiryForAccess()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getExpiryForAccess</h4>
+<pre>public&nbsp;<a href="../../../javax/cache/expiry/Duration.html" 
title="class in javax.cache.expiry">Duration</a>&nbsp;getExpiryForAccess()</pre>
+<div class="block">Gets the <a 
href="../../../javax/cache/expiry/Duration.html" title="class in 
javax.cache.expiry"><code>Duration</code></a> before an accessed Cache.Entry is
+ considered expired.
+ <p>
+ This method is called by a caching implementation after a Cache.Entry is
+ accessed to determine the <a href="../../../javax/cache/expiry/Duration.html" 
title="class in javax.cache.expiry"><code>Duration</code></a> before an entry 
expires.  If a
+ <a 
href="../../../javax/cache/expiry/Duration.html#ZERO"><code>Duration.ZERO</code></a>
 is returned a Cache.Entry will be
+ considered immediately expired.  Returning <code>null</code> will result
+ in no change to the previously understood expiry <a 
href="../../../javax/cache/expiry/Duration.html" title="class in 
javax.cache.expiry"><code>Duration</code></a>.
+ <p>
+ Should an exception occur while determining the Duration, an implementation
+ specific default Duration will be used.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a 
href="../../../javax/cache/expiry/ExpiryPolicy.html#getExpiryForAccess()">getExpiryForAccess</a></code>&nbsp;in
 interface&nbsp;<code><a href="../../../javax/cache/expiry/ExpiryPolicy.html" 
title="interface in javax.cache.expiry">ExpiryPolicy</a></code></dd>
+<dt><span class="strong">Returns:</span></dt><dd>the new <a 
href="../../../javax/cache/expiry/Duration.html" title="class in 
javax.cache.expiry"><code>Duration</code></a> before an accessed entry 
expires</dd></dl>
+</li>
+</ul>
+<a name="getExpiryForUpdate()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getExpiryForUpdate</h4>
+<pre>public&nbsp;<a href="../../../javax/cache/expiry/Duration.html" 
title="class in javax.cache.expiry">Duration</a>&nbsp;getExpiryForUpdate()</pre>
+<div class="block">Gets the <a 
href="../../../javax/cache/expiry/Duration.html" title="class in 
javax.cache.expiry"><code>Duration</code></a> before an updated Cache.Entry is 
considered
+ expired.
+ <p>
+ This method is called by the caching implementation after a Cache.Entry is
+ updated to determine the <a href="../../../javax/cache/expiry/Duration.html" 
title="class in javax.cache.expiry"><code>Duration</code></a> before the 
updated entry expires.
+ If a <a 
href="../../../javax/cache/expiry/Duration.html#ZERO"><code>Duration.ZERO</code></a>
 is returned a Cache.Entry is considered
+ immediately expired.  Returning <code>null</code> will result in no change
+ to the previously understood expiry <a 
href="../../../javax/cache/expiry/Duration.html" title="class in 
javax.cache.expiry"><code>Duration</code></a>.
+ <p>
+ Should an exception occur while determining the Duration, an implementation
+ specific default Duration will be used.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a 
href="../../../javax/cache/expiry/ExpiryPolicy.html#getExpiryForUpdate()">getExpiryForUpdate</a></code>&nbsp;in
 interface&nbsp;<code><a href="../../../javax/cache/expiry/ExpiryPolicy.html" 
title="interface in javax.cache.expiry">ExpiryPolicy</a></code></dd>
+<dt><span class="strong">Returns:</span></dt><dd>the new <a 
href="../../../javax/cache/expiry/Duration.html" title="class in 
javax.cache.expiry"><code>Duration</code></a> before an updated entry 
expires</dd></dl>
+</li>
+</ul>
+<a name="hashCode()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>hashCode</h4>
+<pre>public&nbsp;int&nbsp;hashCode()</pre>
+<dl>
+<dt><strong>Overrides:</strong></dt>
+<dd><code><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">hashCode</a></code>&nbsp;in 
class&nbsp;<code><a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="equals(java.lang.Object)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>equals</h4>
+<pre>public&nbsp;boolean&nbsp;equals(<a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;object)</pre>
+<dl>
+<dt><strong>Overrides:</strong></dt>
+<dd><code><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">equals</a></code>&nbsp;in 
class&nbsp;<code><a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></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/TouchedExpiryPolicy.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/expiry/ModifiedExpiryPolicy.html" 
title="class in javax.cache.expiry"><span class="strong">Prev 
Class</span></a></li>
+<li>Next Class</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?javax/cache/expiry/TouchedExpiryPolicy.html" 
target="_top">Frames</a></li>
+<li><a href="TouchedExpiryPolicy.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><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">Constr</a>&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>

Added: 
incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/expiry/class-use/AccessedExpiryPolicy.html
URL: 
http://svn.apache.org/viewvc/incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/expiry/class-use/AccessedExpiryPolicy.html?rev=1662900&view=auto
==============================================================================
--- 
incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/expiry/class-use/AccessedExpiryPolicy.html
 (added)
+++ 
incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/expiry/class-use/AccessedExpiryPolicy.html
 Sat Feb 28 04:53:18 2015
@@ -0,0 +1,117 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- 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>Uses of Class javax.cache.expiry.AccessedExpiryPolicy (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">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Uses of Class 
javax.cache.expiry.AccessedExpiryPolicy (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><a href="../../../../javax/cache/expiry/AccessedExpiryPolicy.html" 
title="class in javax.cache.expiry">Class</a></li>
+<li class="navBarCell1Rev">Use</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>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../index.html?javax/cache/expiry/class-use/AccessedExpiryPolicy.html"
 target="_top">Frames</a></li>
+<li><a href="AccessedExpiryPolicy.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>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="Uses of Class javax.cache.expiry.AccessedExpiryPolicy" 
class="title">Uses of Class<br>javax.cache.expiry.AccessedExpiryPolicy</h2>
+</div>
+<div class="classUseContainer">No usage of 
javax.cache.expiry.AccessedExpiryPolicy</div>
+<!-- ======= 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><a href="../../../../javax/cache/expiry/AccessedExpiryPolicy.html" 
title="class in javax.cache.expiry">Class</a></li>
+<li class="navBarCell1Rev">Use</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>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../index.html?javax/cache/expiry/class-use/AccessedExpiryPolicy.html"
 target="_top">Frames</a></li>
+<li><a href="AccessedExpiryPolicy.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>
+<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>

Added: 
incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/expiry/class-use/CreatedExpiryPolicy.html
URL: 
http://svn.apache.org/viewvc/incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/expiry/class-use/CreatedExpiryPolicy.html?rev=1662900&view=auto
==============================================================================
--- 
incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/expiry/class-use/CreatedExpiryPolicy.html
 (added)
+++ 
incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/expiry/class-use/CreatedExpiryPolicy.html
 Sat Feb 28 04:53:18 2015
@@ -0,0 +1,117 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- 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>Uses of Class javax.cache.expiry.CreatedExpiryPolicy (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">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Uses of Class 
javax.cache.expiry.CreatedExpiryPolicy (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><a href="../../../../javax/cache/expiry/CreatedExpiryPolicy.html" 
title="class in javax.cache.expiry">Class</a></li>
+<li class="navBarCell1Rev">Use</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>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../index.html?javax/cache/expiry/class-use/CreatedExpiryPolicy.html"
 target="_top">Frames</a></li>
+<li><a href="CreatedExpiryPolicy.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>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="Uses of Class javax.cache.expiry.CreatedExpiryPolicy" 
class="title">Uses of Class<br>javax.cache.expiry.CreatedExpiryPolicy</h2>
+</div>
+<div class="classUseContainer">No usage of 
javax.cache.expiry.CreatedExpiryPolicy</div>
+<!-- ======= 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><a href="../../../../javax/cache/expiry/CreatedExpiryPolicy.html" 
title="class in javax.cache.expiry">Class</a></li>
+<li class="navBarCell1Rev">Use</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>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../index.html?javax/cache/expiry/class-use/CreatedExpiryPolicy.html"
 target="_top">Frames</a></li>
+<li><a href="CreatedExpiryPolicy.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>
+<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>


Reply via email to