Added: 
incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/spi/CachingProvider.html
URL: 
http://svn.apache.org/viewvc/incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/spi/CachingProvider.html?rev=1662900&view=auto
==============================================================================
--- 
incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/spi/CachingProvider.html
 (added)
+++ 
incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/spi/CachingProvider.html
 Sat Feb 28 04:53:18 2015
@@ -0,0 +1,485 @@
+<!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>CachingProvider (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="CachingProvider (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/CachingProvider.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>Prev Class</li>
+<li>Next Class</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?javax/cache/spi/CachingProvider.html" 
target="_top">Frames</a></li>
+<li><a href="CachingProvider.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.spi</div>
+<h2 title="Interface CachingProvider" class="title">Interface 
CachingProvider</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Superinterfaces:</dt>
+<dd><a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/AutoCloseable.html?is-external=true";
 title="class or interface in java.lang">AutoCloseable</a>, <a 
href="http://download.oracle.com/javase/6/docs/api/java/io/Closeable.html?is-external=true";
 title="class or interface in java.io">Closeable</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public interface <span class="strong">CachingProvider</span>
+extends <a 
href="http://download.oracle.com/javase/6/docs/api/java/io/Closeable.html?is-external=true";
 title="class or interface in java.io">Closeable</a></pre>
+<div class="block">Provides mechanisms to create, request and later manage the 
life-cycle of
+ configured <a href="../../../javax/cache/CacheManager.html" title="interface 
in javax.cache"><code>CacheManager</code></a>s, identified by <a 
href="http://download.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true";
 title="class or interface in java.net"><code>URI</code></a>s and scoped by
+ <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/ClassLoader.html?is-external=true";
 title="class or interface in java.lang"><code>ClassLoader</code></a>s.
+ <p>
+ The meaning and semantics of the <a 
href="http://download.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true";
 title="class or interface in java.net"><code>URI</code></a> used to identify a
+ <a href="../../../javax/cache/CacheManager.html" title="interface in 
javax.cache"><code>CacheManager</code></a> is implementation dependent.  For 
applications to remain
+ implementation independent, they should avoid attempting to create <a 
href="http://download.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true";
 title="class or interface in java.net"><code>URI</code></a>s
+ and instead use those returned by <a 
href="../../../javax/cache/spi/CachingProvider.html#getDefaultURI()"><code>getDefaultURI()</code></a>.</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></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>void</code></td>
+<td class="colLast"><code><strong><a 
href="../../../javax/cache/spi/CachingProvider.html#close()">close</a></strong>()</code>
+<div class="block">Closes all of the <a 
href="../../../javax/cache/CacheManager.html" title="interface in 
javax.cache"><code>CacheManager</code></a> instances and associated resources
+ created and maintained by the <a 
href="../../../javax/cache/spi/CachingProvider.html" title="interface in 
javax.cache.spi"><code>CachingProvider</code></a> across all
+ <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/ClassLoader.html?is-external=true";
 title="class or interface in java.lang"><code>ClassLoader</code></a>s.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a 
href="../../../javax/cache/spi/CachingProvider.html#close(java.lang.ClassLoader)">close</a></strong>(<a
 
href="http://download.oracle.com/javase/6/docs/api/java/lang/ClassLoader.html?is-external=true";
 title="class or interface in 
java.lang">ClassLoader</a>&nbsp;classLoader)</code>
+<div class="block">Closes all <a href="../../../javax/cache/CacheManager.html" 
title="interface in javax.cache"><code>CacheManager</code></a> instances and 
associated resources created
+ by the <a href="../../../javax/cache/spi/CachingProvider.html" 
title="interface in javax.cache.spi"><code>CachingProvider</code></a> using the 
specified <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/ClassLoader.html?is-external=true";
 title="class or interface in java.lang"><code>ClassLoader</code></a>.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a 
href="../../../javax/cache/spi/CachingProvider.html#close(java.net.URI, 
java.lang.ClassLoader)">close</a></strong>(<a 
href="http://download.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true";
 title="class or interface in java.net">URI</a>&nbsp;uri,
+     <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/ClassLoader.html?is-external=true";
 title="class or interface in 
java.lang">ClassLoader</a>&nbsp;classLoader)</code>
+<div class="block">Closes all <a href="../../../javax/cache/CacheManager.html" 
title="interface in javax.cache"><code>CacheManager</code></a> instances and 
associated resources created
+ by the <a href="../../../javax/cache/spi/CachingProvider.html" 
title="interface in javax.cache.spi"><code>CachingProvider</code></a> for the 
specified <a 
href="http://download.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true";
 title="class or interface in java.net"><code>URI</code></a> and
+ <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/ClassLoader.html?is-external=true";
 title="class or interface in java.lang"><code>ClassLoader</code></a>.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../javax/cache/CacheManager.html" 
title="interface in javax.cache">CacheManager</a></code></td>
+<td class="colLast"><code><strong><a 
href="../../../javax/cache/spi/CachingProvider.html#getCacheManager()">getCacheManager</a></strong>()</code>
+<div class="block">Requests a <a href="../../../javax/cache/CacheManager.html" 
title="interface in javax.cache"><code>CacheManager</code></a> configured 
according to the
+ <a 
href="../../../javax/cache/spi/CachingProvider.html#getDefaultURI()"><code>getDefaultURI()</code></a>
 and <a 
href="../../../javax/cache/spi/CachingProvider.html#getDefaultProperties()"><code>getDefaultProperties()</code></a>
 be made
+ available that using the <a 
href="../../../javax/cache/spi/CachingProvider.html#getDefaultClassLoader()"><code>getDefaultClassLoader()</code></a>
 for loading
+ underlying classes.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../javax/cache/CacheManager.html" 
title="interface in javax.cache">CacheManager</a></code></td>
+<td class="colLast"><code><strong><a 
href="../../../javax/cache/spi/CachingProvider.html#getCacheManager(java.net.URI,
 java.lang.ClassLoader)">getCacheManager</a></strong>(<a 
href="http://download.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true";
 title="class or interface in java.net">URI</a>&nbsp;uri,
+               <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/ClassLoader.html?is-external=true";
 title="class or interface in 
java.lang">ClassLoader</a>&nbsp;classLoader)</code>
+<div class="block">Requests a <a href="../../../javax/cache/CacheManager.html" 
title="interface in javax.cache"><code>CacheManager</code></a> configured 
according to the implementation
+ specific <a 
href="http://download.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true";
 title="class or interface in java.net"><code>URI</code></a> that uses the 
provided <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/ClassLoader.html?is-external=true";
 title="class or interface in java.lang"><code>ClassLoader</code></a> for 
loading
+ underlying classes.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../javax/cache/CacheManager.html" 
title="interface in javax.cache">CacheManager</a></code></td>
+<td class="colLast"><code><strong><a 
href="../../../javax/cache/spi/CachingProvider.html#getCacheManager(java.net.URI,
 java.lang.ClassLoader, java.util.Properties)">getCacheManager</a></strong>(<a 
href="http://download.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true";
 title="class or interface in java.net">URI</a>&nbsp;uri,
+               <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/ClassLoader.html?is-external=true";
 title="class or interface in java.lang">ClassLoader</a>&nbsp;classLoader,
+               <a 
href="http://download.oracle.com/javase/6/docs/api/java/util/Properties.html?is-external=true";
 title="class or interface in java.util">Properties</a>&nbsp;properties)</code>
+<div class="block">Requests a <a href="../../../javax/cache/CacheManager.html" 
title="interface in javax.cache"><code>CacheManager</code></a> configured 
according to the implementation
+ specific <a 
href="http://download.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true";
 title="class or interface in java.net"><code>URI</code></a> be made available 
that uses the provided
+ <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/ClassLoader.html?is-external=true";
 title="class or interface in java.lang"><code>ClassLoader</code></a> for 
loading underlying classes.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/ClassLoader.html?is-external=true";
 title="class or interface in java.lang">ClassLoader</a></code></td>
+<td class="colLast"><code><strong><a 
href="../../../javax/cache/spi/CachingProvider.html#getDefaultClassLoader()">getDefaultClassLoader</a></strong>()</code>
+<div class="block">Obtains the default <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/ClassLoader.html?is-external=true";
 title="class or interface in java.lang"><code>ClassLoader</code></a> that will 
be used by the
+ <a href="../../../javax/cache/spi/CachingProvider.html" title="interface in 
javax.cache.spi"><code>CachingProvider</code></a>.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a 
href="http://download.oracle.com/javase/6/docs/api/java/util/Properties.html?is-external=true";
 title="class or interface in java.util">Properties</a></code></td>
+<td class="colLast"><code><strong><a 
href="../../../javax/cache/spi/CachingProvider.html#getDefaultProperties()">getDefaultProperties</a></strong>()</code>
+<div class="block">Obtains the default <a 
href="http://download.oracle.com/javase/6/docs/api/java/util/Properties.html?is-external=true";
 title="class or interface in java.util"><code>Properties</code></a> for the <a 
href="../../../javax/cache/spi/CachingProvider.html" title="interface in 
javax.cache.spi"><code>CachingProvider</code></a>.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="http://download.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true";
 title="class or interface in java.net">URI</a></code></td>
+<td class="colLast"><code><strong><a 
href="../../../javax/cache/spi/CachingProvider.html#getDefaultURI()">getDefaultURI</a></strong>()</code>
+<div class="block">Obtains the default <a 
href="http://download.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true";
 title="class or interface in java.net"><code>URI</code></a> for the <a 
href="../../../javax/cache/spi/CachingProvider.html" title="interface in 
javax.cache.spi"><code>CachingProvider</code></a>.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a 
href="../../../javax/cache/spi/CachingProvider.html#isSupported(javax.cache.configuration.OptionalFeature)">isSupported</a></strong>(<a
 href="../../../javax/cache/configuration/OptionalFeature.html" title="enum in 
javax.cache.configuration">OptionalFeature</a>&nbsp;optionalFeature)</code>
+<div class="block">Determines whether an optional feature is supported by the
+ <a href="../../../javax/cache/spi/CachingProvider.html" title="interface in 
javax.cache.spi"><code>CachingProvider</code></a>.</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="getCacheManager(java.net.URI, java.lang.ClassLoader, 
java.util.Properties)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getCacheManager</h4>
+<pre><a href="../../../javax/cache/CacheManager.html" title="interface in 
javax.cache">CacheManager</a>&nbsp;getCacheManager(<a 
href="http://download.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true";
 title="class or interface in java.net">URI</a>&nbsp;uri,
+                           <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/ClassLoader.html?is-external=true";
 title="class or interface in java.lang">ClassLoader</a>&nbsp;classLoader,
+                           <a 
href="http://download.oracle.com/javase/6/docs/api/java/util/Properties.html?is-external=true";
 title="class or interface in java.util">Properties</a>&nbsp;properties)</pre>
+<div class="block">Requests a <a href="../../../javax/cache/CacheManager.html" 
title="interface in javax.cache"><code>CacheManager</code></a> configured 
according to the implementation
+ specific <a 
href="http://download.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true";
 title="class or interface in java.net"><code>URI</code></a> be made available 
that uses the provided
+ <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/ClassLoader.html?is-external=true";
 title="class or interface in java.lang"><code>ClassLoader</code></a> for 
loading underlying classes.
+ <p>
+ Multiple calls to this method with the same <a 
href="http://download.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true";
 title="class or interface in java.net"><code>URI</code></a> and
+ <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/ClassLoader.html?is-external=true";
 title="class or interface in java.lang"><code>ClassLoader</code></a> must 
return the same <a href="../../../javax/cache/CacheManager.html" 
title="interface in javax.cache"><code>CacheManager</code></a> instance,
+ except if a previously returned <a 
href="../../../javax/cache/CacheManager.html" title="interface in 
javax.cache"><code>CacheManager</code></a> has been closed.
+ <p>
+ Properties are used in construction of a <a 
href="../../../javax/cache/CacheManager.html" title="interface in 
javax.cache"><code>CacheManager</code></a> and do not form
+ part of the identity of the CacheManager. i.e. if a second call is made to
+ with the same <a 
href="http://download.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true";
 title="class or interface in java.net"><code>URI</code></a> and <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/ClassLoader.html?is-external=true";
 title="class or interface in java.lang"><code>ClassLoader</code></a> but 
different properties,
+ the <a href="../../../javax/cache/CacheManager.html" title="interface in 
javax.cache"><code>CacheManager</code></a> created in the first call is 
returned.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>uri</code> - an 
implementation specific URI for the
+                    <a href="../../../javax/cache/CacheManager.html" 
title="interface in javax.cache"><code>CacheManager</code></a> (null means use
+                    <a 
href="../../../javax/cache/spi/CachingProvider.html#getDefaultURI()"><code>getDefaultURI()</code></a>)</dd><dd><code>classLoader</code>
 - the <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/ClassLoader.html?is-external=true";
 title="class or interface in java.lang"><code>ClassLoader</code></a>  to use 
for the
+                    <a href="../../../javax/cache/CacheManager.html" 
title="interface in javax.cache"><code>CacheManager</code></a> (null means use
+                    <a 
href="../../../javax/cache/spi/CachingProvider.html#getDefaultClassLoader()"><code>getDefaultClassLoader()</code></a>)</dd><dd><code>properties</code>
 - the <a 
href="http://download.oracle.com/javase/6/docs/api/java/util/Properties.html?is-external=true";
 title="class or interface in java.util"><code>Properties</code></a> for the <a 
href="../../../javax/cache/spi/CachingProvider.html" title="interface in 
javax.cache.spi"><code>CachingProvider</code></a>
+                    to create the <a 
href="../../../javax/cache/CacheManager.html" title="interface in 
javax.cache"><code>CacheManager</code></a> (null means no
+                    implementation specific Properties are required)</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="../../../javax/cache/CacheException.html" title="class in 
javax.cache">CacheException</a></code> - when a <a 
href="../../../javax/cache/CacheManager.html" title="interface in 
javax.cache"><code>CacheManager</code></a> for the
+                           specified arguments could not be produced</dd>
+<dd><code><a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/SecurityException.html?is-external=true";
 title="class or interface in java.lang">SecurityException</a></code> - when 
the operation could not be performed
+                           due to the current security settings</dd></dl>
+</li>
+</ul>
+<a name="getDefaultClassLoader()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getDefaultClassLoader</h4>
+<pre><a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/ClassLoader.html?is-external=true";
 title="class or interface in 
java.lang">ClassLoader</a>&nbsp;getDefaultClassLoader()</pre>
+<div class="block">Obtains the default <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/ClassLoader.html?is-external=true";
 title="class or interface in java.lang"><code>ClassLoader</code></a> that will 
be used by the
+ <a href="../../../javax/cache/spi/CachingProvider.html" title="interface in 
javax.cache.spi"><code>CachingProvider</code></a>.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>the default <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/ClassLoader.html?is-external=true";
 title="class or interface in java.lang"><code>ClassLoader</code></a> used by 
the <a href="../../../javax/cache/spi/CachingProvider.html" title="interface in 
javax.cache.spi"><code>CachingProvider</code></a></dd></dl>
+</li>
+</ul>
+<a name="getDefaultURI()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getDefaultURI</h4>
+<pre><a 
href="http://download.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true";
 title="class or interface in java.net">URI</a>&nbsp;getDefaultURI()</pre>
+<div class="block">Obtains the default <a 
href="http://download.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true";
 title="class or interface in java.net"><code>URI</code></a> for the <a 
href="../../../javax/cache/spi/CachingProvider.html" title="interface in 
javax.cache.spi"><code>CachingProvider</code></a>.
+ <p>
+ Use this method to obtain a suitable <a 
href="http://download.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true";
 title="class or interface in java.net"><code>URI</code></a> for the
+ <a href="../../../javax/cache/spi/CachingProvider.html" title="interface in 
javax.cache.spi"><code>CachingProvider</code></a>.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>the default <a 
href="http://download.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true";
 title="class or interface in java.net"><code>URI</code></a> for the <a 
href="../../../javax/cache/spi/CachingProvider.html" title="interface in 
javax.cache.spi"><code>CachingProvider</code></a></dd></dl>
+</li>
+</ul>
+<a name="getDefaultProperties()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getDefaultProperties</h4>
+<pre><a 
href="http://download.oracle.com/javase/6/docs/api/java/util/Properties.html?is-external=true";
 title="class or interface in 
java.util">Properties</a>&nbsp;getDefaultProperties()</pre>
+<div class="block">Obtains the default <a 
href="http://download.oracle.com/javase/6/docs/api/java/util/Properties.html?is-external=true";
 title="class or interface in java.util"><code>Properties</code></a> for the <a 
href="../../../javax/cache/spi/CachingProvider.html" title="interface in 
javax.cache.spi"><code>CachingProvider</code></a>.
+ <p>
+ Use this method to obtain suitable <a 
href="http://download.oracle.com/javase/6/docs/api/java/util/Properties.html?is-external=true";
 title="class or interface in java.util"><code>Properties</code></a> for the
+ <a href="../../../javax/cache/spi/CachingProvider.html" title="interface in 
javax.cache.spi"><code>CachingProvider</code></a>.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>the default <a 
href="http://download.oracle.com/javase/6/docs/api/java/util/Properties.html?is-external=true";
 title="class or interface in java.util"><code>Properties</code></a> for the <a 
href="../../../javax/cache/spi/CachingProvider.html" title="interface in 
javax.cache.spi"><code>CachingProvider</code></a></dd></dl>
+</li>
+</ul>
+<a name="getCacheManager(java.net.URI, java.lang.ClassLoader)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getCacheManager</h4>
+<pre><a href="../../../javax/cache/CacheManager.html" title="interface in 
javax.cache">CacheManager</a>&nbsp;getCacheManager(<a 
href="http://download.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true";
 title="class or interface in java.net">URI</a>&nbsp;uri,
+                           <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/ClassLoader.html?is-external=true";
 title="class or interface in java.lang">ClassLoader</a>&nbsp;classLoader)</pre>
+<div class="block">Requests a <a href="../../../javax/cache/CacheManager.html" 
title="interface in javax.cache"><code>CacheManager</code></a> configured 
according to the implementation
+ specific <a 
href="http://download.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true";
 title="class or interface in java.net"><code>URI</code></a> that uses the 
provided <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/ClassLoader.html?is-external=true";
 title="class or interface in java.lang"><code>ClassLoader</code></a> for 
loading
+ underlying classes.
+ <p>
+ Multiple calls to this method with the same <a 
href="http://download.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true";
 title="class or interface in java.net"><code>URI</code></a> and
+ <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/ClassLoader.html?is-external=true";
 title="class or interface in java.lang"><code>ClassLoader</code></a> must 
return the same <a href="../../../javax/cache/CacheManager.html" 
title="interface in javax.cache"><code>CacheManager</code></a> instance,
+ except if a previously returned <a 
href="../../../javax/cache/CacheManager.html" title="interface in 
javax.cache"><code>CacheManager</code></a> has been closed.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>uri</code> - an 
implementation specific <a 
href="http://download.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true";
 title="class or interface in java.net"><code>URI</code></a> for the
+                    <a href="../../../javax/cache/CacheManager.html" 
title="interface in javax.cache"><code>CacheManager</code></a> (null means
+                    use <a 
href="../../../javax/cache/spi/CachingProvider.html#getDefaultURI()"><code>getDefaultURI()</code></a>)</dd><dd><code>classLoader</code>
 - the <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/ClassLoader.html?is-external=true";
 title="class or interface in java.lang"><code>ClassLoader</code></a>  to use 
for the
+                    <a href="../../../javax/cache/CacheManager.html" 
title="interface in javax.cache"><code>CacheManager</code></a> (null means
+                    use <a 
href="../../../javax/cache/spi/CachingProvider.html#getDefaultClassLoader()"><code>getDefaultClassLoader()</code></a>)</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="../../../javax/cache/CacheException.html" title="class in 
javax.cache">CacheException</a></code> - when a <a 
href="../../../javax/cache/CacheManager.html" title="interface in 
javax.cache"><code>CacheManager</code></a> for the
+                           specified arguments could not be produced</dd>
+<dd><code><a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/SecurityException.html?is-external=true";
 title="class or interface in java.lang">SecurityException</a></code> - when 
the operation could not be performed
+                           due to the current security settings</dd></dl>
+</li>
+</ul>
+<a name="getCacheManager()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getCacheManager</h4>
+<pre><a href="../../../javax/cache/CacheManager.html" title="interface in 
javax.cache">CacheManager</a>&nbsp;getCacheManager()</pre>
+<div class="block">Requests a <a href="../../../javax/cache/CacheManager.html" 
title="interface in javax.cache"><code>CacheManager</code></a> configured 
according to the
+ <a 
href="../../../javax/cache/spi/CachingProvider.html#getDefaultURI()"><code>getDefaultURI()</code></a>
 and <a 
href="../../../javax/cache/spi/CachingProvider.html#getDefaultProperties()"><code>getDefaultProperties()</code></a>
 be made
+ available that using the <a 
href="../../../javax/cache/spi/CachingProvider.html#getDefaultClassLoader()"><code>getDefaultClassLoader()</code></a>
 for loading
+ underlying classes.
+ <p>
+ Multiple calls to this method must return the same <a 
href="../../../javax/cache/CacheManager.html" title="interface in 
javax.cache"><code>CacheManager</code></a>
+ instance, except if a previously returned <a 
href="../../../javax/cache/CacheManager.html" title="interface in 
javax.cache"><code>CacheManager</code></a> has been
+ closed.</div>
+<dl><dt><span class="strong">Throws:</span></dt>
+<dd><code><a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/SecurityException.html?is-external=true";
 title="class or interface in java.lang">SecurityException</a></code> - when 
the operation could not be performed
+                           due to the current security settings</dd></dl>
+</li>
+</ul>
+<a name="close()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>close</h4>
+<pre>void&nbsp;close()</pre>
+<div class="block">Closes all of the <a 
href="../../../javax/cache/CacheManager.html" title="interface in 
javax.cache"><code>CacheManager</code></a> instances and associated resources
+ created and maintained by the <a 
href="../../../javax/cache/spi/CachingProvider.html" title="interface in 
javax.cache.spi"><code>CachingProvider</code></a> across all
+ <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/ClassLoader.html?is-external=true";
 title="class or interface in java.lang"><code>ClassLoader</code></a>s.
+ <p>
+ After closing the <a href="../../../javax/cache/spi/CachingProvider.html" 
title="interface in javax.cache.spi"><code>CachingProvider</code></a> will 
still be operational.  It
+ may still be used for acquiring <a 
href="../../../javax/cache/CacheManager.html" title="interface in 
javax.cache"><code>CacheManager</code></a> instances, though
+ those will now be new.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/AutoCloseable.html?is-external=true#close()"
 title="class or interface in java.lang">close</a></code>&nbsp;in 
interface&nbsp;<code><a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/AutoCloseable.html?is-external=true";
 title="class or interface in java.lang">AutoCloseable</a></code></dd>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a 
href="http://download.oracle.com/javase/6/docs/api/java/io/Closeable.html?is-external=true#close()"
 title="class or interface in java.io">close</a></code>&nbsp;in 
interface&nbsp;<code><a 
href="http://download.oracle.com/javase/6/docs/api/java/io/Closeable.html?is-external=true";
 title="class or interface in java.io">Closeable</a></code></dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/SecurityException.html?is-external=true";
 title="class or interface in java.lang">SecurityException</a></code> - when 
the operation could not be performed
+                           due to the current security settings</dd></dl>
+</li>
+</ul>
+<a name="close(java.lang.ClassLoader)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>close</h4>
+<pre>void&nbsp;close(<a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/ClassLoader.html?is-external=true";
 title="class or interface in java.lang">ClassLoader</a>&nbsp;classLoader)</pre>
+<div class="block">Closes all <a href="../../../javax/cache/CacheManager.html" 
title="interface in javax.cache"><code>CacheManager</code></a> instances and 
associated resources created
+ by the <a href="../../../javax/cache/spi/CachingProvider.html" 
title="interface in javax.cache.spi"><code>CachingProvider</code></a> using the 
specified <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/ClassLoader.html?is-external=true";
 title="class or interface in java.lang"><code>ClassLoader</code></a>.
+ <p>
+ After closing the <a href="../../../javax/cache/spi/CachingProvider.html" 
title="interface in javax.cache.spi"><code>CachingProvider</code></a> will 
still be operational.  It
+ may still be used for acquiring <a 
href="../../../javax/cache/CacheManager.html" title="interface in 
javax.cache"><code>CacheManager</code></a> instances, though
+ those will now be new for the specified <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/ClassLoader.html?is-external=true";
 title="class or interface in java.lang"><code>ClassLoader</code></a> .</div>
+<dl><dt><span 
class="strong">Parameters:</span></dt><dd><code>classLoader</code> - the <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/ClassLoader.html?is-external=true";
 title="class or interface in java.lang"><code>ClassLoader</code></a>  to 
release</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/SecurityException.html?is-external=true";
 title="class or interface in java.lang">SecurityException</a></code> - when 
the operation could not be performed
+                           due to the current security settings</dd></dl>
+</li>
+</ul>
+<a name="close(java.net.URI, java.lang.ClassLoader)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>close</h4>
+<pre>void&nbsp;close(<a 
href="http://download.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true";
 title="class or interface in java.net">URI</a>&nbsp;uri,
+         <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/ClassLoader.html?is-external=true";
 title="class or interface in java.lang">ClassLoader</a>&nbsp;classLoader)</pre>
+<div class="block">Closes all <a href="../../../javax/cache/CacheManager.html" 
title="interface in javax.cache"><code>CacheManager</code></a> instances and 
associated resources created
+ by the <a href="../../../javax/cache/spi/CachingProvider.html" 
title="interface in javax.cache.spi"><code>CachingProvider</code></a> for the 
specified <a 
href="http://download.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true";
 title="class or interface in java.net"><code>URI</code></a> and
+ <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/ClassLoader.html?is-external=true";
 title="class or interface in java.lang"><code>ClassLoader</code></a>.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>uri</code> - the 
<a 
href="http://download.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true";
 title="class or interface in java.net"><code>URI</code></a> to 
release</dd><dd><code>classLoader</code> - the <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/ClassLoader.html?is-external=true";
 title="class or interface in java.lang"><code>ClassLoader</code></a>  to 
release</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/SecurityException.html?is-external=true";
 title="class or interface in java.lang">SecurityException</a></code> - when 
the operation could not be performed
+                           due to the current security settings</dd></dl>
+</li>
+</ul>
+<a name="isSupported(javax.cache.configuration.OptionalFeature)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>isSupported</h4>
+<pre>boolean&nbsp;isSupported(<a 
href="../../../javax/cache/configuration/OptionalFeature.html" title="enum in 
javax.cache.configuration">OptionalFeature</a>&nbsp;optionalFeature)</pre>
+<div class="block">Determines whether an optional feature is supported by the
+ <a href="../../../javax/cache/spi/CachingProvider.html" title="interface in 
javax.cache.spi"><code>CachingProvider</code></a>.</div>
+<dl><dt><span 
class="strong">Parameters:</span></dt><dd><code>optionalFeature</code> - the 
feature to check for</dd>
+<dt><span class="strong">Returns:</span></dt><dd>true if the feature is 
supported</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/CachingProvider.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>Prev Class</li>
+<li>Next Class</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?javax/cache/spi/CachingProvider.html" 
target="_top">Frames</a></li>
+<li><a href="CachingProvider.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/spi/class-use/CachingProvider.html
URL: 
http://svn.apache.org/viewvc/incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/spi/class-use/CachingProvider.html?rev=1662900&view=auto
==============================================================================
--- 
incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/spi/class-use/CachingProvider.html
 (added)
+++ 
incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/spi/class-use/CachingProvider.html
 Sat Feb 28 04:53:18 2015
@@ -0,0 +1,214 @@
+<!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 Interface javax.cache.spi.CachingProvider (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 Interface 
javax.cache.spi.CachingProvider (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/spi/CachingProvider.html" 
title="interface in javax.cache.spi">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/spi/class-use/CachingProvider.html" 
target="_top">Frames</a></li>
+<li><a href="CachingProvider.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 Interface javax.cache.spi.CachingProvider" 
class="title">Uses of Interface<br>javax.cache.spi.CachingProvider</h2>
+</div>
+<div class="classUseContainer">
+<ul class="blockList">
+<li class="blockList">
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing 
packages, and an explanation">
+<caption><span>Packages that use <a 
href="../../../../javax/cache/spi/CachingProvider.html" title="interface in 
javax.cache.spi">CachingProvider</a></span><span 
class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Package</th>
+<th class="colLast" scope="col">Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a href="#javax.cache">javax.cache</a></td>
+<td class="colLast">
+<div class="block">This package contains the API for JCache.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<ul class="blockList">
+<li class="blockList"><a name="javax.cache">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../javax/cache/spi/CachingProvider.html" 
title="interface in javax.cache.spi">CachingProvider</a> in <a 
href="../../../../javax/cache/package-summary.html">javax.cache</a></h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing 
methods, and an explanation">
+<caption><span>Methods in <a 
href="../../../../javax/cache/package-summary.html">javax.cache</a> that return 
<a href="../../../../javax/cache/spi/CachingProvider.html" title="interface in 
javax.cache.spi">CachingProvider</a></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>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>static <a 
href="../../../../javax/cache/spi/CachingProvider.html" title="interface in 
javax.cache.spi">CachingProvider</a></code></td>
+<td class="colLast"><span class="strong">Caching.</span><code><strong><a 
href="../../../../javax/cache/Caching.html#getCachingProvider()">getCachingProvider</a></strong>()</code>
+<div class="block">Obtains the default <a 
href="../../../../javax/cache/spi/CachingProvider.html" title="interface in 
javax.cache.spi"><code>CachingProvider</code></a> available via the
+ <a 
href="../../../../javax/cache/Caching.html#getDefaultClassLoader()"><code>Caching.getDefaultClassLoader()</code></a>.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a 
href="../../../../javax/cache/spi/CachingProvider.html" title="interface in 
javax.cache.spi">CachingProvider</a></code></td>
+<td class="colLast"><span class="strong">CacheManager.</span><code><strong><a 
href="../../../../javax/cache/CacheManager.html#getCachingProvider()">getCachingProvider</a></strong>()</code>
+<div class="block">Get the <a 
href="../../../../javax/cache/spi/CachingProvider.html" title="interface in 
javax.cache.spi"><code>CachingProvider</code></a> that created and is 
responsible for
+ the <a href="../../../../javax/cache/CacheManager.html" title="interface in 
javax.cache"><code>CacheManager</code></a>.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a 
href="../../../../javax/cache/spi/CachingProvider.html" title="interface in 
javax.cache.spi">CachingProvider</a></code></td>
+<td class="colLast"><span class="strong">Caching.</span><code><strong><a 
href="../../../../javax/cache/Caching.html#getCachingProvider(java.lang.ClassLoader)">getCachingProvider</a></strong>(<a
 
href="http://download.oracle.com/javase/6/docs/api/java/lang/ClassLoader.html?is-external=true";
 title="class or interface in 
java.lang">ClassLoader</a>&nbsp;classLoader)</code>
+<div class="block">Obtains the single <a 
href="../../../../javax/cache/spi/CachingProvider.html" title="interface in 
javax.cache.spi"><code>CachingProvider</code></a> visible to the specified
+ <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/ClassLoader.html?is-external=true";
 title="class or interface in java.lang"><code>ClassLoader</code></a>.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a 
href="../../../../javax/cache/spi/CachingProvider.html" title="interface in 
javax.cache.spi">CachingProvider</a></code></td>
+<td class="colLast"><span class="strong">Caching.</span><code><strong><a 
href="../../../../javax/cache/Caching.html#getCachingProvider(java.lang.String)">getCachingProvider</a></strong>(<a
 
href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in 
java.lang">String</a>&nbsp;fullyQualifiedClassName)</code>
+<div class="block">Obtain the <a 
href="../../../../javax/cache/spi/CachingProvider.html" title="interface in 
javax.cache.spi"><code>CachingProvider</code></a> that is implemented by the 
specified
+ fully qualified class name using the <a 
href="../../../../javax/cache/Caching.html#getDefaultClassLoader()"><code>Caching.getDefaultClassLoader()</code></a>.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a 
href="../../../../javax/cache/spi/CachingProvider.html" title="interface in 
javax.cache.spi">CachingProvider</a></code></td>
+<td class="colLast"><span class="strong">Caching.</span><code><strong><a 
href="../../../../javax/cache/Caching.html#getCachingProvider(java.lang.String, 
java.lang.ClassLoader)">getCachingProvider</a></strong>(<a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in 
java.lang">String</a>&nbsp;fullyQualifiedClassName,
+                  <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/ClassLoader.html?is-external=true";
 title="class or interface in 
java.lang">ClassLoader</a>&nbsp;classLoader)</code>
+<div class="block">Obtain the <a 
href="../../../../javax/cache/spi/CachingProvider.html" title="interface in 
javax.cache.spi"><code>CachingProvider</code></a> that is implemented by the 
specified
+ fully qualified class name using the provided <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/ClassLoader.html?is-external=true";
 title="class or interface in java.lang"><code>ClassLoader</code></a>.</div>
+</td>
+</tr>
+</tbody>
+</table>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing 
methods, and an explanation">
+<caption><span>Methods in <a 
href="../../../../javax/cache/package-summary.html">javax.cache</a> that return 
types with arguments of type <a 
href="../../../../javax/cache/spi/CachingProvider.html" title="interface in 
javax.cache.spi">CachingProvider</a></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>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>static <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/spi/CachingProvider.html" title="interface in 
javax.cache.spi">CachingProvider</a>&gt;</code></td>
+<td class="colLast"><span class="strong">Caching.</span><code><strong><a 
href="../../../../javax/cache/Caching.html#getCachingProviders()">getCachingProviders</a></strong>()</code>
+<div class="block">Obtains the <a 
href="../../../../javax/cache/spi/CachingProvider.html" title="interface in 
javax.cache.spi"><code>CachingProvider</code></a>s that are available via the
+ <a 
href="../../../../javax/cache/Caching.html#getDefaultClassLoader()"><code>Caching.getDefaultClassLoader()</code></a>.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <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/spi/CachingProvider.html" title="interface in 
javax.cache.spi">CachingProvider</a>&gt;</code></td>
+<td class="colLast"><span class="strong">Caching.</span><code><strong><a 
href="../../../../javax/cache/Caching.html#getCachingProviders(java.lang.ClassLoader)">getCachingProviders</a></strong>(<a
 
href="http://download.oracle.com/javase/6/docs/api/java/lang/ClassLoader.html?is-external=true";
 title="class or interface in 
java.lang">ClassLoader</a>&nbsp;classLoader)</code>
+<div class="block">Obtains the <a 
href="../../../../javax/cache/spi/CachingProvider.html" title="interface in 
javax.cache.spi"><code>CachingProvider</code></a>s that are available via the 
specified
+ <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/ClassLoader.html?is-external=true";
 title="class or interface in java.lang"><code>ClassLoader</code></a>.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</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/spi/CachingProvider.html" 
title="interface in javax.cache.spi">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/spi/class-use/CachingProvider.html" 
target="_top">Frames</a></li>
+<li><a href="CachingProvider.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/spi/package-frame.html
URL: 
http://svn.apache.org/viewvc/incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/spi/package-frame.html?rev=1662900&view=auto
==============================================================================
--- 
incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/spi/package-frame.html
 (added)
+++ 
incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/spi/package-frame.html
 Sat Feb 28 04:53:18 2015
@@ -0,0 +1,20 @@
+<!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>javax.cache.spi (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>
+<h1 class="bar"><a href="../../../javax/cache/spi/package-summary.html" 
target="classFrame">javax.cache.spi</a></h1>
+<div class="indexContainer">
+<h2 title="Interfaces">Interfaces</h2>
+<ul title="Interfaces">
+<li><a href="CachingProvider.html" title="interface in javax.cache.spi" 
target="classFrame"><i>CachingProvider</i></a></li>
+</ul>
+</div>
+</body>
+</html>

Added: 
incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/spi/package-summary.html
URL: 
http://svn.apache.org/viewvc/incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/spi/package-summary.html?rev=1662900&view=auto
==============================================================================
--- 
incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/spi/package-summary.html
 (added)
+++ 
incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/spi/package-summary.html
 Sat Feb 28 04:53:18 2015
@@ -0,0 +1,154 @@
+<!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>javax.cache.spi (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="javax.cache.spi (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 class="navBarCell1Rev">Package</li>
+<li>Class</li>
+<li><a href="package-use.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/processor/package-summary.html">Prev 
Package</a></li>
+<li>Next Package</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?javax/cache/spi/package-summary.html" 
target="_top">Frames</a></li>
+<li><a href="package-summary.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">
+<h1 title="Package" class="title">Package&nbsp;javax.cache.spi</h1>
+<div class="docSummary">
+<div class="block">The javax.cache.spi package defines the classes and 
interfaces that are implemented by the
+ caching provider for use by the <a href="../../../javax/cache/Caching.html" 
title="class in javax.cache"><code>Caching</code></a> class</div>
+</div>
+<p>See:&nbsp;<a href="#package_description">Description</a></p>
+</div>
+<div class="contentContainer">
+<ul class="blockList">
+<li class="blockList">
+<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Interface Summary table, listing interfaces, and an explanation">
+<caption><span>Interface Summary</span><span 
class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Interface</th>
+<th class="colLast" scope="col">Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a href="../../../javax/cache/spi/CachingProvider.html" 
title="interface in javax.cache.spi">CachingProvider</a></td>
+<td class="colLast">
+<div class="block">Provides mechanisms to create, request and later manage the 
life-cycle of
+ configured <a href="../../../javax/cache/CacheManager.html" title="interface 
in javax.cache"><code>CacheManager</code></a>s, identified by <a 
href="http://download.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true";
 title="class or interface in java.net"><code>URI</code></a>s and scoped by
+ <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/ClassLoader.html?is-external=true";
 title="class or interface in java.lang"><code>ClassLoader</code></a>s.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+<a name="package_description">
+<!--   -->
+</a>
+<h2 title="Package javax.cache.spi Description">Package javax.cache.spi 
Description</h2>
+<div class="block">The javax.cache.spi package defines the classes and 
interfaces that are implemented by the
+ caching provider for use by the <a href="../../../javax/cache/Caching.html" 
title="class in javax.cache"><code>Caching</code></a> class</div>
+<dl><dt><span class="strong">Since:</span></dt>
+  <dd>1.0</dd>
+<dt><span class="strong">Author:</span></dt>
+  <dd>Yannis Cosmadopoulos</dd></dl>
+</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 class="navBarCell1Rev">Package</li>
+<li>Class</li>
+<li><a href="package-use.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/processor/package-summary.html">Prev 
Package</a></li>
+<li>Next Package</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?javax/cache/spi/package-summary.html" 
target="_top">Frames</a></li>
+<li><a href="package-summary.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/spi/package-tree.html
URL: 
http://svn.apache.org/viewvc/incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/spi/package-tree.html?rev=1662900&view=auto
==============================================================================
--- 
incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/spi/package-tree.html
 (added)
+++ 
incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/spi/package-tree.html
 Sat Feb 28 04:53:18 2015
@@ -0,0 +1,134 @@
+<!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>javax.cache.spi Class Hierarchy (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="javax.cache.spi Class Hierarchy (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</li>
+<li>Use</li>
+<li class="navBarCell1Rev">Tree</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/processor/package-tree.html">Prev</a></li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?javax/cache/spi/package-tree.html" 
target="_top">Frames</a></li>
+<li><a href="package-tree.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">
+<h1 class="title">Hierarchy For Package javax.cache.spi</h1>
+<span class="strong">Package Hierarchies:</span>
+<ul class="horizontal">
+<li><a href="../../../overview-tree.html">All Packages</a></li>
+</ul>
+</div>
+<div class="contentContainer">
+<h2 title="Interface Hierarchy">Interface Hierarchy</h2>
+<ul>
+<li type="circle">java.lang.<a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/AutoCloseable.html?is-external=true";
 title="class or interface in java.lang"><span 
class="strong">AutoCloseable</span></a>
+<ul>
+<li type="circle">java.io.<a 
href="http://download.oracle.com/javase/6/docs/api/java/io/Closeable.html?is-external=true";
 title="class or interface in java.io"><span class="strong">Closeable</span></a>
+<ul>
+<li type="circle">javax.cache.spi.<a 
href="../../../javax/cache/spi/CachingProvider.html" title="interface in 
javax.cache.spi"><span class="strong">CachingProvider</span></a></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</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>Class</li>
+<li>Use</li>
+<li class="navBarCell1Rev">Tree</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/processor/package-tree.html">Prev</a></li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?javax/cache/spi/package-tree.html" 
target="_top">Frames</a></li>
+<li><a href="package-tree.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/spi/package-use.html
URL: 
http://svn.apache.org/viewvc/incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/spi/package-use.html?rev=1662900&view=auto
==============================================================================
--- 
incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/spi/package-use.html
 (added)
+++ 
incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/spi/package-use.html
 Sat Feb 28 04:53:18 2015
@@ -0,0 +1,156 @@
+<!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:26 EST 2014 
-->
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>Uses of Package javax.cache.spi (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 Package javax.cache.spi (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</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/spi/package-use.html" 
target="_top">Frames</a></li>
+<li><a href="package-use.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">
+<h1 title="Uses of Package javax.cache.spi" class="title">Uses of 
Package<br>javax.cache.spi</h1>
+</div>
+<div class="contentContainer">
+<ul class="blockList">
+<li class="blockList">
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing 
packages, and an explanation">
+<caption><span>Packages that use <a 
href="../../../javax/cache/spi/package-summary.html">javax.cache.spi</a></span><span
 class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Package</th>
+<th class="colLast" scope="col">Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a href="#javax.cache">javax.cache</a></td>
+<td class="colLast">
+<div class="block">This package contains the API for JCache.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList"><a name="javax.cache">
+<!--   -->
+</a>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing 
classes, and an explanation">
+<caption><span>Classes in <a 
href="../../../javax/cache/spi/package-summary.html">javax.cache.spi</a> used 
by <a 
href="../../../javax/cache/package-summary.html">javax.cache</a></span><span 
class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Class and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colOne"><a 
href="../../../javax/cache/spi/class-use/CachingProvider.html#javax.cache">CachingProvider</a>
+<div class="block">Provides mechanisms to create, request and later manage the 
life-cycle of
+ configured <a href="../../../javax/cache/CacheManager.html" title="interface 
in javax.cache"><code>CacheManager</code></a>s, identified by <a 
href="http://download.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true";
 title="class or interface in java.net"><code>URI</code></a>s and scoped by
+ <a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/ClassLoader.html?is-external=true";
 title="class or interface in java.lang"><code>ClassLoader</code></a>s.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</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>Class</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/spi/package-use.html" 
target="_top">Frames</a></li>
+<li><a href="package-use.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/overview-frame.html
URL: 
http://svn.apache.org/viewvc/incubator/ignite/site/trunk/jcache/1.0.0/javaodc/overview-frame.html?rev=1662900&view=auto
==============================================================================
--- incubator/ignite/site/trunk/jcache/1.0.0/javaodc/overview-frame.html (added)
+++ incubator/ignite/site/trunk/jcache/1.0.0/javaodc/overview-frame.html Sat 
Feb 28 04:53:18 2015
@@ -0,0 +1,29 @@
+<!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>Overview List (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>
+<div class="indexHeader"><a href="allclasses-frame.html" 
target="packageFrame">All Classes</a></div>
+<div class="indexContainer">
+<h2 title="Packages">Packages</h2>
+<ul title="Packages">
+<li><a href="javax/cache/package-frame.html" 
target="packageFrame">javax.cache</a></li>
+<li><a href="javax/cache/annotation/package-frame.html" 
target="packageFrame">javax.cache.annotation</a></li>
+<li><a href="javax/cache/configuration/package-frame.html" 
target="packageFrame">javax.cache.configuration</a></li>
+<li><a href="javax/cache/event/package-frame.html" 
target="packageFrame">javax.cache.event</a></li>
+<li><a href="javax/cache/expiry/package-frame.html" 
target="packageFrame">javax.cache.expiry</a></li>
+<li><a href="javax/cache/integration/package-frame.html" 
target="packageFrame">javax.cache.integration</a></li>
+<li><a href="javax/cache/management/package-frame.html" 
target="packageFrame">javax.cache.management</a></li>
+<li><a href="javax/cache/processor/package-frame.html" 
target="packageFrame">javax.cache.processor</a></li>
+<li><a href="javax/cache/spi/package-frame.html" 
target="packageFrame">javax.cache.spi</a></li>
+</ul>
+</div>
+<p>&nbsp;</p>
+</body>
+</html>

Added: incubator/ignite/site/trunk/jcache/1.0.0/javaodc/overview-summary.html
URL: 
http://svn.apache.org/viewvc/incubator/ignite/site/trunk/jcache/1.0.0/javaodc/overview-summary.html?rev=1662900&view=auto
==============================================================================
--- incubator/ignite/site/trunk/jcache/1.0.0/javaodc/overview-summary.html 
(added)
+++ incubator/ignite/site/trunk/jcache/1.0.0/javaodc/overview-summary.html Sat 
Feb 28 04:53:18 2015
@@ -0,0 +1,183 @@
+<!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:26 EST 2014 
-->
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>Overview (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="Overview (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 class="navBarCell1Rev">Overview</li>
+<li>Package</li>
+<li>Class</li>
+<li>Use</li>
+<li><a href="overview-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?overview-summary.html" target="_top">Frames</a></li>
+<li><a href="overview-summary.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">
+<h1 class="title">JSR107 API and SPI 1.0.0 API</h1>
+</div>
+<div class="contentContainer">
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Packages table, listing packages, and an explanation">
+<caption><span>Packages</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Package</th>
+<th class="colLast" scope="col">Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a 
href="javax/cache/package-summary.html">javax.cache</a></td>
+<td class="colLast">
+<div class="block">This package contains the API for JCache.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a 
href="javax/cache/annotation/package-summary.html">javax.cache.annotation</a></td>
+<td class="colLast">
+<div class="block">The annotations in this package provide method interceptors 
for user supplied
+ classes.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a 
href="javax/cache/configuration/package-summary.html">javax.cache.configuration</a></td>
+<td class="colLast">
+<div class="block">This package contains configuration classes and 
interfaces.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a 
href="javax/cache/event/package-summary.html">javax.cache.event</a></td>
+<td class="colLast">
+<div class="block">This package contains event listener interfaces.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a 
href="javax/cache/expiry/package-summary.html">javax.cache.expiry</a></td>
+<td class="colLast">
+<div class="block">This package contains expiry policies</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a 
href="javax/cache/integration/package-summary.html">javax.cache.integration</a></td>
+<td class="colLast">
+<div class="block">This package contains interfaces for integration.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a 
href="javax/cache/management/package-summary.html">javax.cache.management</a></td>
+<td class="colLast">
+<div class="block">This package contains management interfaces.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a 
href="javax/cache/processor/package-summary.html">javax.cache.processor</a></td>
+<td class="colLast">
+<div class="block">This package contains the API for Entry Processors.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a 
href="javax/cache/spi/package-summary.html">javax.cache.spi</a></td>
+<td class="colLast">
+<div class="block">The javax.cache.spi package defines the classes and 
interfaces that are implemented by the
+ caching provider for use by the <a href="javax/cache/Caching.html" 
title="class in javax.cache"><code>Caching</code></a> class</div>
+</td>
+</tr>
+</tbody>
+</table>
+</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 class="navBarCell1Rev">Overview</li>
+<li>Package</li>
+<li>Class</li>
+<li>Use</li>
+<li><a href="overview-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?overview-summary.html" target="_top">Frames</a></li>
+<li><a href="overview-summary.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