mirror of https://github.com/apache/cloudstack.git
4156 lines
491 KiB
HTML
Executable File
4156 lines
491 KiB
HTML
Executable File
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<!--NewPage-->
|
|
<HTML>
|
|
<HEAD>
|
|
<!-- Generated by javadoc (build 1.5.0_13) on Sun Jul 13 13:05:48 EST 2008 -->
|
|
<TITLE>
|
|
Index (ehcache)
|
|
</TITLE>
|
|
|
|
|
|
<LINK REL ="stylesheet" TYPE="text/css" HREF="./stylesheet.css" TITLE="Style">
|
|
|
|
<SCRIPT type="text/javascript">
|
|
function windowTitle()
|
|
{
|
|
parent.document.title="Index (ehcache)";
|
|
}
|
|
</SCRIPT>
|
|
<NOSCRIPT>
|
|
</NOSCRIPT>
|
|
|
|
</HEAD>
|
|
|
|
<BODY BGCOLOR="white" onload="windowTitle();">
|
|
|
|
|
|
<!-- ========= START OF TOP NAVBAR ======= -->
|
|
<A NAME="navbar_top"><!-- --></A>
|
|
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
|
|
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
|
|
<TR>
|
|
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
|
|
<A NAME="navbar_top_firstrow"><!-- --></A>
|
|
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
|
|
<TR ALIGN="center" VALIGN="top">
|
|
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
|
|
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD>
|
|
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
|
|
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
|
|
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
|
|
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
|
|
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD>
|
|
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
|
|
</TR>
|
|
</TABLE>
|
|
</TD>
|
|
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
|
|
<a href="/" target="_top">ehcache</a></EM>
|
|
</TD>
|
|
</TR>
|
|
|
|
<TR>
|
|
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
|
|
PREV
|
|
NEXT</FONT></TD>
|
|
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
|
|
<A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A>
|
|
<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A>
|
|
<SCRIPT type="text/javascript">
|
|
<!--
|
|
if(window==top) {
|
|
document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
|
|
}
|
|
//-->
|
|
</SCRIPT>
|
|
<NOSCRIPT>
|
|
<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
|
|
</NOSCRIPT>
|
|
|
|
|
|
</FONT></TD>
|
|
</TR>
|
|
</TABLE>
|
|
<A NAME="skip-navbar_top"></A>
|
|
<!-- ========= END OF TOP NAVBAR ========= -->
|
|
|
|
<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_K_">K</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_Q_">Q</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <HR>
|
|
<A NAME="_A_"><!-- --></A><H2>
|
|
<B>A</B></H2>
|
|
<DL>
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/filter/Filter.html#acceptsEncoding(javax.servlet.http.HttpServletRequest, java.lang.String)"><B>acceptsEncoding(HttpServletRequest, String)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.filter.<A HREF="./net/sf/ehcache/constructs/web/filter/Filter.html" title="class in net.sf.ehcache.constructs.web.filter">Filter</A>
|
|
<DD>Checks if request accepts the named encoding.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/filter/Filter.html#acceptsGzipEncoding(javax.servlet.http.HttpServletRequest)"><B>acceptsGzipEncoding(HttpServletRequest)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.filter.<A HREF="./net/sf/ehcache/constructs/web/filter/Filter.html" title="class in net.sf.ehcache.constructs.web.filter">Filter</A>
|
|
<DD>Determine whether the user agent accepts GZIP encoding.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/filter/GzipFilter.html#acceptsGzipEncoding(javax.servlet.http.HttpServletRequest)"><B>acceptsGzipEncoding(HttpServletRequest)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.filter.<A HREF="./net/sf/ehcache/constructs/web/filter/GzipFilter.html" title="class in net.sf.ehcache.constructs.web.filter">GzipFilter</A>
|
|
<DD>Determine whether the user agent accepts GZIP encoding.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/concurrent/Mutex.html#acquire()"><B>acquire()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.concurrent.<A HREF="./net/sf/ehcache/constructs/concurrent/Mutex.html" title="class in net.sf.ehcache.constructs.concurrent">Mutex</A>
|
|
<DD>Wait (possibly forever) until successful passage.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/concurrent/Sync.html#acquire()"><B>acquire()</B></A> -
|
|
Method in interface net.sf.ehcache.constructs.concurrent.<A HREF="./net/sf/ehcache/constructs/concurrent/Sync.html" title="interface in net.sf.ehcache.constructs.concurrent">Sync</A>
|
|
<DD>Wait (possibly forever) until successful passage.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMIBootstrapCacheLoader.html#acquireCachePeers(net.sf.ehcache.Ehcache)"><B>acquireCachePeers(Ehcache)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMIBootstrapCacheLoader.html" title="class in net.sf.ehcache.distribution">RMIBootstrapCacheLoader</A>
|
|
<DD>Acquires the cache peers for this cache.
|
|
<DT><A HREF="./net/sf/ehcache/config/CacheConfiguration.html#addBootstrapCacheLoaderFactory(net.sf.ehcache.config.CacheConfiguration.BootstrapCacheLoaderFactoryConfiguration)"><B>addBootstrapCacheLoaderFactory(CacheConfiguration.BootstrapCacheLoaderFactoryConfiguration)</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/CacheConfiguration.html" title="class in net.sf.ehcache.config">CacheConfiguration</A>
|
|
<DD>Allows BeanHandler to add the CacheManagerEventListener to the configuration.
|
|
<DT><A HREF="./net/sf/ehcache/CacheManager.html#addCache(java.lang.String)"><B>addCache(String)</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/CacheManager.html" title="class in net.sf.ehcache">CacheManager</A>
|
|
<DD>Adds a <A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache"><CODE>Ehcache</CODE></A> based on the defaultCache with the given name.
|
|
<DT><A HREF="./net/sf/ehcache/CacheManager.html#addCache(net.sf.ehcache.Cache)"><B>addCache(Cache)</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/CacheManager.html" title="class in net.sf.ehcache">CacheManager</A>
|
|
<DD>Adds a <A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache"><CODE>Cache</CODE></A> to the CacheManager.
|
|
<DT><A HREF="./net/sf/ehcache/CacheManager.html#addCache(net.sf.ehcache.jcache.JCache)"><B>addCache(JCache)</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/CacheManager.html" title="class in net.sf.ehcache">CacheManager</A>
|
|
<DD>Adds a <A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache"><CODE>Cache</CODE></A> to the CacheManager.
|
|
<DT><A HREF="./net/sf/ehcache/CacheManager.html#addCache(net.sf.ehcache.Ehcache)"><B>addCache(Ehcache)</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/CacheManager.html" title="class in net.sf.ehcache">CacheManager</A>
|
|
<DD>Adds an <A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache"><CODE>Ehcache</CODE></A> to the CacheManager.
|
|
<DT><A HREF="./net/sf/ehcache/config/Configuration.html#addCache(net.sf.ehcache.config.CacheConfiguration)"><B>addCache(CacheConfiguration)</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/Configuration.html" title="class in net.sf.ehcache.config">Configuration</A>
|
|
<DD>Allows BeanHandler to add Cache Configurations to the configuration.
|
|
<DT><A HREF="./net/sf/ehcache/config/CacheConfiguration.html#addCacheEventListenerFactory(net.sf.ehcache.config.CacheConfiguration.CacheEventListenerFactoryConfiguration)"><B>addCacheEventListenerFactory(CacheConfiguration.CacheEventListenerFactoryConfiguration)</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/CacheConfiguration.html" title="class in net.sf.ehcache.config">CacheConfiguration</A>
|
|
<DD>Used by BeanUtils to add cacheEventListenerFactory elements to the cache configuration.
|
|
<DT><A HREF="./net/sf/ehcache/config/CacheConfiguration.html#addCacheExceptionHandlerFactory(net.sf.ehcache.config.CacheConfiguration.CacheExceptionHandlerFactoryConfiguration)"><B>addCacheExceptionHandlerFactory(CacheConfiguration.CacheExceptionHandlerFactoryConfiguration)</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/CacheConfiguration.html" title="class in net.sf.ehcache.config">CacheConfiguration</A>
|
|
<DD>Allows BeanHandler to add the CacheExceptionHandlerFactory to the configuration.
|
|
<DT><A HREF="./net/sf/ehcache/config/CacheConfiguration.html#addCacheExtensionFactory(net.sf.ehcache.config.CacheConfiguration.CacheExtensionFactoryConfiguration)"><B>addCacheExtensionFactory(CacheConfiguration.CacheExtensionFactoryConfiguration)</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/CacheConfiguration.html" title="class in net.sf.ehcache.config">CacheConfiguration</A>
|
|
<DD>Used by BeanUtils to add cacheExtensionFactory elements to the cache configuration.
|
|
<DT><A HREF="./net/sf/ehcache/config/CacheConfiguration.html#addCacheLoaderFactory(net.sf.ehcache.config.CacheConfiguration.CacheLoaderFactoryConfiguration)"><B>addCacheLoaderFactory(CacheConfiguration.CacheLoaderFactoryConfiguration)</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/CacheConfiguration.html" title="class in net.sf.ehcache.config">CacheConfiguration</A>
|
|
<DD>Allows BeanHandler to add the CacheLoaderFactory to the configuration.
|
|
<DT><A HREF="./net/sf/ehcache/config/Configuration.html#addCacheManagerEventListenerFactory(net.sf.ehcache.config.FactoryConfiguration)"><B>addCacheManagerEventListenerFactory(FactoryConfiguration)</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/Configuration.html" title="class in net.sf.ehcache.config">Configuration</A>
|
|
<DD>Allows BeanHandler to add the CacheManagerEventListener to the configuration.
|
|
<DT><A HREF="./net/sf/ehcache/config/Configuration.html#addCacheManagerPeerListenerFactory(net.sf.ehcache.config.FactoryConfiguration)"><B>addCacheManagerPeerListenerFactory(FactoryConfiguration)</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/Configuration.html" title="class in net.sf.ehcache.config">Configuration</A>
|
|
<DD>Adds a CachePeerProviderFactoryConfiguration.
|
|
<DT><A HREF="./net/sf/ehcache/config/Configuration.html#addCacheManagerPeerProviderFactory(net.sf.ehcache.config.FactoryConfiguration)"><B>addCacheManagerPeerProviderFactory(FactoryConfiguration)</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/Configuration.html" title="class in net.sf.ehcache.config">Configuration</A>
|
|
<DD>Adds a CachePeerProviderFactoryConfiguration.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerListener.html#addCachePeer(java.lang.String, net.sf.ehcache.distribution.RMICachePeer)"><B>addCachePeer(String, RMICachePeer)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerListener.html" title="class in net.sf.ehcache.distribution">RMICacheManagerPeerListener</A>
|
|
<DD>Package local method for testing
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/GenericResponseWrapper.html#addCookie(javax.servlet.http.Cookie)"><B>addCookie(Cookie)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.<A HREF="./net/sf/ehcache/constructs/web/GenericResponseWrapper.html" title="class in net.sf.ehcache.constructs.web">GenericResponseWrapper</A>
|
|
<DD>Adds a cookie.
|
|
<DT><A HREF="./net/sf/ehcache/config/Configuration.html#addDefaultCache(net.sf.ehcache.config.CacheConfiguration)"><B>addDefaultCache(CacheConfiguration)</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/Configuration.html" title="class in net.sf.ehcache.config">Configuration</A>
|
|
<DD>Allows BeanHandler to add a default configuration to the configuration.
|
|
<DT><A HREF="./net/sf/ehcache/config/Configuration.html#addDiskStore(net.sf.ehcache.config.DiskStoreConfiguration)"><B>addDiskStore(DiskStoreConfiguration)</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/Configuration.html" title="class in net.sf.ehcache.config">Configuration</A>
|
|
<DD>Allows BeanHandler to add disk store location to the configuration.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/ResponseUtil.html#addGzipHeader(javax.servlet.http.HttpServletResponse)"><B>addGzipHeader(HttpServletResponse)</B></A> -
|
|
Static method in class net.sf.ehcache.constructs.web.<A HREF="./net/sf/ehcache/constructs/web/ResponseUtil.html" title="class in net.sf.ehcache.constructs.web">ResponseUtil</A>
|
|
<DD>Adds the gzip HTTP header to the response.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/GenericResponseWrapper.html#addHeader(java.lang.String, java.lang.String)"><B>addHeader(String, String)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.<A HREF="./net/sf/ehcache/constructs/web/GenericResponseWrapper.html" title="class in net.sf.ehcache.constructs.web">GenericResponseWrapper</A>
|
|
<DD>Adds a header.
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCache.html#addListener(net.sf.jsr107cache.CacheListener)"><B>addListener(CacheListener)</B></A> -
|
|
Method in class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCache.html" title="class in net.sf.ehcache.jcache">JCache</A>
|
|
<DD>Add a listener to the list of cache listeners.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMIAsynchronousCacheReplicator.html#addToReplicationQueue(net.sf.ehcache.distribution.RMIAsynchronousCacheReplicator.CacheEventMessage)"><B>addToReplicationQueue(RMIAsynchronousCacheReplicator.CacheEventMessage)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMIAsynchronousCacheReplicator.html" title="class in net.sf.ehcache.distribution">RMIAsynchronousCacheReplicator</A>
|
|
<DD>Adds a message to the queue.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/CacheReplicator.html#alive()"><B>alive()</B></A> -
|
|
Method in interface net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/CacheReplicator.html" title="interface in net.sf.ehcache.distribution">CacheReplicator</A>
|
|
<DD>Checks that the replicator is is <code>STATUS_ALIVE</code>.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupsCacheReplicator.html#alive()"><B>alive()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.jgroups.<A HREF="./net/sf/ehcache/distribution/jgroups/JGroupsCacheReplicator.html" title="class in net.sf.ehcache.distribution.jgroups">JGroupsCacheReplicator</A>
|
|
<DD>Checks that the replicator is is <code>STATUS_ALIVE</code>.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMISynchronousCacheReplicator.html#alive()"><B>alive()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMISynchronousCacheReplicator.html" title="class in net.sf.ehcache.distribution">RMISynchronousCacheReplicator</A>
|
|
<DD>Checks that the replicator is is <code>STATUS_ALIVE</code>.
|
|
<DT><A HREF="./net/sf/ehcache/CacheManager.html#ALL_CACHE_MANAGERS"><B>ALL_CACHE_MANAGERS</B></A> -
|
|
Static variable in class net.sf.ehcache.<A HREF="./net/sf/ehcache/CacheManager.html" title="class in net.sf.ehcache">CacheManager</A>
|
|
<DD>Keeps track of all known CacheManagers.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/AlreadyCommittedException.html" title="class in net.sf.ehcache.constructs.web"><B>AlreadyCommittedException</B></A> - Exception in <A HREF="./net/sf/ehcache/constructs/web/package-summary.html">net.sf.ehcache.constructs.web</A><DD><p/>
|
|
This exception is thrown if, in particular, the <CODE>ServletResponse.isCommitted()</CODE>
|
|
method shows the response has been committed.<DT><A HREF="./net/sf/ehcache/constructs/web/AlreadyCommittedException.html#AlreadyCommittedException()"><B>AlreadyCommittedException()</B></A> -
|
|
Constructor for exception net.sf.ehcache.constructs.web.<A HREF="./net/sf/ehcache/constructs/web/AlreadyCommittedException.html" title="class in net.sf.ehcache.constructs.web">AlreadyCommittedException</A>
|
|
<DD>Constructor for the exception
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/AlreadyCommittedException.html#AlreadyCommittedException(java.lang.String)"><B>AlreadyCommittedException(String)</B></A> -
|
|
Constructor for exception net.sf.ehcache.constructs.web.<A HREF="./net/sf/ehcache/constructs/web/AlreadyCommittedException.html" title="class in net.sf.ehcache.constructs.web">AlreadyCommittedException</A>
|
|
<DD>Constructs an exception with the message given
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/AlreadyGzippedException.html" title="class in net.sf.ehcache.constructs.web"><B>AlreadyGzippedException</B></A> - Exception in <A HREF="./net/sf/ehcache/constructs/web/package-summary.html">net.sf.ehcache.constructs.web</A><DD>The web package performs gzipping operations.<DT><A HREF="./net/sf/ehcache/constructs/web/AlreadyGzippedException.html#AlreadyGzippedException()"><B>AlreadyGzippedException()</B></A> -
|
|
Constructor for exception net.sf.ehcache.constructs.web.<A HREF="./net/sf/ehcache/constructs/web/AlreadyGzippedException.html" title="class in net.sf.ehcache.constructs.web">AlreadyGzippedException</A>
|
|
<DD>Constructor for the exception
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/AlreadyGzippedException.html#AlreadyGzippedException(java.lang.String)"><B>AlreadyGzippedException(String)</B></A> -
|
|
Constructor for exception net.sf.ehcache.constructs.web.<A HREF="./net/sf/ehcache/constructs/web/AlreadyGzippedException.html" title="class in net.sf.ehcache.constructs.web">AlreadyGzippedException</A>
|
|
<DD>Constructs an exception with the message given
|
|
<DT><A HREF="./net/sf/ehcache/distribution/PayloadUtil.html#assembleUrlList(java.util.List)"><B>assembleUrlList(List)</B></A> -
|
|
Static method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/PayloadUtil.html" title="class in net.sf.ehcache.distribution">PayloadUtil</A>
|
|
<DD>Assembles a list of URLs
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerListener.html#assignFreePort(boolean)"><B>assignFreePort(boolean)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerListener.html" title="class in net.sf.ehcache.distribution">RMICacheManagerPeerListener</A>
|
|
<DD>Assigns a free port to be the listener port.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMIBootstrapCacheLoader.html#asynchronous"><B>asynchronous</B></A> -
|
|
Variable in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMIBootstrapCacheLoader.html" title="class in net.sf.ehcache.distribution">RMIBootstrapCacheLoader</A>
|
|
<DD>Whether to load asynchronously
|
|
<DT><A HREF="./net/sf/ehcache/constructs/asynchronous/AsynchronousCommandException.html" title="class in net.sf.ehcache.constructs.asynchronous"><B>AsynchronousCommandException</B></A> - Exception in <A HREF="./net/sf/ehcache/constructs/asynchronous/package-summary.html">net.sf.ehcache.constructs.asynchronous</A><DD>Thrown when an asynchronous command has somehow failed.<DT><A HREF="./net/sf/ehcache/constructs/asynchronous/AsynchronousCommandException.html#AsynchronousCommandException(java.lang.String)"><B>AsynchronousCommandException(String)</B></A> -
|
|
Constructor for exception net.sf.ehcache.constructs.asynchronous.<A HREF="./net/sf/ehcache/constructs/asynchronous/AsynchronousCommandException.html" title="class in net.sf.ehcache.constructs.asynchronous">AsynchronousCommandException</A>
|
|
<DD>Constructs a new exception with the specified detail message.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/asynchronous/AsynchronousCommandException.html#AsynchronousCommandException(java.lang.String, java.lang.Throwable)"><B>AsynchronousCommandException(String, Throwable)</B></A> -
|
|
Constructor for exception net.sf.ehcache.constructs.asynchronous.<A HREF="./net/sf/ehcache/constructs/asynchronous/AsynchronousCommandException.html" title="class in net.sf.ehcache.constructs.asynchronous">AsynchronousCommandException</A>
|
|
<DD>Constructs a new exception with the specified detail message and
|
|
cause.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/asynchronous/AsynchronousCommandExecutor.html" title="class in net.sf.ehcache.constructs.asynchronous"><B>AsynchronousCommandExecutor</B></A> - Class in <A HREF="./net/sf/ehcache/constructs/asynchronous/package-summary.html">net.sf.ehcache.constructs.asynchronous</A><DD>Handles the asynchronous execution of commands.<DT><A HREF="./net/sf/ehcache/Cache.html#asynchronousLoad(java.lang.Object, net.sf.ehcache.loader.CacheLoader, java.lang.Object)"><B>asynchronousLoad(Object, CacheLoader, Object)</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Does the asynchronous loading.
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#asynchronousLoadAll(java.util.Collection, java.lang.Object)"><B>asynchronousLoadAll(Collection, Object)</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Does the asynchronous loading.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMIAsynchronousCacheReplicator.html#asynchronousReplicationInterval"><B>asynchronousReplicationInterval</B></A> -
|
|
Variable in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMIAsynchronousCacheReplicator.html" title="class in net.sf.ehcache.distribution">RMIAsynchronousCacheReplicator</A>
|
|
<DD>The amount of time the replication thread sleeps after it detects the replicationQueue is empty
|
|
before checking again.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/concurrent/Mutex.html#attempt(long)"><B>attempt(long)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.concurrent.<A HREF="./net/sf/ehcache/constructs/concurrent/Mutex.html" title="class in net.sf.ehcache.constructs.concurrent">Mutex</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/constructs/concurrent/Sync.html#attempt(long)"><B>attempt(long)</B></A> -
|
|
Method in interface net.sf.ehcache.constructs.concurrent.<A HREF="./net/sf/ehcache/constructs/concurrent/Sync.html" title="interface in net.sf.ehcache.constructs.concurrent">Sync</A>
|
|
<DD>Wait at most msecs to pass; report whether passed.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/CacheManagerPeerListener.html#attemptResolutionOfUniqueResourceConflict()"><B>attemptResolutionOfUniqueResourceConflict()</B></A> -
|
|
Method in interface net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/CacheManagerPeerListener.html" title="interface in net.sf.ehcache.distribution">CacheManagerPeerListener</A>
|
|
<DD>If a conflict is detected in unique resource use, this method signals the listener to attempt
|
|
automatic resolution of the resource conflict.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerListener.html#attemptResolutionOfUniqueResourceConflict()"><B>attemptResolutionOfUniqueResourceConflict()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerListener.html" title="class in net.sf.ehcache.distribution">RMICacheManagerPeerListener</A>
|
|
<DD>If a conflict is detected in unique resource use, this method signals the listener to attempt
|
|
automatic resolution of the resource conflict.
|
|
<DT><A HREF="./net/sf/ehcache/store/DiskStore.html#AUTO_DISK_PATH_DIRECTORY_PREFIX"><B>AUTO_DISK_PATH_DIRECTORY_PREFIX</B></A> -
|
|
Static variable in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/DiskStore.html" title="class in net.sf.ehcache.store">DiskStore</A>
|
|
<DD>If the CacheManager needs to resolve a conflict with the disk path, it will create a
|
|
subdirectory in the given disk path with this prefix followed by a number.
|
|
</DL>
|
|
<HR>
|
|
<A NAME="_B_"><!-- --></A><H2>
|
|
<B>B</B></H2>
|
|
<DL>
|
|
<DT><A HREF="./net/sf/ehcache/store/DiskStore.html#backedUp()"><B>backedUp()</B></A> -
|
|
Method in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/DiskStore.html" title="class in net.sf.ehcache.store">DiskStore</A>
|
|
<DD>In some circumstances data can be written so quickly to the spool that the VM runs out of memory
|
|
while waiting for the spooling to disk.
|
|
<DT><A HREF="./net/sf/ehcache/store/MemoryStore.html#backedUp()"><B>backedUp()</B></A> -
|
|
Method in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/MemoryStore.html" title="class in net.sf.ehcache.store">MemoryStore</A>
|
|
<DD>Memory stores are never backed up and always return false
|
|
<DT><A HREF="./net/sf/ehcache/store/Store.html#backedUp()"><B>backedUp()</B></A> -
|
|
Method in interface net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/Store.html" title="interface in net.sf.ehcache.store">Store</A>
|
|
<DD>Some store types, such as the disk stores can get backed up
|
|
when puts come in to fast.
|
|
<DT><A HREF="./net/sf/ehcache/config/BeanHandler.html" title="class in net.sf.ehcache.config"><B>BeanHandler</B></A> - Class in <A HREF="./net/sf/ehcache/config/package-summary.html">net.sf.ehcache.config</A><DD>A SAX handler that configures a bean.<DT><A HREF="./net/sf/ehcache/config/BeanHandler.html#BeanHandler(java.lang.Object)"><B>BeanHandler(Object)</B></A> -
|
|
Constructor for class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/BeanHandler.html" title="class in net.sf.ehcache.config">BeanHandler</A>
|
|
<DD>Constructor.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerListener.html#bind(java.lang.String, net.sf.ehcache.distribution.RMICachePeer)"><B>bind(String, RMICachePeer)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerListener.html" title="class in net.sf.ehcache.distribution">RMICacheManagerPeerListener</A>
|
|
<DD>Bind a cache peer
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking"><B>BlockingCache</B></A> - Class in <A HREF="./net/sf/ehcache/constructs/blocking/package-summary.html">net.sf.ehcache.constructs.blocking</A><DD>A blocking decorator for an Ehcache, backed by a <A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache"><CODE>Ehcache</CODE></A>.<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#BlockingCache(net.sf.ehcache.Ehcache)"><B>BlockingCache(Ehcache)</B></A> -
|
|
Constructor for class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Creates a BlockingCache which decorates the supplied cache.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/filter/CachingFilter.html#blockingCache"><B>blockingCache</B></A> -
|
|
Variable in class net.sf.ehcache.constructs.web.filter.<A HREF="./net/sf/ehcache/constructs/web/filter/CachingFilter.html" title="class in net.sf.ehcache.constructs.web.filter">CachingFilter</A>
|
|
<DD>The cache holding the web pages.
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#bootstrap()"><B>bootstrap()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Bootstrap command.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#bootstrap()"><B>bootstrap()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Bootstrap command.
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#bootstrap()"><B>bootstrap()</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Bootstrap command.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMIBootstrapCacheLoaderFactory.html#BOOTSTRAP_ASYNCHRONOUSLY"><B>BOOTSTRAP_ASYNCHRONOUSLY</B></A> -
|
|
Static variable in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMIBootstrapCacheLoaderFactory.html" title="class in net.sf.ehcache.distribution">RMIBootstrapCacheLoaderFactory</A>
|
|
<DD>The property name expected in ehcache.xml for the bootstrap asyncrhonously switch.
|
|
<DT><A HREF="./net/sf/ehcache/bootstrap/BootstrapCacheLoader.html" title="interface in net.sf.ehcache.bootstrap"><B>BootstrapCacheLoader</B></A> - Interface in <A HREF="./net/sf/ehcache/bootstrap/package-summary.html">net.sf.ehcache.bootstrap</A><DD> <DT><A HREF="./net/sf/ehcache/bootstrap/BootstrapCacheLoaderFactory.html" title="class in net.sf.ehcache.bootstrap"><B>BootstrapCacheLoaderFactory</B></A> - Class in <A HREF="./net/sf/ehcache/bootstrap/package-summary.html">net.sf.ehcache.bootstrap</A><DD>An abstract factory for creating BootstrapCacheLoader instances.<DT><A HREF="./net/sf/ehcache/bootstrap/BootstrapCacheLoaderFactory.html#BootstrapCacheLoaderFactory()"><B>BootstrapCacheLoaderFactory()</B></A> -
|
|
Constructor for class net.sf.ehcache.bootstrap.<A HREF="./net/sf/ehcache/bootstrap/BootstrapCacheLoaderFactory.html" title="class in net.sf.ehcache.bootstrap">BootstrapCacheLoaderFactory</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/config/CacheConfiguration.html#bootstrapCacheLoaderFactoryConfiguration"><B>bootstrapCacheLoaderFactoryConfiguration</B></A> -
|
|
Variable in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/CacheConfiguration.html" title="class in net.sf.ehcache.config">CacheConfiguration</A>
|
|
<DD>The BootstrapCacheLoaderFactoryConfiguration.
|
|
<DT><A HREF="./net/sf/ehcache/hibernate/EhCacheProvider.html#buildCache(java.lang.String, java.util.Properties)"><B>buildCache(String, Properties)</B></A> -
|
|
Method in class net.sf.ehcache.hibernate.<A HREF="./net/sf/ehcache/hibernate/EhCacheProvider.html" title="class in net.sf.ehcache.hibernate">EhCacheProvider</A>
|
|
<DD>Builds a Cache.
|
|
<DT><A HREF="./net/sf/ehcache/hibernate/SingletonEhCacheProvider.html#buildCache(java.lang.String, java.util.Properties)"><B>buildCache(String, Properties)</B></A> -
|
|
Method in class net.sf.ehcache.hibernate.<A HREF="./net/sf/ehcache/hibernate/SingletonEhCacheProvider.html" title="class in net.sf.ehcache.hibernate">SingletonEhCacheProvider</A>
|
|
<DD>Builds a Cache.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/filter/CachingFilter.html#buildPage(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, javax.servlet.FilterChain)"><B>buildPage(HttpServletRequest, HttpServletResponse, FilterChain)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.filter.<A HREF="./net/sf/ehcache/constructs/web/filter/CachingFilter.html" title="class in net.sf.ehcache.constructs.web.filter">CachingFilter</A>
|
|
<DD>Builds the PageInfo object by passing the request along the filter chain
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/filter/PageFragmentCachingFilter.html#buildPage(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, javax.servlet.FilterChain)"><B>buildPage(HttpServletRequest, HttpServletResponse, FilterChain)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.filter.<A HREF="./net/sf/ehcache/constructs/web/filter/PageFragmentCachingFilter.html" title="class in net.sf.ehcache.constructs.web.filter">PageFragmentCachingFilter</A>
|
|
<DD>Builds the PageInfo object by passing the request along the filter chain
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/filter/CachingFilter.html#buildPageInfo(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, javax.servlet.FilterChain)"><B>buildPageInfo(HttpServletRequest, HttpServletResponse, FilterChain)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.filter.<A HREF="./net/sf/ehcache/constructs/web/filter/CachingFilter.html" title="class in net.sf.ehcache.constructs.web.filter">CachingFilter</A>
|
|
<DD>Build page info either using the cache or building the page directly.
|
|
</DL>
|
|
<HR>
|
|
<A NAME="_C_"><!-- --></A><H2>
|
|
<B>C</B></H2>
|
|
<DL>
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache"><B>Cache</B></A> - Class in <A HREF="./net/sf/ehcache/package-summary.html">net.sf.ehcache</A><DD>Cache is the central class in ehcache.<DT><A HREF="./net/sf/ehcache/Cache.html#Cache(java.lang.String, int, boolean, boolean, long, long)"><B>Cache(String, int, boolean, boolean, long, long)</B></A> -
|
|
Constructor for class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>1.0 Constructor.
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#Cache(java.lang.String, int, boolean, boolean, long, long, boolean, long)"><B>Cache(String, int, boolean, boolean, long, long, boolean, long)</B></A> -
|
|
Constructor for class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>1.1 Constructor.
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#Cache(java.lang.String, int, net.sf.ehcache.store.MemoryStoreEvictionPolicy, boolean, java.lang.String, boolean, long, long, boolean, long, net.sf.ehcache.event.RegisteredEventListeners)"><B>Cache(String, int, MemoryStoreEvictionPolicy, boolean, String, boolean, long, long, boolean, long, RegisteredEventListeners)</B></A> -
|
|
Constructor for class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>1.2 Constructor
|
|
<p/>
|
|
The <A HREF="./net/sf/ehcache/config/ConfigurationFactory.html" title="class in net.sf.ehcache.config"><CODE>ConfigurationFactory</CODE></A> and clients can create these.
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#Cache(java.lang.String, int, net.sf.ehcache.store.MemoryStoreEvictionPolicy, boolean, java.lang.String, boolean, long, long, boolean, long, net.sf.ehcache.event.RegisteredEventListeners, net.sf.ehcache.bootstrap.BootstrapCacheLoader)"><B>Cache(String, int, MemoryStoreEvictionPolicy, boolean, String, boolean, long, long, boolean, long, RegisteredEventListeners, BootstrapCacheLoader)</B></A> -
|
|
Constructor for class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>1.2.1 Constructor
|
|
<p/>
|
|
The <A HREF="./net/sf/ehcache/config/ConfigurationFactory.html" title="class in net.sf.ehcache.config"><CODE>ConfigurationFactory</CODE></A> and clients can create these.
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#Cache(java.lang.String, int, net.sf.ehcache.store.MemoryStoreEvictionPolicy, boolean, java.lang.String, boolean, long, long, boolean, long, net.sf.ehcache.event.RegisteredEventListeners, net.sf.ehcache.bootstrap.BootstrapCacheLoader, int)"><B>Cache(String, int, MemoryStoreEvictionPolicy, boolean, String, boolean, long, long, boolean, long, RegisteredEventListeners, BootstrapCacheLoader, int)</B></A> -
|
|
Constructor for class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>1.2.4 Constructor
|
|
<p/>
|
|
The <A HREF="./net/sf/ehcache/config/ConfigurationFactory.html" title="class in net.sf.ehcache.config"><CODE>ConfigurationFactory</CODE></A> and clients can create these.
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#Cache(java.lang.String, int, net.sf.ehcache.store.MemoryStoreEvictionPolicy, boolean, java.lang.String, boolean, long, long, boolean, long, net.sf.ehcache.event.RegisteredEventListeners, net.sf.ehcache.bootstrap.BootstrapCacheLoader, int, int)"><B>Cache(String, int, MemoryStoreEvictionPolicy, boolean, String, boolean, long, long, boolean, long, RegisteredEventListeners, BootstrapCacheLoader, int, int)</B></A> -
|
|
Constructor for class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>1.2.4 Constructor
|
|
<p/>
|
|
The <A HREF="./net/sf/ehcache/config/ConfigurationFactory.html" title="class in net.sf.ehcache.config"><CODE>ConfigurationFactory</CODE></A> and clients can create these.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#cache"><B>cache</B></A> -
|
|
Variable in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>The backing Cache
|
|
<DT><A HREF="./net/sf/ehcache/management/Cache.html" title="class in net.sf.ehcache.management"><B>Cache</B></A> - Class in <A HREF="./net/sf/ehcache/management/package-summary.html">net.sf.ehcache.management</A><DD>A JMX MBean implementation for Cache<DT><A HREF="./net/sf/ehcache/management/Cache.html#Cache(net.sf.ehcache.Ehcache)"><B>Cache(Ehcache)</B></A> -
|
|
Constructor for class net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/Cache.html" title="class in net.sf.ehcache.management">Cache</A>
|
|
<DD>A constructor for JCache.
|
|
<DT><A HREF="./net/sf/ehcache/store/MemoryStore.html#cache"><B>cache</B></A> -
|
|
Variable in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/MemoryStore.html" title="class in net.sf.ehcache.store">MemoryStore</A>
|
|
<DD>The cache this store is associated with.
|
|
<DT><A HREF="./net/sf/ehcache/Cache.KeyedFuture.html" title="class in net.sf.ehcache"><B>Cache.KeyedFuture</B></A> - Class in <A HREF="./net/sf/ehcache/package-summary.html">net.sf.ehcache</A><DD>Used to store a future and the key it is in respect of<DT><A HREF="./net/sf/ehcache/Cache.KeyedFuture.html#Cache.KeyedFuture(java.lang.Object, edu.emory.mathcs.backport.java.util.concurrent.Future)"><B>Cache.KeyedFuture(Object, Future)</B></A> -
|
|
Constructor for class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.KeyedFuture.html" title="class in net.sf.ehcache">Cache.KeyedFuture</A>
|
|
<DD>Full constructor
|
|
<DT><A HREF="./net/sf/ehcache/config/CacheConfiguration.html" title="class in net.sf.ehcache.config"><B>CacheConfiguration</B></A> - Class in <A HREF="./net/sf/ehcache/config/package-summary.html">net.sf.ehcache.config</A><DD>A value object to represent Cache configuration that can be set by the BeanHandler.<DT><A HREF="./net/sf/ehcache/config/CacheConfiguration.html#CacheConfiguration()"><B>CacheConfiguration()</B></A> -
|
|
Constructor for class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/CacheConfiguration.html" title="class in net.sf.ehcache.config">CacheConfiguration</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheConfiguration.html" title="class in net.sf.ehcache.management"><B>CacheConfiguration</B></A> - Class in <A HREF="./net/sf/ehcache/management/package-summary.html">net.sf.ehcache.management</A><DD>A JMX MBean implementation and decorator to net.sf.ehcache.CacheConfiguration<DT><A HREF="./net/sf/ehcache/management/CacheConfiguration.html#CacheConfiguration(net.sf.ehcache.Ehcache)"><B>CacheConfiguration(Ehcache)</B></A> -
|
|
Constructor for class net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheConfiguration.html" title="class in net.sf.ehcache.management">CacheConfiguration</A>
|
|
<DD>Constructs using a backing CacheConfiguration
|
|
<DT><A HREF="./net/sf/ehcache/config/CacheConfiguration.BootstrapCacheLoaderFactoryConfiguration.html" title="class in net.sf.ehcache.config"><B>CacheConfiguration.BootstrapCacheLoaderFactoryConfiguration</B></A> - Class in <A HREF="./net/sf/ehcache/config/package-summary.html">net.sf.ehcache.config</A><DD>Configuration for the BootstrapCacheLoaderFactoryConfiguration.<DT><A HREF="./net/sf/ehcache/config/CacheConfiguration.BootstrapCacheLoaderFactoryConfiguration.html#CacheConfiguration.BootstrapCacheLoaderFactoryConfiguration()"><B>CacheConfiguration.BootstrapCacheLoaderFactoryConfiguration()</B></A> -
|
|
Constructor for class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/CacheConfiguration.BootstrapCacheLoaderFactoryConfiguration.html" title="class in net.sf.ehcache.config">CacheConfiguration.BootstrapCacheLoaderFactoryConfiguration</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/config/CacheConfiguration.CacheEventListenerFactoryConfiguration.html" title="class in net.sf.ehcache.config"><B>CacheConfiguration.CacheEventListenerFactoryConfiguration</B></A> - Class in <A HREF="./net/sf/ehcache/config/package-summary.html">net.sf.ehcache.config</A><DD>Configuration for the CachePeerListenerFactoryConfiguration.<DT><A HREF="./net/sf/ehcache/config/CacheConfiguration.CacheEventListenerFactoryConfiguration.html#CacheConfiguration.CacheEventListenerFactoryConfiguration()"><B>CacheConfiguration.CacheEventListenerFactoryConfiguration()</B></A> -
|
|
Constructor for class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/CacheConfiguration.CacheEventListenerFactoryConfiguration.html" title="class in net.sf.ehcache.config">CacheConfiguration.CacheEventListenerFactoryConfiguration</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/config/CacheConfiguration.CacheExceptionHandlerFactoryConfiguration.html" title="class in net.sf.ehcache.config"><B>CacheConfiguration.CacheExceptionHandlerFactoryConfiguration</B></A> - Class in <A HREF="./net/sf/ehcache/config/package-summary.html">net.sf.ehcache.config</A><DD>Configuration for the BootstrapCacheLoaderFactoryConfiguration.<DT><A HREF="./net/sf/ehcache/config/CacheConfiguration.CacheExceptionHandlerFactoryConfiguration.html#CacheConfiguration.CacheExceptionHandlerFactoryConfiguration()"><B>CacheConfiguration.CacheExceptionHandlerFactoryConfiguration()</B></A> -
|
|
Constructor for class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/CacheConfiguration.CacheExceptionHandlerFactoryConfiguration.html" title="class in net.sf.ehcache.config">CacheConfiguration.CacheExceptionHandlerFactoryConfiguration</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/config/CacheConfiguration.CacheExtensionFactoryConfiguration.html" title="class in net.sf.ehcache.config"><B>CacheConfiguration.CacheExtensionFactoryConfiguration</B></A> - Class in <A HREF="./net/sf/ehcache/config/package-summary.html">net.sf.ehcache.config</A><DD>Configuration for the CacheExtensionFactoryConfiguration.<DT><A HREF="./net/sf/ehcache/config/CacheConfiguration.CacheExtensionFactoryConfiguration.html#CacheConfiguration.CacheExtensionFactoryConfiguration()"><B>CacheConfiguration.CacheExtensionFactoryConfiguration()</B></A> -
|
|
Constructor for class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/CacheConfiguration.CacheExtensionFactoryConfiguration.html" title="class in net.sf.ehcache.config">CacheConfiguration.CacheExtensionFactoryConfiguration</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/config/CacheConfiguration.CacheLoaderFactoryConfiguration.html" title="class in net.sf.ehcache.config"><B>CacheConfiguration.CacheLoaderFactoryConfiguration</B></A> - Class in <A HREF="./net/sf/ehcache/config/package-summary.html">net.sf.ehcache.config</A><DD>Configuration for the CacheLoaderFactoryConfiguration.<DT><A HREF="./net/sf/ehcache/config/CacheConfiguration.CacheLoaderFactoryConfiguration.html#CacheConfiguration.CacheLoaderFactoryConfiguration()"><B>CacheConfiguration.CacheLoaderFactoryConfiguration()</B></A> -
|
|
Constructor for class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/CacheConfiguration.CacheLoaderFactoryConfiguration.html" title="class in net.sf.ehcache.config">CacheConfiguration.CacheLoaderFactoryConfiguration</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheConfigurationMBean.html" title="interface in net.sf.ehcache.management"><B>CacheConfigurationMBean</B></A> - Interface in <A HREF="./net/sf/ehcache/management/package-summary.html">net.sf.ehcache.management</A><DD>A JMX MBean interface for the configuration of a cache<DT><A HREF="./net/sf/ehcache/constructs/blocking/CacheEntryFactory.html" title="interface in net.sf.ehcache.constructs.blocking"><B>CacheEntryFactory</B></A> - Interface in <A HREF="./net/sf/ehcache/constructs/blocking/package-summary.html">net.sf.ehcache.constructs.blocking</A><DD>Creates objects to populate the cache.<DT><A HREF="./net/sf/ehcache/event/CacheEventListener.html" title="interface in net.sf.ehcache.event"><B>CacheEventListener</B></A> - Interface in <A HREF="./net/sf/ehcache/event/package-summary.html">net.sf.ehcache.event</A><DD>Allows implementers to register callback methods that will be executed when a cache event
|
|
occurs.<DT><A HREF="./net/sf/ehcache/config/CacheConfiguration.html#cacheEventListenerConfigurations"><B>cacheEventListenerConfigurations</B></A> -
|
|
Variable in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/CacheConfiguration.html" title="class in net.sf.ehcache.config">CacheConfiguration</A>
|
|
<DD>The event listener factories added by BeanUtils.
|
|
<DT><A HREF="./net/sf/ehcache/event/CacheEventListenerFactory.html" title="class in net.sf.ehcache.event"><B>CacheEventListenerFactory</B></A> - Class in <A HREF="./net/sf/ehcache/event/package-summary.html">net.sf.ehcache.event</A><DD>An abstract factory for creating listeners.<DT><A HREF="./net/sf/ehcache/event/CacheEventListenerFactory.html#CacheEventListenerFactory()"><B>CacheEventListenerFactory()</B></A> -
|
|
Constructor for class net.sf.ehcache.event.<A HREF="./net/sf/ehcache/event/CacheEventListenerFactory.html" title="class in net.sf.ehcache.event">CacheEventListenerFactory</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/CacheException.html" title="class in net.sf.ehcache"><B>CacheException</B></A> - Exception in <A HREF="./net/sf/ehcache/package-summary.html">net.sf.ehcache</A><DD>A runtime Cache Exception.<DT><A HREF="./net/sf/ehcache/CacheException.html#CacheException()"><B>CacheException()</B></A> -
|
|
Constructor for exception net.sf.ehcache.<A HREF="./net/sf/ehcache/CacheException.html" title="class in net.sf.ehcache">CacheException</A>
|
|
<DD>Constructor for the CacheException object.
|
|
<DT><A HREF="./net/sf/ehcache/CacheException.html#CacheException(java.lang.String)"><B>CacheException(String)</B></A> -
|
|
Constructor for exception net.sf.ehcache.<A HREF="./net/sf/ehcache/CacheException.html" title="class in net.sf.ehcache">CacheException</A>
|
|
<DD>Constructor for the CacheException object.
|
|
<DT><A HREF="./net/sf/ehcache/CacheException.html#CacheException(java.lang.String, java.lang.Throwable)"><B>CacheException(String, Throwable)</B></A> -
|
|
Constructor for exception net.sf.ehcache.<A HREF="./net/sf/ehcache/CacheException.html" title="class in net.sf.ehcache">CacheException</A>
|
|
<DD>Constructs a new CacheException with the specified detail message and
|
|
cause.
|
|
<DT><A HREF="./net/sf/ehcache/CacheException.html#CacheException(java.lang.Throwable)"><B>CacheException(Throwable)</B></A> -
|
|
Constructor for exception net.sf.ehcache.<A HREF="./net/sf/ehcache/CacheException.html" title="class in net.sf.ehcache">CacheException</A>
|
|
<DD>Constructs a new CacheException with the specified cause and a
|
|
detail message of <tt>(cause==null ? null : cause.toString())</tt>
|
|
(which typically contains the class and detail message of
|
|
<tt>cause</tt>).
|
|
<DT><A HREF="./net/sf/ehcache/exceptionhandler/CacheExceptionHandler.html" title="interface in net.sf.ehcache.exceptionhandler"><B>CacheExceptionHandler</B></A> - Interface in <A HREF="./net/sf/ehcache/exceptionhandler/package-summary.html">net.sf.ehcache.exceptionhandler</A><DD>A handler which may be registered with an Ehcache, to handle exceptions on Cache operations.<DT><A HREF="./net/sf/ehcache/exceptionhandler/CacheExceptionHandlerFactory.html" title="class in net.sf.ehcache.exceptionhandler"><B>CacheExceptionHandlerFactory</B></A> - Class in <A HREF="./net/sf/ehcache/exceptionhandler/package-summary.html">net.sf.ehcache.exceptionhandler</A><DD>An abstract factory for creating <code>CacheExceptionHandler</code>s at configuration time, in ehcache.xml.<DT><A HREF="./net/sf/ehcache/exceptionhandler/CacheExceptionHandlerFactory.html#CacheExceptionHandlerFactory()"><B>CacheExceptionHandlerFactory()</B></A> -
|
|
Constructor for class net.sf.ehcache.exceptionhandler.<A HREF="./net/sf/ehcache/exceptionhandler/CacheExceptionHandlerFactory.html" title="class in net.sf.ehcache.exceptionhandler">CacheExceptionHandlerFactory</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/config/CacheConfiguration.html#cacheExceptionHandlerFactoryConfiguration"><B>cacheExceptionHandlerFactoryConfiguration</B></A> -
|
|
Variable in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/CacheConfiguration.html" title="class in net.sf.ehcache.config">CacheConfiguration</A>
|
|
<DD>The CacheExceptionHandlerFactoryConfiguration.
|
|
<DT><A HREF="./net/sf/ehcache/CacheManager.html#cacheExists(java.lang.String)"><B>cacheExists(String)</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/CacheManager.html" title="class in net.sf.ehcache">CacheManager</A>
|
|
<DD>Checks whether a cache of type ehcache exists.
|
|
<DT><A HREF="./net/sf/ehcache/extension/CacheExtension.html" title="interface in net.sf.ehcache.extension"><B>CacheExtension</B></A> - Interface in <A HREF="./net/sf/ehcache/extension/package-summary.html">net.sf.ehcache.extension</A><DD>This is a general purpose mechanism to allow generic extensions to a Cache.<DT><A HREF="./net/sf/ehcache/config/CacheConfiguration.html#cacheExtensionConfigurations"><B>cacheExtensionConfigurations</B></A> -
|
|
Variable in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/CacheConfiguration.html" title="class in net.sf.ehcache.config">CacheConfiguration</A>
|
|
<DD>The cache extension factories added by BeanUtils.
|
|
<DT><A HREF="./net/sf/ehcache/extension/CacheExtensionFactory.html" title="class in net.sf.ehcache.extension"><B>CacheExtensionFactory</B></A> - Class in <A HREF="./net/sf/ehcache/extension/package-summary.html">net.sf.ehcache.extension</A><DD>An abstract factory for creating <code>CacheExtension</code>s.<DT><A HREF="./net/sf/ehcache/extension/CacheExtensionFactory.html#CacheExtensionFactory()"><B>CacheExtensionFactory()</B></A> -
|
|
Constructor for class net.sf.ehcache.extension.<A HREF="./net/sf/ehcache/extension/CacheExtensionFactory.html" title="class in net.sf.ehcache.extension">CacheExtensionFactory</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/loader/CacheLoader.html" title="interface in net.sf.ehcache.loader"><B>CacheLoader</B></A> - Interface in <A HREF="./net/sf/ehcache/loader/package-summary.html">net.sf.ehcache.loader</A><DD>Extends JCache CacheLoader with load methods that take an argument in addition to a key<DT><A HREF="./net/sf/ehcache/loader/CacheLoaderFactory.html" title="class in net.sf.ehcache.loader"><B>CacheLoaderFactory</B></A> - Class in <A HREF="./net/sf/ehcache/loader/package-summary.html">net.sf.ehcache.loader</A><DD>An abstract factory for creating cache loaders.<DT><A HREF="./net/sf/ehcache/loader/CacheLoaderFactory.html#CacheLoaderFactory()"><B>CacheLoaderFactory()</B></A> -
|
|
Constructor for class net.sf.ehcache.loader.<A HREF="./net/sf/ehcache/loader/CacheLoaderFactory.html" title="class in net.sf.ehcache.loader">CacheLoaderFactory</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/config/CacheConfiguration.html#cacheLoaderFactoryConfiguration"><B>cacheLoaderFactoryConfiguration</B></A> -
|
|
Variable in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/CacheConfiguration.html" title="class in net.sf.ehcache.config">CacheConfiguration</A>
|
|
<DD>The CacheLoaderFactoryConfiguration.
|
|
<DT><A HREF="./net/sf/ehcache/CacheManager.html" title="class in net.sf.ehcache"><B>CacheManager</B></A> - Class in <A HREF="./net/sf/ehcache/package-summary.html">net.sf.ehcache</A><DD>A container for <A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache"><CODE>Ehcache</CODE></A>s that maintain all aspects of their lifecycle.<DT><A HREF="./net/sf/ehcache/CacheManager.html#CacheManager(net.sf.ehcache.config.Configuration)"><B>CacheManager(Configuration)</B></A> -
|
|
Constructor for class net.sf.ehcache.<A HREF="./net/sf/ehcache/CacheManager.html" title="class in net.sf.ehcache">CacheManager</A>
|
|
<DD>An constructor for CacheManager, which takes a configuration object, rather than one created by parsing
|
|
an ehcache.xml file.
|
|
<DT><A HREF="./net/sf/ehcache/CacheManager.html#CacheManager(java.lang.String)"><B>CacheManager(String)</B></A> -
|
|
Constructor for class net.sf.ehcache.<A HREF="./net/sf/ehcache/CacheManager.html" title="class in net.sf.ehcache">CacheManager</A>
|
|
<DD>An ordinary constructor for CacheManager.
|
|
<DT><A HREF="./net/sf/ehcache/CacheManager.html#CacheManager(java.net.URL)"><B>CacheManager(URL)</B></A> -
|
|
Constructor for class net.sf.ehcache.<A HREF="./net/sf/ehcache/CacheManager.html" title="class in net.sf.ehcache">CacheManager</A>
|
|
<DD>An ordinary constructor for CacheManager.
|
|
<DT><A HREF="./net/sf/ehcache/CacheManager.html#CacheManager(java.io.InputStream)"><B>CacheManager(InputStream)</B></A> -
|
|
Constructor for class net.sf.ehcache.<A HREF="./net/sf/ehcache/CacheManager.html" title="class in net.sf.ehcache">CacheManager</A>
|
|
<DD>An ordinary constructor for CacheManager.
|
|
<DT><A HREF="./net/sf/ehcache/CacheManager.html#CacheManager()"><B>CacheManager()</B></A> -
|
|
Constructor for class net.sf.ehcache.<A HREF="./net/sf/ehcache/CacheManager.html" title="class in net.sf.ehcache">CacheManager</A>
|
|
<DD>Constructor.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerProvider.html#cacheManager"><B>cacheManager</B></A> -
|
|
Variable in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerProvider.html" title="class in net.sf.ehcache.distribution">RMICacheManagerPeerProvider</A>
|
|
<DD>The CacheManager this peer provider is associated with.
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheManager.html" title="class in net.sf.ehcache.management"><B>CacheManager</B></A> - Class in <A HREF="./net/sf/ehcache/management/package-summary.html">net.sf.ehcache.management</A><DD>An MBean implementation for those attributes and operations we wish to expose on net.sf.ehcache.CacheManager.<DT><A HREF="./net/sf/ehcache/management/CacheManager.html#CacheManager(net.sf.ehcache.CacheManager)"><B>CacheManager(CacheManager)</B></A> -
|
|
Constructor for class net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheManager.html" title="class in net.sf.ehcache.management">CacheManager</A>
|
|
<DD>Create a management CacheManager
|
|
<DT><A HREF="./net/sf/ehcache/event/CacheManagerEventListener.html" title="interface in net.sf.ehcache.event"><B>CacheManagerEventListener</B></A> - Interface in <A HREF="./net/sf/ehcache/event/package-summary.html">net.sf.ehcache.event</A><DD>Allows implementers to register callback methods that will be executed when a
|
|
<code>CacheManager</code> event occurs.<DT><A HREF="./net/sf/ehcache/event/CacheManagerEventListenerFactory.html" title="class in net.sf.ehcache.event"><B>CacheManagerEventListenerFactory</B></A> - Class in <A HREF="./net/sf/ehcache/event/package-summary.html">net.sf.ehcache.event</A><DD>An abstract factory for creating <A HREF="./net/sf/ehcache/event/CacheManagerEventListener.html" title="interface in net.sf.ehcache.event"><CODE>CacheManagerEventListener</CODE></A>s.<DT><A HREF="./net/sf/ehcache/event/CacheManagerEventListenerFactory.html#CacheManagerEventListenerFactory()"><B>CacheManagerEventListenerFactory()</B></A> -
|
|
Constructor for class net.sf.ehcache.event.<A HREF="./net/sf/ehcache/event/CacheManagerEventListenerFactory.html" title="class in net.sf.ehcache.event">CacheManagerEventListenerFactory</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/event/CacheManagerEventListenerRegistry.html" title="class in net.sf.ehcache.event"><B>CacheManagerEventListenerRegistry</B></A> - Class in <A HREF="./net/sf/ehcache/event/package-summary.html">net.sf.ehcache.event</A><DD>Registered listeners for registering and unregistering CacheManagerEventListeners and sending notifications to registrants.<DT><A HREF="./net/sf/ehcache/event/CacheManagerEventListenerRegistry.html#CacheManagerEventListenerRegistry()"><B>CacheManagerEventListenerRegistry()</B></A> -
|
|
Constructor for class net.sf.ehcache.event.<A HREF="./net/sf/ehcache/event/CacheManagerEventListenerRegistry.html" title="class in net.sf.ehcache.event">CacheManagerEventListenerRegistry</A>
|
|
<DD>Construct a new registry
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheManagerMBean.html" title="interface in net.sf.ehcache.management"><B>CacheManagerMBean</B></A> - Interface in <A HREF="./net/sf/ehcache/management/package-summary.html">net.sf.ehcache.management</A><DD>An MBean interface for those attributes and operations we wish to expose on net.sf.ehcache.CacheManager<DT><A HREF="./net/sf/ehcache/distribution/CacheManagerPeerListener.html" title="interface in net.sf.ehcache.distribution"><B>CacheManagerPeerListener</B></A> - Interface in <A HREF="./net/sf/ehcache/distribution/package-summary.html">net.sf.ehcache.distribution</A><DD>A listener for updates, which controls remote cache peers.<DT><A HREF="./net/sf/ehcache/distribution/CacheManagerPeerListenerFactory.html" title="class in net.sf.ehcache.distribution"><B>CacheManagerPeerListenerFactory</B></A> - Class in <A HREF="./net/sf/ehcache/distribution/package-summary.html">net.sf.ehcache.distribution</A><DD>An abstract factory for creating cache manager peer listeners.<DT><A HREF="./net/sf/ehcache/distribution/CacheManagerPeerListenerFactory.html#CacheManagerPeerListenerFactory()"><B>CacheManagerPeerListenerFactory()</B></A> -
|
|
Constructor for class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/CacheManagerPeerListenerFactory.html" title="class in net.sf.ehcache.distribution">CacheManagerPeerListenerFactory</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/distribution/CacheManagerPeerProvider.html" title="interface in net.sf.ehcache.distribution"><B>CacheManagerPeerProvider</B></A> - Interface in <A HREF="./net/sf/ehcache/distribution/package-summary.html">net.sf.ehcache.distribution</A><DD>Provides a discovery service to locate <A HREF="./net/sf/ehcache/distribution/CachePeer.html" title="interface in net.sf.ehcache.distribution"><CODE>CachePeer</CODE></A> RMI listener peers for a Cache.<DT><A HREF="./net/sf/ehcache/distribution/CacheManagerPeerProviderFactory.html" title="class in net.sf.ehcache.distribution"><B>CacheManagerPeerProviderFactory</B></A> - Class in <A HREF="./net/sf/ehcache/distribution/package-summary.html">net.sf.ehcache.distribution</A><DD>An abstract factory for creating peers.<DT><A HREF="./net/sf/ehcache/distribution/CacheManagerPeerProviderFactory.html#CacheManagerPeerProviderFactory()"><B>CacheManagerPeerProviderFactory()</B></A> -
|
|
Constructor for class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/CacheManagerPeerProviderFactory.html" title="class in net.sf.ehcache.distribution">CacheManagerPeerProviderFactory</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheMBean.html" title="interface in net.sf.ehcache.management"><B>CacheMBean</B></A> - Interface in <A HREF="./net/sf/ehcache/management/package-summary.html">net.sf.ehcache.management</A><DD>A management bean for a cache<DT><A HREF="./net/sf/ehcache/distribution/CachePeer.html" title="interface in net.sf.ehcache.distribution"><B>CachePeer</B></A> - Interface in <A HREF="./net/sf/ehcache/distribution/package-summary.html">net.sf.ehcache.distribution</A><DD>An interface for a cache peer to which updates are made remotely.<DT><A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerListener.html#cachePeers"><B>cachePeers</B></A> -
|
|
Variable in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerListener.html" title="class in net.sf.ehcache.distribution">RMICacheManagerPeerListener</A>
|
|
<DD>The cache peers.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/CacheReplicator.html" title="interface in net.sf.ehcache.distribution"><B>CacheReplicator</B></A> - Interface in <A HREF="./net/sf/ehcache/distribution/package-summary.html">net.sf.ehcache.distribution</A><DD>Replicates cache entries to peers of the CacheManager<DT><A HREF="./net/sf/ehcache/CacheManager.html#caches"><B>caches</B></A> -
|
|
Variable in class net.sf.ehcache.<A HREF="./net/sf/ehcache/CacheManager.html" title="class in net.sf.ehcache">CacheManager</A>
|
|
<DD>Caches managed by this manager.
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheStatistics.html" title="class in net.sf.ehcache.management"><B>CacheStatistics</B></A> - Class in <A HREF="./net/sf/ehcache/management/package-summary.html">net.sf.ehcache.management</A><DD>A JMX CacheStatistics decorator for an ehcache Statistics class.<DT><A HREF="./net/sf/ehcache/management/CacheStatistics.html#CacheStatistics(net.sf.ehcache.Ehcache)"><B>CacheStatistics(Ehcache)</B></A> -
|
|
Constructor for class net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheStatistics.html" title="class in net.sf.ehcache.management">CacheStatistics</A>
|
|
<DD>Constructs an object from an ehcache statistics object
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheStatisticsMBean.html" title="interface in net.sf.ehcache.management"><B>CacheStatisticsMBean</B></A> - Interface in <A HREF="./net/sf/ehcache/management/package-summary.html">net.sf.ehcache.management</A><DD> <DT><A HREF="./net/sf/ehcache/constructs/web/filter/CachingFilter.html" title="class in net.sf.ehcache.constructs.web.filter"><B>CachingFilter</B></A> - Class in <A HREF="./net/sf/ehcache/constructs/web/filter/package-summary.html">net.sf.ehcache.constructs.web.filter</A><DD>An abstract CachingFilter.<DT><A HREF="./net/sf/ehcache/constructs/web/filter/CachingFilter.html#CachingFilter()"><B>CachingFilter()</B></A> -
|
|
Constructor for class net.sf.ehcache.constructs.web.filter.<A HREF="./net/sf/ehcache/constructs/web/filter/CachingFilter.html" title="class in net.sf.ehcache.constructs.web.filter">CachingFilter</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/store/DiskStore.html#calculateDataFileSparseness()"><B>calculateDataFileSparseness()</B></A> -
|
|
Method in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/DiskStore.html" title="class in net.sf.ehcache.store">DiskStore</A>
|
|
<DD>The design of the layout on the data file means that there will be small gaps created when DiskElements
|
|
are reused.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerListener.html#calculateHostAddress()"><B>calculateHostAddress()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerListener.html" title="class in net.sf.ehcache.distribution">RMICacheManagerPeerListener</A>
|
|
<DD>Calculates the host address as the default NICs IP address
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#calculateInMemorySize()"><B>calculateInMemorySize()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Gets the size of the memory store for this cache.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#calculateInMemorySize()"><B>calculateInMemorySize()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Gets the size of the memory store for this cache
|
|
<p/>
|
|
Warning: This method can be very expensive to run.
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#calculateInMemorySize()"><B>calculateInMemorySize()</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Gets the size of the memory store for this cache
|
|
<p/>
|
|
Warning: This method can be very expensive to run.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/filter/CachingFilter.html#calculateKey(javax.servlet.http.HttpServletRequest)"><B>calculateKey(HttpServletRequest)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.filter.<A HREF="./net/sf/ehcache/constructs/web/filter/CachingFilter.html" title="class in net.sf.ehcache.constructs.web.filter">CachingFilter</A>
|
|
<DD>CachingFilter works off a key.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/filter/SimplePageCachingFilter.html#calculateKey(javax.servlet.http.HttpServletRequest)"><B>calculateKey(HttpServletRequest)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.filter.<A HREF="./net/sf/ehcache/constructs/web/filter/SimplePageCachingFilter.html" title="class in net.sf.ehcache.constructs.web.filter">SimplePageCachingFilter</A>
|
|
<DD>Pages are cached based on their key.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/filter/SimplePageFragmentCachingFilter.html#calculateKey(javax.servlet.http.HttpServletRequest)"><B>calculateKey(HttpServletRequest)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.filter.<A HREF="./net/sf/ehcache/constructs/web/filter/SimplePageFragmentCachingFilter.html" title="class in net.sf.ehcache.constructs.web.filter">SimplePageFragmentCachingFilter</A>
|
|
<DD>CachingFilter works off a key.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/filter/CachingFilter.html#checkNoReentry(javax.servlet.http.HttpServletRequest)"><B>checkNoReentry(HttpServletRequest)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.filter.<A HREF="./net/sf/ehcache/constructs/web/filter/CachingFilter.html" title="class in net.sf.ehcache.constructs.web.filter">CachingFilter</A>
|
|
<DD>Check that this caching filter is not being reentered by the same recursively.
|
|
<DT><A HREF="./net/sf/ehcache/util/ClassLoaderUtil.html" title="class in net.sf.ehcache.util"><B>ClassLoaderUtil</B></A> - Class in <A HREF="./net/sf/ehcache/util/package-summary.html">net.sf.ehcache.util</A><DD>Keeps all classloading in ehcache consistent.<DT><A HREF="./net/sf/ehcache/hibernate/EhCache.html#clear()"><B>clear()</B></A> -
|
|
Method in class net.sf.ehcache.hibernate.<A HREF="./net/sf/ehcache/hibernate/EhCache.html" title="class in net.sf.ehcache.hibernate">EhCache</A>
|
|
<DD>Remove all elements in the cache, but leave the cache in a useable state.
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCache.html#clear()"><B>clear()</B></A> -
|
|
Method in class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCache.html" title="class in net.sf.ehcache.jcache">JCache</A>
|
|
<DD>Removes all mappings from this map (optional operation).
|
|
<DT><A HREF="./net/sf/ehcache/store/MemoryStore.html#clear()"><B>clear()</B></A> -
|
|
Method in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/MemoryStore.html" title="class in net.sf.ehcache.store">MemoryStore</A>
|
|
<DD>Clears any data structures and places it back to its state when it was first created.
|
|
<DT><A HREF="./net/sf/ehcache/CacheManager.html#clearAll()"><B>clearAll()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/CacheManager.html" title="class in net.sf.ehcache">CacheManager</A>
|
|
<DD>Clears the contents of all caches in the CacheManager, but without
|
|
removing any caches.
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheManager.html#clearAll()"><B>clearAll()</B></A> -
|
|
Method in class net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheManager.html" title="class in net.sf.ehcache.management">CacheManager</A>
|
|
<DD>Clears the contents of all caches in the CacheManager, but without
|
|
removing any caches.
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheManagerMBean.html#clearAll()"><B>clearAll()</B></A> -
|
|
Method in interface net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheManagerMBean.html" title="interface in net.sf.ehcache.management">CacheManagerMBean</A>
|
|
<DD>Clears the contents of all caches in the CacheManager, but without
|
|
removing any caches.
|
|
<DT><A HREF="./net/sf/ehcache/event/RegisteredEventListeners.html#clearCounters()"><B>clearCounters()</B></A> -
|
|
Method in class net.sf.ehcache.event.<A HREF="./net/sf/ehcache/event/RegisteredEventListeners.html" title="class in net.sf.ehcache.event">RegisteredEventListeners</A>
|
|
<DD>Clears all event counters
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#clearStatistics()"><B>clearStatistics()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Resets statistics counters back to 0.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#clearStatistics()"><B>clearStatistics()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Resets statistics counters back to 0.
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#clearStatistics()"><B>clearStatistics()</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Resets statistics counters back to 0.
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCacheStatistics.html#clearStatistics()"><B>clearStatistics()</B></A> -
|
|
Method in class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCacheStatistics.html" title="class in net.sf.ehcache.jcache">JCacheStatistics</A>
|
|
<DD>Clears the statistic counters to 0 for the associated Cache.
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheStatistics.html#clearStatistics()"><B>clearStatistics()</B></A> -
|
|
Method in class net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheStatistics.html" title="class in net.sf.ehcache.management">CacheStatistics</A>
|
|
<DD>Clears the statistic counters to 0 for the associated Cache.
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheStatisticsMBean.html#clearStatistics()"><B>clearStatistics()</B></A> -
|
|
Method in interface net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheStatisticsMBean.html" title="interface in net.sf.ehcache.management">CacheStatisticsMBean</A>
|
|
<DD>Clears the statistic counters to 0 for the associated Cache.
|
|
<DT><A HREF="./net/sf/ehcache/Statistics.html#clearStatistics()"><B>clearStatistics()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Statistics.html" title="class in net.sf.ehcache">Statistics</A>
|
|
<DD>Clears the statistic counters to 0 for the associated Cache.
|
|
<DT><A HREF="./net/sf/ehcache/bootstrap/BootstrapCacheLoader.html#clone()"><B>clone()</B></A> -
|
|
Method in interface net.sf.ehcache.bootstrap.<A HREF="./net/sf/ehcache/bootstrap/BootstrapCacheLoader.html" title="interface in net.sf.ehcache.bootstrap">BootstrapCacheLoader</A>
|
|
<DD>Clones the loader
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#clone()"><B>clone()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Clones a cache.
|
|
<DT><A HREF="./net/sf/ehcache/config/CacheConfiguration.html#clone()"><B>clone()</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/CacheConfiguration.html" title="class in net.sf.ehcache.config">CacheConfiguration</A>
|
|
<DD>Clones this object, following the usual contract.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#clone()"><B>clone()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Clones a cache.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupsCacheReplicator.html#clone()"><B>clone()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.jgroups.<A HREF="./net/sf/ehcache/distribution/jgroups/JGroupsCacheReplicator.html" title="class in net.sf.ehcache.distribution.jgroups">JGroupsCacheReplicator</A>
|
|
<DD>Creates a clone of this listener.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMIAsynchronousCacheReplicator.html#clone()"><B>clone()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMIAsynchronousCacheReplicator.html" title="class in net.sf.ehcache.distribution">RMIAsynchronousCacheReplicator</A>
|
|
<DD>Creates a clone of this listener.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMIBootstrapCacheLoader.html#clone()"><B>clone()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMIBootstrapCacheLoader.html" title="class in net.sf.ehcache.distribution">RMIBootstrapCacheLoader</A>
|
|
<DD>Clones this loader
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMISynchronousCacheReplicator.html#clone()"><B>clone()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMISynchronousCacheReplicator.html" title="class in net.sf.ehcache.distribution">RMISynchronousCacheReplicator</A>
|
|
<DD>Creates a clone of this listener.
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#clone()"><B>clone()</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Clones a cache.
|
|
<DT><A HREF="./net/sf/ehcache/Element.html#clone()"><B>clone()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Element.html" title="class in net.sf.ehcache">Element</A>
|
|
<DD>Clones an Element.
|
|
<DT><A HREF="./net/sf/ehcache/event/CacheEventListener.html#clone()"><B>clone()</B></A> -
|
|
Method in interface net.sf.ehcache.event.<A HREF="./net/sf/ehcache/event/CacheEventListener.html" title="interface in net.sf.ehcache.event">CacheEventListener</A>
|
|
<DD>Creates a clone of this listener.
|
|
<DT><A HREF="./net/sf/ehcache/extension/CacheExtension.html#clone(net.sf.ehcache.Ehcache)"><B>clone(Ehcache)</B></A> -
|
|
Method in interface net.sf.ehcache.extension.<A HREF="./net/sf/ehcache/extension/CacheExtension.html" title="interface in net.sf.ehcache.extension">CacheExtension</A>
|
|
<DD>Creates a clone of this extension.
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCacheListenerAdaptor.html#clone()"><B>clone()</B></A> -
|
|
Method in class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCacheListenerAdaptor.html" title="class in net.sf.ehcache.jcache">JCacheListenerAdaptor</A>
|
|
<DD>Creates a clone of this listener.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/asynchronous/Command.html" title="interface in net.sf.ehcache.constructs.asynchronous"><B>Command</B></A> - Interface in <A HREF="./net/sf/ehcache/constructs/asynchronous/package-summary.html">net.sf.ehcache.constructs.asynchronous</A><DD>An asynchronous encapsulated command.<DT><A HREF="./net/sf/ehcache/constructs/asynchronous/CommandNotFoundInCacheException.html" title="class in net.sf.ehcache.constructs.asynchronous"><B>CommandNotFoundInCacheException</B></A> - Exception in <A HREF="./net/sf/ehcache/constructs/asynchronous/package-summary.html">net.sf.ehcache.constructs.asynchronous</A><DD>Thrown if a command id is in the queue but is not in the cache.<DT><A HREF="./net/sf/ehcache/constructs/asynchronous/CommandNotFoundInCacheException.html#CommandNotFoundInCacheException(java.lang.String)"><B>CommandNotFoundInCacheException(String)</B></A> -
|
|
Constructor for exception net.sf.ehcache.constructs.asynchronous.<A HREF="./net/sf/ehcache/constructs/asynchronous/CommandNotFoundInCacheException.html" title="class in net.sf.ehcache.constructs.asynchronous">CommandNotFoundInCacheException</A>
|
|
<DD>Constructs a new exception with the specified detail message.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/asynchronous/CommandNotFoundInCacheException.html#CommandNotFoundInCacheException(java.lang.String, java.lang.Throwable)"><B>CommandNotFoundInCacheException(String, Throwable)</B></A> -
|
|
Constructor for exception net.sf.ehcache.constructs.asynchronous.<A HREF="./net/sf/ehcache/constructs/asynchronous/CommandNotFoundInCacheException.html" title="class in net.sf.ehcache.constructs.asynchronous">CommandNotFoundInCacheException</A>
|
|
<DD>Constructs a new exception with the specified detail message and
|
|
cause.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/concurrent/ConcurrencyUtil.html" title="class in net.sf.ehcache.constructs.concurrent"><B>ConcurrencyUtil</B></A> - Class in <A HREF="./net/sf/ehcache/constructs/concurrent/package-summary.html">net.sf.ehcache.constructs.concurrent</A><DD>Various bits of black magic garnered from experts on the concurrency-interest@cs.oswego.edu mailing list.<DT><A HREF="./net/sf/ehcache/distribution/ConfigurableRMIClientSocketFactory.html" title="class in net.sf.ehcache.distribution"><B>ConfigurableRMIClientSocketFactory</B></A> - Class in <A HREF="./net/sf/ehcache/distribution/package-summary.html">net.sf.ehcache.distribution</A><DD>Default socket timeouts are unlikely to be suitable for cache replication.<DT><A HREF="./net/sf/ehcache/distribution/ConfigurableRMIClientSocketFactory.html#ConfigurableRMIClientSocketFactory(java.lang.Integer)"><B>ConfigurableRMIClientSocketFactory(Integer)</B></A> -
|
|
Constructor for class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/ConfigurableRMIClientSocketFactory.html" title="class in net.sf.ehcache.distribution">ConfigurableRMIClientSocketFactory</A>
|
|
<DD>Construct a new socket factory with the given timeout.
|
|
<DT><A HREF="./net/sf/ehcache/config/Configuration.html" title="class in net.sf.ehcache.config"><B>Configuration</B></A> - Class in <A HREF="./net/sf/ehcache/config/package-summary.html">net.sf.ehcache.config</A><DD>A bean, used by BeanUtils, to set configuration from an XML configuration file.<DT><A HREF="./net/sf/ehcache/config/Configuration.html#Configuration()"><B>Configuration()</B></A> -
|
|
Constructor for class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/Configuration.html" title="class in net.sf.ehcache.config">Configuration</A>
|
|
<DD>Empty constructor, which is used by <A HREF="./net/sf/ehcache/config/ConfigurationFactory.html" title="class in net.sf.ehcache.config"><CODE>ConfigurationFactory</CODE></A>, and can be also sued programmatically.
|
|
<DT><A HREF="./net/sf/ehcache/config/ConfigurationFactory.html" title="class in net.sf.ehcache.config"><B>ConfigurationFactory</B></A> - Class in <A HREF="./net/sf/ehcache/config/package-summary.html">net.sf.ehcache.config</A><DD>A utility class which configures beans from XML, using reflection.<DT><A HREF="./net/sf/ehcache/config/ConfigurationHelper.html" title="class in net.sf.ehcache.config"><B>ConfigurationHelper</B></A> - Class in <A HREF="./net/sf/ehcache/config/package-summary.html">net.sf.ehcache.config</A><DD>The configuration for ehcache.<DT><A HREF="./net/sf/ehcache/config/ConfigurationHelper.html#ConfigurationHelper(net.sf.ehcache.CacheManager, net.sf.ehcache.config.Configuration)"><B>ConfigurationHelper(CacheManager, Configuration)</B></A> -
|
|
Constructor for class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/ConfigurationHelper.html" title="class in net.sf.ehcache.config">ConfigurationHelper</A>
|
|
<DD>Only Constructor
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCache.html#containsKey(java.lang.Object)"><B>containsKey(Object)</B></A> -
|
|
Method in class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCache.html" title="class in net.sf.ehcache.jcache">JCache</A>
|
|
<DD>Returns <tt>true</tt> if this map contains a mapping for the specified
|
|
key.
|
|
<DT><A HREF="./net/sf/ehcache/store/DiskStore.html#containsKey(java.lang.Object)"><B>containsKey(Object)</B></A> -
|
|
Method in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/DiskStore.html" title="class in net.sf.ehcache.store">DiskStore</A>
|
|
<DD>An unsynchronized and very low cost check to see if a key is in the Store.
|
|
<DT><A HREF="./net/sf/ehcache/store/MemoryStore.html#containsKey(java.lang.Object)"><B>containsKey(Object)</B></A> -
|
|
Method in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/MemoryStore.html" title="class in net.sf.ehcache.store">MemoryStore</A>
|
|
<DD>An unsynchronized check to see if a key is in the Store.
|
|
<DT><A HREF="./net/sf/ehcache/store/Store.html#containsKey(java.lang.Object)"><B>containsKey(Object)</B></A> -
|
|
Method in interface net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/Store.html" title="interface in net.sf.ehcache.store">Store</A>
|
|
<DD>A check to see if a key is in the Store.
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCache.html#containsValue(java.lang.Object)"><B>containsValue(Object)</B></A> -
|
|
Method in class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCache.html" title="class in net.sf.ehcache.jcache">JCache</A>
|
|
<DD>Returns <tt>true</tt> if this map maps one or more keys to the
|
|
specified value.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/ShutdownListener.html#contextDestroyed(javax.servlet.ServletContextEvent)"><B>contextDestroyed(ServletContextEvent)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.<A HREF="./net/sf/ehcache/constructs/web/ShutdownListener.html" title="class in net.sf.ehcache.constructs.web">ShutdownListener</A>
|
|
<DD>Notification that the servlet context is about to be shut down.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/ShutdownListener.html#contextInitialized(javax.servlet.ServletContextEvent)"><B>contextInitialized(ServletContextEvent)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.<A HREF="./net/sf/ehcache/constructs/web/ShutdownListener.html" title="class in net.sf.ehcache.constructs.web">ShutdownListener</A>
|
|
<DD>Notification that the web application is ready to process requests.
|
|
<DT><A HREF="./net/sf/ehcache/Status.html#convertIntToStatus(int)"><B>convertIntToStatus(int)</B></A> -
|
|
Static method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Status.html" title="class in net.sf.ehcache">Status</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/constructs/asynchronous/AsynchronousCommandExecutor.html#countCachedPublishCommands()"><B>countCachedPublishCommands()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.asynchronous.<A HREF="./net/sf/ehcache/constructs/asynchronous/AsynchronousCommandExecutor.html" title="class in net.sf.ehcache.constructs.asynchronous">AsynchronousCommandExecutor</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/CacheManager.html#create()"><B>create()</B></A> -
|
|
Static method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/CacheManager.html" title="class in net.sf.ehcache">CacheManager</A>
|
|
<DD>A factory method to create a singleton CacheManager with default config, or return it if it exists.
|
|
<DT><A HREF="./net/sf/ehcache/CacheManager.html#create(java.lang.String)"><B>create(String)</B></A> -
|
|
Static method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/CacheManager.html" title="class in net.sf.ehcache">CacheManager</A>
|
|
<DD>A factory method to create a singleton CacheManager with a specified configuration.
|
|
<DT><A HREF="./net/sf/ehcache/CacheManager.html#create(java.net.URL)"><B>create(URL)</B></A> -
|
|
Static method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/CacheManager.html" title="class in net.sf.ehcache">CacheManager</A>
|
|
<DD>A factory method to create a singleton CacheManager from an URL.
|
|
<DT><A HREF="./net/sf/ehcache/CacheManager.html#create(java.io.InputStream)"><B>create(InputStream)</B></A> -
|
|
Static method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/CacheManager.html" title="class in net.sf.ehcache">CacheManager</A>
|
|
<DD>A factory method to create a singleton CacheManager from a java.io.InputStream.
|
|
<DT><A HREF="./net/sf/ehcache/store/MemoryStore.html#create(net.sf.ehcache.Ehcache, net.sf.ehcache.store.Store)"><B>create(Ehcache, Store)</B></A> -
|
|
Static method in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/MemoryStore.html" title="class in net.sf.ehcache.store">MemoryStore</A>
|
|
<DD>A factory method to create a MemoryStore.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerProviderFactory.html#createAutomaticallyConfiguredCachePeerProvider(net.sf.ehcache.CacheManager, java.util.Properties)"><B>createAutomaticallyConfiguredCachePeerProvider(CacheManager, Properties)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerProviderFactory.html" title="class in net.sf.ehcache.distribution">RMICacheManagerPeerProviderFactory</A>
|
|
<DD>peerDiscovery=automatic, multicastGroupAddress=230.0.0.1, multicastGroupPort=4446, multicastPacketTimeToLive=255
|
|
<DT><A HREF="./net/sf/ehcache/bootstrap/BootstrapCacheLoaderFactory.html#createBootstrapCacheLoader(java.util.Properties)"><B>createBootstrapCacheLoader(Properties)</B></A> -
|
|
Method in class net.sf.ehcache.bootstrap.<A HREF="./net/sf/ehcache/bootstrap/BootstrapCacheLoaderFactory.html" title="class in net.sf.ehcache.bootstrap">BootstrapCacheLoaderFactory</A>
|
|
<DD>Create a <code>BootstrapCacheLoader</code>
|
|
<DT><A HREF="./net/sf/ehcache/config/ConfigurationHelper.html#createBootstrapCacheLoader(net.sf.ehcache.config.CacheConfiguration.BootstrapCacheLoaderFactoryConfiguration)"><B>createBootstrapCacheLoader(CacheConfiguration.BootstrapCacheLoaderFactoryConfiguration)</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/ConfigurationHelper.html" title="class in net.sf.ehcache.config">ConfigurationHelper</A>
|
|
<DD>Tries to load a BootstrapCacheLoader from the class specified.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMIBootstrapCacheLoaderFactory.html#createBootstrapCacheLoader(java.util.Properties)"><B>createBootstrapCacheLoader(Properties)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMIBootstrapCacheLoaderFactory.html" title="class in net.sf.ehcache.distribution">RMIBootstrapCacheLoaderFactory</A>
|
|
<DD>Create a <code>BootstrapCacheLoader</code>
|
|
<DT><A HREF="./net/sf/ehcache/config/ConfigurationHelper.html#createCache(net.sf.ehcache.config.CacheConfiguration)"><B>createCache(CacheConfiguration)</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/ConfigurationHelper.html" title="class in net.sf.ehcache.config">ConfigurationHelper</A>
|
|
<DD>Create a cache given a cache configuration
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCacheFactory.html#createCache(java.util.Map)"><B>createCache(Map)</B></A> -
|
|
Method in class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCacheFactory.html" title="class in net.sf.ehcache.jcache">JCacheFactory</A>
|
|
<DD>Creates a new implementation specific Cache object using the environment parameters.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupsCacheReplicatorFactory.html#createCacheEventListener(java.util.Properties)"><B>createCacheEventListener(Properties)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.jgroups.<A HREF="./net/sf/ehcache/distribution/jgroups/JGroupsCacheReplicatorFactory.html" title="class in net.sf.ehcache.distribution.jgroups">JGroupsCacheReplicatorFactory</A>
|
|
<DD>Create a <code>CacheEventListener</code>
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICacheReplicatorFactory.html#createCacheEventListener(java.util.Properties)"><B>createCacheEventListener(Properties)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICacheReplicatorFactory.html" title="class in net.sf.ehcache.distribution">RMICacheReplicatorFactory</A>
|
|
<DD>Create a <code>CacheEventListener</code> which is also a CacheReplicator.
|
|
<DT><A HREF="./net/sf/ehcache/event/CacheEventListenerFactory.html#createCacheEventListener(java.util.Properties)"><B>createCacheEventListener(Properties)</B></A> -
|
|
Method in class net.sf.ehcache.event.<A HREF="./net/sf/ehcache/event/CacheEventListenerFactory.html" title="class in net.sf.ehcache.event">CacheEventListenerFactory</A>
|
|
<DD>Create a <code>CacheEventListener</code>
|
|
<DT><A HREF="./net/sf/ehcache/config/ConfigurationHelper.html#createCacheExceptionHandler(net.sf.ehcache.config.CacheConfiguration.CacheExceptionHandlerFactoryConfiguration)"><B>createCacheExceptionHandler(CacheConfiguration.CacheExceptionHandlerFactoryConfiguration)</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/ConfigurationHelper.html" title="class in net.sf.ehcache.config">ConfigurationHelper</A>
|
|
<DD>Tries to create a CacheLoader from the configuration using the factory
|
|
specified.
|
|
<DT><A HREF="./net/sf/ehcache/extension/CacheExtensionFactory.html#createCacheExtension(net.sf.ehcache.Ehcache, java.util.Properties)"><B>createCacheExtension(Ehcache, Properties)</B></A> -
|
|
Method in class net.sf.ehcache.extension.<A HREF="./net/sf/ehcache/extension/CacheExtensionFactory.html" title="class in net.sf.ehcache.extension">CacheExtensionFactory</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/config/ConfigurationHelper.html#createCacheFromName(java.lang.String)"><B>createCacheFromName(String)</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/ConfigurationHelper.html" title="class in net.sf.ehcache.config">ConfigurationHelper</A>
|
|
<DD>Creates a cache from configuration where the configuration cache name matches the given name
|
|
<DT><A HREF="./net/sf/ehcache/config/ConfigurationHelper.html#createCacheLoader(net.sf.ehcache.config.CacheConfiguration.CacheLoaderFactoryConfiguration)"><B>createCacheLoader(CacheConfiguration.CacheLoaderFactoryConfiguration)</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/ConfigurationHelper.html" title="class in net.sf.ehcache.config">ConfigurationHelper</A>
|
|
<DD>Tries to create a CacheLoader from the configuration using the factory
|
|
specified.
|
|
<DT><A HREF="./net/sf/ehcache/loader/CacheLoaderFactory.html#createCacheLoader(java.util.Map)"><B>createCacheLoader(Map)</B></A> -
|
|
Method in class net.sf.ehcache.loader.<A HREF="./net/sf/ehcache/loader/CacheLoaderFactory.html" title="class in net.sf.ehcache.loader">CacheLoaderFactory</A>
|
|
<DD>Creates a CacheLoader using the JSR107 creational mechanism.
|
|
<DT><A HREF="./net/sf/ehcache/loader/CacheLoaderFactory.html#createCacheLoader(java.util.Properties)"><B>createCacheLoader(Properties)</B></A> -
|
|
Method in class net.sf.ehcache.loader.<A HREF="./net/sf/ehcache/loader/CacheLoaderFactory.html" title="class in net.sf.ehcache.loader">CacheLoaderFactory</A>
|
|
<DD>Creates a CacheLoader using the Ehcache configuration mechanism at the time the associated cache
|
|
is created.
|
|
<DT><A HREF="./net/sf/ehcache/config/ConfigurationHelper.html#createCacheManagerEventListener()"><B>createCacheManagerEventListener()</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/ConfigurationHelper.html" title="class in net.sf.ehcache.config">ConfigurationHelper</A>
|
|
<DD>Tries to load the class specified.
|
|
<DT><A HREF="./net/sf/ehcache/event/CacheManagerEventListenerFactory.html#createCacheManagerEventListener(java.util.Properties)"><B>createCacheManagerEventListener(Properties)</B></A> -
|
|
Method in class net.sf.ehcache.event.<A HREF="./net/sf/ehcache/event/CacheManagerEventListenerFactory.html" title="class in net.sf.ehcache.event">CacheManagerEventListenerFactory</A>
|
|
<DD>Create a <code>CacheEventListener</code>
|
|
<DT><A HREF="./net/sf/ehcache/config/ConfigurationHelper.html#createCachePeerListener()"><B>createCachePeerListener()</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/ConfigurationHelper.html" title="class in net.sf.ehcache.config">ConfigurationHelper</A>
|
|
<DD>Tries to load the class specified otherwise defaults to null
|
|
<DT><A HREF="./net/sf/ehcache/distribution/CacheManagerPeerListenerFactory.html#createCachePeerListener(net.sf.ehcache.CacheManager, java.util.Properties)"><B>createCachePeerListener(CacheManager, Properties)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/CacheManagerPeerListenerFactory.html" title="class in net.sf.ehcache.distribution">CacheManagerPeerListenerFactory</A>
|
|
<DD>Creates a peer provider.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerListenerFactory.html#createCachePeerListener(net.sf.ehcache.CacheManager, java.util.Properties)"><B>createCachePeerListener(CacheManager, Properties)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerListenerFactory.html" title="class in net.sf.ehcache.distribution">RMICacheManagerPeerListenerFactory</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/config/ConfigurationHelper.html#createCachePeerProvider()"><B>createCachePeerProvider()</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/ConfigurationHelper.html" title="class in net.sf.ehcache.config">ConfigurationHelper</A>
|
|
<DD>Tries to load the class specified otherwise defaults to null
|
|
<DT><A HREF="./net/sf/ehcache/distribution/CacheManagerPeerProviderFactory.html#createCachePeerProvider(net.sf.ehcache.CacheManager, java.util.Properties)"><B>createCachePeerProvider(CacheManager, Properties)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/CacheManagerPeerProviderFactory.html" title="class in net.sf.ehcache.distribution">CacheManagerPeerProviderFactory</A>
|
|
<DD>Create a peer provider.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupsCacheManagerPeerProviderFactory.html#createCachePeerProvider(net.sf.ehcache.CacheManager, java.util.Properties)"><B>createCachePeerProvider(CacheManager, Properties)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.jgroups.<A HREF="./net/sf/ehcache/distribution/jgroups/JGroupsCacheManagerPeerProviderFactory.html" title="class in net.sf.ehcache.distribution.jgroups">JGroupsCacheManagerPeerProviderFactory</A>
|
|
<DD>Create a peer provider.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerProviderFactory.html#createCachePeerProvider(net.sf.ehcache.CacheManager, java.util.Properties)"><B>createCachePeerProvider(CacheManager, Properties)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerProviderFactory.html" title="class in net.sf.ehcache.distribution">RMICacheManagerPeerProviderFactory</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/config/ConfigurationHelper.html#createCaches()"><B>createCaches()</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/ConfigurationHelper.html" title="class in net.sf.ehcache.config">ConfigurationHelper</A>
|
|
<DD>Creates unitialised caches for each cache configuration found
|
|
<DT><A HREF="./net/sf/ehcache/config/ConfigurationHelper.html#createDefaultCache()"><B>createDefaultCache()</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/ConfigurationHelper.html" title="class in net.sf.ehcache.config">ConfigurationHelper</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#createDiskStore()"><B>createDiskStore()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Creates a disk store when either:
|
|
|
|
overflowToDisk is enabled
|
|
diskPersistent is enabled
|
|
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/CacheEntryFactory.html#createEntry(java.lang.Object)"><B>createEntry(Object)</B></A> -
|
|
Method in interface net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/CacheEntryFactory.html" title="interface in net.sf.ehcache.constructs.blocking">CacheEntryFactory</A>
|
|
<DD>Creates the cacheEntry for the given cache key.
|
|
<DT><A HREF="./net/sf/ehcache/exceptionhandler/CacheExceptionHandlerFactory.html#createExceptionHandler(java.util.Properties)"><B>createExceptionHandler(Properties)</B></A> -
|
|
Method in class net.sf.ehcache.exceptionhandler.<A HREF="./net/sf/ehcache/exceptionhandler/CacheExceptionHandlerFactory.html" title="class in net.sf.ehcache.exceptionhandler">CacheExceptionHandlerFactory</A>
|
|
<DD>Create an <code>CacheExceptionHandler</code>
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerProviderFactory.html#createManuallyConfiguredCachePeerProvider(java.util.Properties)"><B>createManuallyConfiguredCachePeerProvider(Properties)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerProviderFactory.html" title="class in net.sf.ehcache.distribution">RMICacheManagerPeerProviderFactory</A>
|
|
<DD>peerDiscovery=manual, rmiUrls=//hostname:port/cacheName //hostname:port/cacheName //hostname:port/cacheName
|
|
<DT><A HREF="./net/sf/ehcache/util/ClassLoaderUtil.html#createNewInstance(java.lang.String)"><B>createNewInstance(String)</B></A> -
|
|
Static method in class net.sf.ehcache.util.<A HREF="./net/sf/ehcache/util/ClassLoaderUtil.html" title="class in net.sf.ehcache.util">ClassLoaderUtil</A>
|
|
<DD>Creates a new class instance.
|
|
<DT><A HREF="./net/sf/ehcache/management/Cache.html#createObjectName(java.lang.String, java.lang.String)"><B>createObjectName(String, String)</B></A> -
|
|
Static method in class net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/Cache.html" title="class in net.sf.ehcache.management">Cache</A>
|
|
<DD>Creates an object name using the scheme "net.sf.ehcache:type=Cache,CacheManager=<cacheManagerName>,name=<cacheName>"
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheConfiguration.html#createObjectName(java.lang.String, java.lang.String)"><B>createObjectName(String, String)</B></A> -
|
|
Static method in class net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheConfiguration.html" title="class in net.sf.ehcache.management">CacheConfiguration</A>
|
|
<DD>Creates an object name using the scheme "net.sf.ehcache:type=CacheConfiguration,CacheManager=<cacheManagerName>,name=<cacheName>"
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheManager.html#createObjectName(net.sf.ehcache.CacheManager)"><B>createObjectName(CacheManager)</B></A> -
|
|
Static method in class net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheManager.html" title="class in net.sf.ehcache.management">CacheManager</A>
|
|
<DD>Creates an object name using the scheme "net.sf.ehcache:type=CacheManager,name=<cacheManagerName>"
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheStatistics.html#createObjectName(java.lang.String, java.lang.String)"><B>createObjectName(String, String)</B></A> -
|
|
Static method in class net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheStatistics.html" title="class in net.sf.ehcache.management">CacheStatistics</A>
|
|
<DD>Creates an object name using the scheme "net.sf.ehcache:type=CacheStatistics,CacheManager=<cacheManagerName>,name=<cacheName>"
|
|
<DT><A HREF="./net/sf/ehcache/exceptionhandler/ExceptionHandlingDynamicCacheProxy.html#createProxy(net.sf.ehcache.Ehcache)"><B>createProxy(Ehcache)</B></A> -
|
|
Static method in class net.sf.ehcache.exceptionhandler.<A HREF="./net/sf/ehcache/exceptionhandler/ExceptionHandlingDynamicCacheProxy.html" title="class in net.sf.ehcache.exceptionhandler">ExceptionHandlingDynamicCacheProxy</A>
|
|
<DD>A simple factory method to hide the messiness of creating the proxy from clients.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/ConfigurableRMIClientSocketFactory.html#createSocket(java.lang.String, int)"><B>createSocket(String, int)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/ConfigurableRMIClientSocketFactory.html" title="class in net.sf.ehcache.distribution">ConfigurableRMIClientSocketFactory</A>
|
|
<DD>Create a client socket connected to the specified host and port.
|
|
</DL>
|
|
<HR>
|
|
<A NAME="_D_"><!-- --></A><H2>
|
|
<B>D</B></H2>
|
|
<DL>
|
|
<DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupsCacheReplicator.html#DEFAULT_ASYNC_INTERVAL"><B>DEFAULT_ASYNC_INTERVAL</B></A> -
|
|
Static variable in class net.sf.ehcache.distribution.jgroups.<A HREF="./net/sf/ehcache/distribution/jgroups/JGroupsCacheReplicator.html" title="class in net.sf.ehcache.distribution.jgroups">JGroupsCacheReplicator</A>
|
|
<DD>Teh default interval for async cache replication
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICacheReplicatorFactory.html#DEFAULT_ASYNCHRONOUS_REPLICATION_INTERVAL_MILLIS"><B>DEFAULT_ASYNCHRONOUS_REPLICATION_INTERVAL_MILLIS</B></A> -
|
|
Static variable in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICacheReplicatorFactory.html" title="class in net.sf.ehcache.distribution">RMICacheReplicatorFactory</A>
|
|
<DD>A default for the amount of time the replication thread sleeps after it detects the replicationQueue is empty
|
|
before checking again.
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#DEFAULT_CACHE_NAME"><B>DEFAULT_CACHE_NAME</B></A> -
|
|
Static variable in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>A reserved word for cache names.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/asynchronous/AsynchronousCommandExecutor.html#DEFAULT_DISPATCHER_THREAD_INTERVAL_SECONDS"><B>DEFAULT_DISPATCHER_THREAD_INTERVAL_SECONDS</B></A> -
|
|
Static variable in class net.sf.ehcache.constructs.asynchronous.<A HREF="./net/sf/ehcache/constructs/asynchronous/AsynchronousCommandExecutor.html" title="class in net.sf.ehcache.constructs.asynchronous">AsynchronousCommandExecutor</A>
|
|
<DD>The dispatcher thread interval.
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#DEFAULT_EXPIRY_THREAD_INTERVAL_SECONDS"><B>DEFAULT_EXPIRY_THREAD_INTERVAL_SECONDS</B></A> -
|
|
Static variable in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>The default interval between runs of the expiry thread.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMIBootstrapCacheLoaderFactory.html#DEFAULT_MAXIMUM_CHUNK_SIZE_BYTES"><B>DEFAULT_MAXIMUM_CHUNK_SIZE_BYTES</B></A> -
|
|
Static variable in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMIBootstrapCacheLoaderFactory.html" title="class in net.sf.ehcache.distribution">RMIBootstrapCacheLoaderFactory</A>
|
|
<DD>The default maximum serialized size of the elements to request from a remote cache peer during bootstrap.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerListenerFactory.html#DEFAULT_SOCKET_TIMEOUT_MILLIS"><B>DEFAULT_SOCKET_TIMEOUT_MILLIS</B></A> -
|
|
Static variable in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerListenerFactory.html" title="class in net.sf.ehcache.distribution">RMICacheManagerPeerListenerFactory</A>
|
|
<DD>The default timeout for cache replication for a single replication action.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/filter/Filter.html#destroy()"><B>destroy()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.filter.<A HREF="./net/sf/ehcache/constructs/web/filter/Filter.html" title="class in net.sf.ehcache.constructs.web.filter">Filter</A>
|
|
<DD>Destroys the filter.
|
|
<DT><A HREF="./net/sf/ehcache/hibernate/EhCache.html#destroy()"><B>destroy()</B></A> -
|
|
Method in class net.sf.ehcache.hibernate.<A HREF="./net/sf/ehcache/hibernate/EhCache.html" title="class in net.sf.ehcache.hibernate">EhCache</A>
|
|
<DD>Remove the cache and make it unuseable.
|
|
<DT><A HREF="./net/sf/ehcache/config/CacheConfiguration.html#diskExpiryThreadIntervalSeconds"><B>diskExpiryThreadIntervalSeconds</B></A> -
|
|
Variable in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/CacheConfiguration.html" title="class in net.sf.ehcache.config">CacheConfiguration</A>
|
|
<DD>The interval in seconds between runs of the disk expiry thread.
|
|
<DT><A HREF="./net/sf/ehcache/config/CacheConfiguration.html#diskPersistent"><B>diskPersistent</B></A> -
|
|
Variable in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/CacheConfiguration.html" title="class in net.sf.ehcache.config">CacheConfiguration</A>
|
|
<DD>For caches that overflow to disk, whether the disk cache persists between CacheManager instances.
|
|
<DT><A HREF="./net/sf/ehcache/config/CacheConfiguration.html#diskSpoolBufferSizeMB"><B>diskSpoolBufferSizeMB</B></A> -
|
|
Variable in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/CacheConfiguration.html" title="class in net.sf.ehcache.config">CacheConfiguration</A>
|
|
<DD>The size of the disk spool used to buffer writes
|
|
<DT><A HREF="./net/sf/ehcache/store/DiskStore.html" title="class in net.sf.ehcache.store"><B>DiskStore</B></A> - Class in <A HREF="./net/sf/ehcache/store/package-summary.html">net.sf.ehcache.store</A><DD>A disk store implementation.<DT><A HREF="./net/sf/ehcache/store/DiskStore.html#DiskStore(net.sf.ehcache.Ehcache, java.lang.String)"><B>DiskStore(Ehcache, String)</B></A> -
|
|
Constructor for class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/DiskStore.html" title="class in net.sf.ehcache.store">DiskStore</A>
|
|
<DD>Creates a disk store.
|
|
<DT><A HREF="./net/sf/ehcache/store/MemoryStore.html#diskStore"><B>diskStore</B></A> -
|
|
Variable in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/MemoryStore.html" title="class in net.sf.ehcache.store">MemoryStore</A>
|
|
<DD>The DiskStore associated with this MemoryStore.
|
|
<DT><A HREF="./net/sf/ehcache/config/DiskStoreConfiguration.html" title="class in net.sf.ehcache.config"><B>DiskStoreConfiguration</B></A> - Class in <A HREF="./net/sf/ehcache/config/package-summary.html">net.sf.ehcache.config</A><DD>A class to represent DiskStore configuration
|
|
e.g.<DT><A HREF="./net/sf/ehcache/config/DiskStoreConfiguration.html#DiskStoreConfiguration()"><B>DiskStoreConfiguration()</B></A> -
|
|
Constructor for class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/DiskStoreConfiguration.html" title="class in net.sf.ehcache.config">DiskStoreConfiguration</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#dispose()"><B>dispose()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Starts an orderly shutdown of the Cache.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/asynchronous/AsynchronousCommandExecutor.html#dispose()"><B>dispose()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.asynchronous.<A HREF="./net/sf/ehcache/constructs/asynchronous/AsynchronousCommandExecutor.html" title="class in net.sf.ehcache.constructs.asynchronous">AsynchronousCommandExecutor</A>
|
|
<DD>ehcache also has a shutdown hook, so it will save all to disk.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#dispose()"><B>dispose()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Flushes all cache items from memory to auxilliary caches and close the auxilliary caches.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/CacheManagerPeerProvider.html#dispose()"><B>dispose()</B></A> -
|
|
Method in interface net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/CacheManagerPeerProvider.html" title="interface in net.sf.ehcache.distribution">CacheManagerPeerProvider</A>
|
|
<DD>Providers may be doing all sorts of exotic things and need to be able to clean up on dispose.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupManager.html#dispose()"><B>dispose()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.jgroups.<A HREF="./net/sf/ehcache/distribution/jgroups/JGroupManager.html" title="class in net.sf.ehcache.distribution.jgroups">JGroupManager</A>
|
|
<DD>Providers may be doing all sorts of exotic things and need to be able to clean up on dispose.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupsCacheReplicator.html#dispose()"><B>dispose()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.jgroups.<A HREF="./net/sf/ehcache/distribution/jgroups/JGroupsCacheReplicator.html" title="class in net.sf.ehcache.distribution.jgroups">JGroupsCacheReplicator</A>
|
|
<DD>Give the listener a chance to cleanup and free resources when no longer needed
|
|
<DT><A HREF="./net/sf/ehcache/distribution/MulticastKeepaliveHeartbeatReceiver.html#dispose()"><B>dispose()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/MulticastKeepaliveHeartbeatReceiver.html" title="class in net.sf.ehcache.distribution">MulticastKeepaliveHeartbeatReceiver</A>
|
|
<DD>Shutdown the heartbeat.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/MulticastKeepaliveHeartbeatSender.html#dispose()"><B>dispose()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/MulticastKeepaliveHeartbeatSender.html" title="class in net.sf.ehcache.distribution">MulticastKeepaliveHeartbeatSender</A>
|
|
<DD>Shutdown this heartbeat sender
|
|
<DT><A HREF="./net/sf/ehcache/distribution/MulticastRMICacheManagerPeerProvider.html#dispose()"><B>dispose()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/MulticastRMICacheManagerPeerProvider.html" title="class in net.sf.ehcache.distribution">MulticastRMICacheManagerPeerProvider</A>
|
|
<DD>Shutdown the heartbeat
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMIAsynchronousCacheReplicator.html#dispose()"><B>dispose()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMIAsynchronousCacheReplicator.html" title="class in net.sf.ehcache.distribution">RMIAsynchronousCacheReplicator</A>
|
|
<DD>Give the replicator a chance to flush the replication queue, then cleanup and free resources when no longer needed
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerListener.html#dispose()"><B>dispose()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerListener.html" title="class in net.sf.ehcache.distribution">RMICacheManagerPeerListener</A>
|
|
<DD>Stop the listener.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerProvider.html#dispose()"><B>dispose()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerProvider.html" title="class in net.sf.ehcache.distribution">RMICacheManagerPeerProvider</A>
|
|
<DD>Providers may be doing all sorts of exotic things and need to be able to clean up on dispose.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMISynchronousCacheReplicator.html#dispose()"><B>dispose()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMISynchronousCacheReplicator.html" title="class in net.sf.ehcache.distribution">RMISynchronousCacheReplicator</A>
|
|
<DD>Give the replicator a chance to cleanup and free resources when no longer needed
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#dispose()"><B>dispose()</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Flushes all cache items from memory to auxilliary caches and close the auxilliary caches.
|
|
<DT><A HREF="./net/sf/ehcache/event/CacheEventListener.html#dispose()"><B>dispose()</B></A> -
|
|
Method in interface net.sf.ehcache.event.<A HREF="./net/sf/ehcache/event/CacheEventListener.html" title="interface in net.sf.ehcache.event">CacheEventListener</A>
|
|
<DD>Give the listener a chance to cleanup and free resources when no longer needed
|
|
<DT><A HREF="./net/sf/ehcache/event/CacheManagerEventListener.html#dispose()"><B>dispose()</B></A> -
|
|
Method in interface net.sf.ehcache.event.<A HREF="./net/sf/ehcache/event/CacheManagerEventListener.html" title="interface in net.sf.ehcache.event">CacheManagerEventListener</A>
|
|
<DD>Stop the listener and free any resources.
|
|
<DT><A HREF="./net/sf/ehcache/event/CacheManagerEventListenerRegistry.html#dispose()"><B>dispose()</B></A> -
|
|
Method in class net.sf.ehcache.event.<A HREF="./net/sf/ehcache/event/CacheManagerEventListenerRegistry.html" title="class in net.sf.ehcache.event">CacheManagerEventListenerRegistry</A>
|
|
<DD>Tell listeners to dispose themselves.
|
|
<DT><A HREF="./net/sf/ehcache/event/RegisteredEventListeners.html#dispose()"><B>dispose()</B></A> -
|
|
Method in class net.sf.ehcache.event.<A HREF="./net/sf/ehcache/event/RegisteredEventListeners.html" title="class in net.sf.ehcache.event">RegisteredEventListeners</A>
|
|
<DD>Tell listeners to dispose themselves.
|
|
<DT><A HREF="./net/sf/ehcache/extension/CacheExtension.html#dispose()"><B>dispose()</B></A> -
|
|
Method in interface net.sf.ehcache.extension.<A HREF="./net/sf/ehcache/extension/CacheExtension.html" title="interface in net.sf.ehcache.extension">CacheExtension</A>
|
|
<DD>Providers may be doing all sorts of exotic things and need to be able to clean up on
|
|
dispose.
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCacheListenerAdaptor.html#dispose()"><B>dispose()</B></A> -
|
|
Method in class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCacheListenerAdaptor.html" title="class in net.sf.ehcache.jcache">JCacheListenerAdaptor</A>
|
|
<DD>Give the listener a chance to cleanup and free resources when no longer needed.
|
|
<DT><A HREF="./net/sf/ehcache/management/ManagementService.html#dispose()"><B>dispose()</B></A> -
|
|
Method in class net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/ManagementService.html" title="class in net.sf.ehcache.management">ManagementService</A>
|
|
<DD>Stop the listener and free any resources.
|
|
<DT><A HREF="./net/sf/ehcache/store/DiskStore.html#dispose()"><B>dispose()</B></A> -
|
|
Method in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/DiskStore.html" title="class in net.sf.ehcache.store">DiskStore</A>
|
|
<DD>Shuts down the disk store in preparation for cache shutdown
|
|
<p/>
|
|
If a VM crash happens, the shutdown hook will not run.
|
|
<DT><A HREF="./net/sf/ehcache/store/MemoryStore.html#dispose()"><B>dispose()</B></A> -
|
|
Method in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/MemoryStore.html" title="class in net.sf.ehcache.store">MemoryStore</A>
|
|
<DD>Prepares for shutdown.
|
|
<DT><A HREF="./net/sf/ehcache/store/Store.html#dispose()"><B>dispose()</B></A> -
|
|
Method in interface net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/Store.html" title="interface in net.sf.ehcache.store">Store</A>
|
|
<DD>Prepares for shutdown.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerListener.html#disposeRMICachePeer(net.sf.ehcache.distribution.RMICachePeer)"><B>disposeRMICachePeer(RMICachePeer)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerListener.html" title="class in net.sf.ehcache.distribution">RMICacheManagerPeerListener</A>
|
|
<DD>A template method to dispose an individual RMICachePeer.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerListenerFactory.html#doCreateCachePeerListener(java.lang.String, java.lang.Integer, java.lang.Integer, net.sf.ehcache.CacheManager, java.lang.Integer)"><B>doCreateCachePeerListener(String, Integer, Integer, CacheManager, Integer)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerListenerFactory.html" title="class in net.sf.ehcache.distribution">RMICacheManagerPeerListenerFactory</A>
|
|
<DD>A template method to actually create the factory
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/filter/CachingFilter.html#doDestroy()"><B>doDestroy()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.filter.<A HREF="./net/sf/ehcache/constructs/web/filter/CachingFilter.html" title="class in net.sf.ehcache.constructs.web.filter">CachingFilter</A>
|
|
<DD>Destroys the filter.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/filter/Filter.html#doDestroy()"><B>doDestroy()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.filter.<A HREF="./net/sf/ehcache/constructs/web/filter/Filter.html" title="class in net.sf.ehcache.constructs.web.filter">Filter</A>
|
|
<DD>A template method that performs any Filter specific destruction tasks.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/filter/GzipFilter.html#doDestroy()"><B>doDestroy()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.filter.<A HREF="./net/sf/ehcache/constructs/web/filter/GzipFilter.html" title="class in net.sf.ehcache.constructs.web.filter">GzipFilter</A>
|
|
<DD>A template method that performs any Filter specific destruction tasks.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/filter/CachingFilter.html#doFilter(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, javax.servlet.FilterChain)"><B>doFilter(HttpServletRequest, HttpServletResponse, FilterChain)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.filter.<A HREF="./net/sf/ehcache/constructs/web/filter/CachingFilter.html" title="class in net.sf.ehcache.constructs.web.filter">CachingFilter</A>
|
|
<DD>Performs the filtering for a request.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/filter/Filter.html#doFilter(javax.servlet.ServletRequest, javax.servlet.ServletResponse, javax.servlet.FilterChain)"><B>doFilter(ServletRequest, ServletResponse, FilterChain)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.filter.<A HREF="./net/sf/ehcache/constructs/web/filter/Filter.html" title="class in net.sf.ehcache.constructs.web.filter">Filter</A>
|
|
<DD>Performs the filtering.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/filter/Filter.html#doFilter(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, javax.servlet.FilterChain)"><B>doFilter(HttpServletRequest, HttpServletResponse, FilterChain)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.filter.<A HREF="./net/sf/ehcache/constructs/web/filter/Filter.html" title="class in net.sf.ehcache.constructs.web.filter">Filter</A>
|
|
<DD>A template method that performs the filtering for a request.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/filter/GzipFilter.html#doFilter(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, javax.servlet.FilterChain)"><B>doFilter(HttpServletRequest, HttpServletResponse, FilterChain)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.filter.<A HREF="./net/sf/ehcache/constructs/web/filter/GzipFilter.html" title="class in net.sf.ehcache.constructs.web.filter">GzipFilter</A>
|
|
<DD>Performs the filtering for a request.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/filter/PageFragmentCachingFilter.html#doFilter(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, javax.servlet.FilterChain)"><B>doFilter(HttpServletRequest, HttpServletResponse, FilterChain)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.filter.<A HREF="./net/sf/ehcache/constructs/web/filter/PageFragmentCachingFilter.html" title="class in net.sf.ehcache.constructs.web.filter">PageFragmentCachingFilter</A>
|
|
<DD>Performs the filtering for a request.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/filter/CachingFilter.html#doInit(javax.servlet.FilterConfig)"><B>doInit(FilterConfig)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.filter.<A HREF="./net/sf/ehcache/constructs/web/filter/CachingFilter.html" title="class in net.sf.ehcache.constructs.web.filter">CachingFilter</A>
|
|
<DD>Initialises blockingCache to use.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/filter/Filter.html#doInit(javax.servlet.FilterConfig)"><B>doInit(FilterConfig)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.filter.<A HREF="./net/sf/ehcache/constructs/web/filter/Filter.html" title="class in net.sf.ehcache.constructs.web.filter">Filter</A>
|
|
<DD>A template method that performs any Filter specific initialisation tasks.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/filter/GzipFilter.html#doInit(javax.servlet.FilterConfig)"><B>doInit(FilterConfig)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.filter.<A HREF="./net/sf/ehcache/constructs/web/filter/GzipFilter.html" title="class in net.sf.ehcache.constructs.web.filter">GzipFilter</A>
|
|
<DD>Performs initialisation.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMIBootstrapCacheLoader.html#doLoad(net.sf.ehcache.Ehcache)"><B>doLoad(Ehcache)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMIBootstrapCacheLoader.html" title="class in net.sf.ehcache.distribution">RMIBootstrapCacheLoader</A>
|
|
<DD>Bootstraps the cache from a random CachePeer.
|
|
<DT><A HREF="./net/sf/ehcache/store/FifoMemoryStore.html#doPut(net.sf.ehcache.Element)"><B>doPut(Element)</B></A> -
|
|
Method in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/FifoMemoryStore.html" title="class in net.sf.ehcache.store">FifoMemoryStore</A>
|
|
<DD>Allow specialised actions over adding the element to the map
|
|
<DT><A HREF="./net/sf/ehcache/store/LfuMemoryStore.html#doPut(net.sf.ehcache.Element)"><B>doPut(Element)</B></A> -
|
|
Method in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/LfuMemoryStore.html" title="class in net.sf.ehcache.store">LfuMemoryStore</A>
|
|
<DD>Puts an element into the cache.
|
|
<DT><A HREF="./net/sf/ehcache/store/MemoryStore.html#doPut(net.sf.ehcache.Element)"><B>doPut(Element)</B></A> -
|
|
Method in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/MemoryStore.html" title="class in net.sf.ehcache.store">MemoryStore</A>
|
|
<DD>Allow specialised actions over adding the element to the map.
|
|
</DL>
|
|
<HR>
|
|
<A NAME="_E_"><!-- --></A><H2>
|
|
<B>E</B></H2>
|
|
<DL>
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache"><B>Ehcache</B></A> - Interface in <A HREF="./net/sf/ehcache/package-summary.html">net.sf.ehcache</A><DD>An interface for Ehcache.<DT><A HREF="./net/sf/ehcache/hibernate/EhCache.html" title="class in net.sf.ehcache.hibernate"><B>EhCache</B></A> - Class in <A HREF="./net/sf/ehcache/hibernate/package-summary.html">net.sf.ehcache.hibernate</A><DD>EHCache plugin for Hibernate.<DT><A HREF="./net/sf/ehcache/hibernate/EhCache.html#EhCache(net.sf.ehcache.Ehcache)"><B>EhCache(Ehcache)</B></A> -
|
|
Constructor for class net.sf.ehcache.hibernate.<A HREF="./net/sf/ehcache/hibernate/EhCache.html" title="class in net.sf.ehcache.hibernate">EhCache</A>
|
|
<DD>Creates a new Hibernate pluggable cache by name.
|
|
<DT><A HREF="./net/sf/ehcache/hibernate/EhCacheProvider.html" title="class in net.sf.ehcache.hibernate"><B>EhCacheProvider</B></A> - Class in <A HREF="./net/sf/ehcache/hibernate/package-summary.html">net.sf.ehcache.hibernate</A><DD>Cache Provider plugin for Hibernate 3.2 and ehcache-1.2.<DT><A HREF="./net/sf/ehcache/hibernate/EhCacheProvider.html#EhCacheProvider()"><B>EhCacheProvider()</B></A> -
|
|
Constructor for class net.sf.ehcache.hibernate.<A HREF="./net/sf/ehcache/hibernate/EhCacheProvider.html" title="class in net.sf.ehcache.hibernate">EhCacheProvider</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/CacheManager.html#ehcaches"><B>ehcaches</B></A> -
|
|
Variable in class net.sf.ehcache.<A HREF="./net/sf/ehcache/CacheManager.html" title="class in net.sf.ehcache">CacheManager</A>
|
|
<DD>Ehcaches managed by this manager.
|
|
<DT><A HREF="./net/sf/ehcache/Element.html" title="class in net.sf.ehcache"><B>Element</B></A> - Class in <A HREF="./net/sf/ehcache/package-summary.html">net.sf.ehcache</A><DD>A Cache Element, consisting of a key, value and attributes.<DT><A HREF="./net/sf/ehcache/Element.html#Element(java.io.Serializable, java.io.Serializable, long)"><B>Element(Serializable, Serializable, long)</B></A> -
|
|
Constructor for class net.sf.ehcache.<A HREF="./net/sf/ehcache/Element.html" title="class in net.sf.ehcache">Element</A>
|
|
<DD>A full constructor.
|
|
<DT><A HREF="./net/sf/ehcache/Element.html#Element(java.lang.Object, java.lang.Object, long)"><B>Element(Object, Object, long)</B></A> -
|
|
Constructor for class net.sf.ehcache.<A HREF="./net/sf/ehcache/Element.html" title="class in net.sf.ehcache">Element</A>
|
|
<DD>A full constructor.
|
|
<DT><A HREF="./net/sf/ehcache/Element.html#Element(java.lang.Object, java.lang.Object, long, long, long, long, long, long)"><B>Element(Object, Object, long, long, long, long, long, long)</B></A> -
|
|
Constructor for class net.sf.ehcache.<A HREF="./net/sf/ehcache/Element.html" title="class in net.sf.ehcache">Element</A>
|
|
<DD>Constructor.
|
|
<DT><A HREF="./net/sf/ehcache/Element.html#Element(java.lang.Object, java.lang.Object, boolean, int, int)"><B>Element(Object, Object, boolean, int, int)</B></A> -
|
|
Constructor for class net.sf.ehcache.<A HREF="./net/sf/ehcache/Element.html" title="class in net.sf.ehcache">Element</A>
|
|
<DD>Web Services specific constructor
|
|
<DT><A HREF="./net/sf/ehcache/Element.html#Element(java.io.Serializable, java.io.Serializable)"><B>Element(Serializable, Serializable)</B></A> -
|
|
Constructor for class net.sf.ehcache.<A HREF="./net/sf/ehcache/Element.html" title="class in net.sf.ehcache">Element</A>
|
|
<DD>Constructor.
|
|
<DT><A HREF="./net/sf/ehcache/Element.html#Element(java.lang.Object, java.lang.Object)"><B>Element(Object, Object)</B></A> -
|
|
Constructor for class net.sf.ehcache.<A HREF="./net/sf/ehcache/Element.html" title="class in net.sf.ehcache">Element</A>
|
|
<DD>Constructor.
|
|
<DT><A HREF="./net/sf/ehcache/CacheManager.html#ENABLE_SHUTDOWN_HOOK_PROPERTY"><B>ENABLE_SHUTDOWN_HOOK_PROPERTY</B></A> -
|
|
Static variable in class net.sf.ehcache.<A HREF="./net/sf/ehcache/CacheManager.html" title="class in net.sf.ehcache">CacheManager</A>
|
|
<DD>System property to enable creation of a shutdown hook for CacheManager.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/GenericResponseWrapper.html#encodeRedirectUrl(java.lang.String)"><B>encodeRedirectUrl(String)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.<A HREF="./net/sf/ehcache/constructs/web/GenericResponseWrapper.html" title="class in net.sf.ehcache.constructs.web">GenericResponseWrapper</A>
|
|
<DD>Override the deprecated method and call non-deprecated method
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/GenericResponseWrapper.html#encodeUrl(java.lang.String)"><B>encodeUrl(String)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.<A HREF="./net/sf/ehcache/constructs/web/GenericResponseWrapper.html" title="class in net.sf.ehcache.constructs.web">GenericResponseWrapper</A>
|
|
<DD>Override the deprecated method and call non-deprecated method
|
|
<DT><A HREF="./net/sf/ehcache/config/BeanHandler.html#endElement(java.lang.String, java.lang.String, java.lang.String)"><B>endElement(String, String, String)</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/BeanHandler.html" title="class in net.sf.ehcache.config">BeanHandler</A>
|
|
<DD>Receive notification of the end of an element.
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCache.html#entrySet()"><B>entrySet()</B></A> -
|
|
Method in class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCache.html" title="class in net.sf.ehcache.jcache">JCache</A>
|
|
<DD>Returns a set view of the mappings contained in this map.
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>An equals method which follows the contract of <CODE>Object.equals(Object)</CODE>
|
|
<p/>
|
|
An Cache is equal to another one if it implements Ehcache and has the same GUID.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/ConfigurableRMIClientSocketFactory.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/ConfigurableRMIClientSocketFactory.html" title="class in net.sf.ehcache.distribution">ConfigurableRMIClientSocketFactory</A>
|
|
<DD>The standard hashCode method which is necessary for SocketFactory classes.
|
|
<DT><A HREF="./net/sf/ehcache/Element.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Element.html" title="class in net.sf.ehcache">Element</A>
|
|
<DD>Equals comparison with another element, based on the key.
|
|
<DT><A HREF="./net/sf/ehcache/Status.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Status.html" title="class in net.sf.ehcache">Status</A>
|
|
<DD>Indicates whether some other object is "equal to" this one.
|
|
<DT><A HREF="./net/sf/ehcache/Status.html#equals(net.sf.ehcache.Status)"><B>equals(Status)</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Status.html" title="class in net.sf.ehcache">Status</A>
|
|
<DD>Equality checker when the comparison object is of the same type.
|
|
<DT><A HREF="./net/sf/ehcache/config/CacheConfiguration.html#eternal"><B>eternal</B></A> -
|
|
Variable in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/CacheConfiguration.html" title="class in net.sf.ehcache.config">CacheConfiguration</A>
|
|
<DD>Sets whether elements are eternal.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/EventMessage.html" title="class in net.sf.ehcache.distribution"><B>EventMessage</B></A> - Class in <A HREF="./net/sf/ehcache/distribution/package-summary.html">net.sf.ehcache.distribution</A><DD>An Event Message, in respect of a particular cache.<DT><A HREF="./net/sf/ehcache/distribution/EventMessage.html#EventMessage(int, java.io.Serializable, net.sf.ehcache.Element)"><B>EventMessage(int, Serializable, Element)</B></A> -
|
|
Constructor for class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/EventMessage.html" title="class in net.sf.ehcache.distribution">EventMessage</A>
|
|
<DD>Full constructor.
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCache.html#evict()"><B>evict()</B></A> -
|
|
Method in class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCache.html" title="class in net.sf.ehcache.jcache">JCache</A>
|
|
<DD>The evict method will remove objects from the cache that are no longer valid.
|
|
<DT><A HREF="./net/sf/ehcache/store/MemoryStore.html#evict(net.sf.ehcache.Element)"><B>evict(Element)</B></A> -
|
|
Method in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/MemoryStore.html" title="class in net.sf.ehcache.store">MemoryStore</A>
|
|
<DD>Evict the <code>Element</code>.
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#evictExpiredElements()"><B>evictExpiredElements()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Causes all elements stored in the Cache to be synchronously checked for expiry, and if expired, evicted.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#evictExpiredElements()"><B>evictExpiredElements()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Causes all elements stored in the Cache to be synchronously checked for expiry, and if expired, evicted.
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#evictExpiredElements()"><B>evictExpiredElements()</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Causes all elements stored in the Cache to be synchronously checked for expiry, and if expired, evicted.
|
|
<DT><A HREF="./net/sf/ehcache/exceptionhandler/ExceptionHandlingDynamicCacheProxy.html" title="class in net.sf.ehcache.exceptionhandler"><B>ExceptionHandlingDynamicCacheProxy</B></A> - Class in <A HREF="./net/sf/ehcache/exceptionhandler/package-summary.html">net.sf.ehcache.exceptionhandler</A><DD>A dynamic proxy which provides CacheException handling.<DT><A HREF="./net/sf/ehcache/exceptionhandler/ExceptionHandlingDynamicCacheProxy.html#ExceptionHandlingDynamicCacheProxy(net.sf.ehcache.Ehcache)"><B>ExceptionHandlingDynamicCacheProxy(Ehcache)</B></A> -
|
|
Constructor for class net.sf.ehcache.exceptionhandler.<A HREF="./net/sf/ehcache/exceptionhandler/ExceptionHandlingDynamicCacheProxy.html" title="class in net.sf.ehcache.exceptionhandler">ExceptionHandlingDynamicCacheProxy</A>
|
|
<DD>Constructor: Use with something like:
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/filter/Filter.html#exceptionsToLogDifferently"><B>exceptionsToLogDifferently</B></A> -
|
|
Variable in class net.sf.ehcache.constructs.web.filter.<A HREF="./net/sf/ehcache/constructs/web/filter/Filter.html" title="class in net.sf.ehcache.constructs.web.filter">Filter</A>
|
|
<DD>The exceptions to log differently, as a comma separated list
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/filter/Filter.html#exceptionsToLogDifferentlyLevel"><B>exceptionsToLogDifferentlyLevel</B></A> -
|
|
Variable in class net.sf.ehcache.constructs.web.filter.<A HREF="./net/sf/ehcache/constructs/web/filter/Filter.html" title="class in net.sf.ehcache.constructs.web.filter">Filter</A>
|
|
<DD>A the level of the exceptions which will be logged differently
|
|
<DT><A HREF="./net/sf/ehcache/constructs/asynchronous/Command.html#execute()"><B>execute()</B></A> -
|
|
Method in interface net.sf.ehcache.constructs.asynchronous.<A HREF="./net/sf/ehcache/constructs/asynchronous/Command.html" title="interface in net.sf.ehcache.constructs.asynchronous">Command</A>
|
|
<DD>Executes the command.
|
|
<DT><A HREF="./net/sf/ehcache/store/DiskStore.html#expireElements()"><B>expireElements()</B></A> -
|
|
Method in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/DiskStore.html" title="class in net.sf.ehcache.store">DiskStore</A>
|
|
<DD>Removes expired elements.
|
|
<DT><A HREF="./net/sf/ehcache/store/MemoryStore.html#expireElements()"><B>expireElements()</B></A> -
|
|
Method in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/MemoryStore.html" title="class in net.sf.ehcache.store">MemoryStore</A>
|
|
<DD>Expire all elsments.
|
|
<DT><A HREF="./net/sf/ehcache/store/Store.html#expireElements()"><B>expireElements()</B></A> -
|
|
Method in interface net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/Store.html" title="interface in net.sf.ehcache.store">Store</A>
|
|
<DD>Expire all elements.
|
|
<DT><A HREF="./net/sf/ehcache/util/PropertyUtil.html#extractAndLogProperty(java.lang.String, java.util.Properties)"><B>extractAndLogProperty(String, Properties)</B></A> -
|
|
Static method in class net.sf.ehcache.util.<A HREF="./net/sf/ehcache/util/PropertyUtil.html" title="class in net.sf.ehcache.util">PropertyUtil</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/util/PropertyUtil.html#extractAndLogProperty(java.lang.String, java.util.Map)"><B>extractAndLogProperty(String, Map)</B></A> -
|
|
Static method in class net.sf.ehcache.util.<A HREF="./net/sf/ehcache/util/PropertyUtil.html" title="class in net.sf.ehcache.util">PropertyUtil</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupsCacheReplicatorFactory.html#extractAsynchronousReplicationIntervalMillis(java.util.Properties, java.lang.String, long)"><B>extractAsynchronousReplicationIntervalMillis(Properties, String, long)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.jgroups.<A HREF="./net/sf/ehcache/distribution/jgroups/JGroupsCacheReplicatorFactory.html" title="class in net.sf.ehcache.distribution.jgroups">JGroupsCacheReplicatorFactory</A>
|
|
<DD>Extract a long out of a string.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupsCacheReplicatorFactory.html#extractBooleanProperty(java.util.Properties, java.lang.String, boolean)"><B>extractBooleanProperty(Properties, String, boolean)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.jgroups.<A HREF="./net/sf/ehcache/distribution/jgroups/JGroupsCacheReplicatorFactory.html" title="class in net.sf.ehcache.distribution.jgroups">JGroupsCacheReplicatorFactory</A>
|
|
<DD>Extract a Boolean out of a Property
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMIBootstrapCacheLoaderFactory.html#extractBootstrapAsynchronously(java.util.Properties)"><B>extractBootstrapAsynchronously(Properties)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMIBootstrapCacheLoaderFactory.html" title="class in net.sf.ehcache.distribution">RMIBootstrapCacheLoaderFactory</A>
|
|
<DD>Extracts the value of bootstrapAsynchronously from the properties
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerProvider.html#extractCacheName(java.lang.String)"><B>extractCacheName(String)</B></A> -
|
|
Static method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerProvider.html" title="class in net.sf.ehcache.distribution">RMICacheManagerPeerProvider</A>
|
|
<DD>Gets the cache name out of the url
|
|
<DT><A HREF="./net/sf/ehcache/exceptionhandler/ExceptionHandlingDynamicCacheProxy.html#extractKey(java.lang.String)"><B>extractKey(String)</B></A> -
|
|
Static method in class net.sf.ehcache.exceptionhandler.<A HREF="./net/sf/ehcache/exceptionhandler/ExceptionHandlingDynamicCacheProxy.html" title="class in net.sf.ehcache.exceptionhandler">ExceptionHandlingDynamicCacheProxy</A>
|
|
<DD>Extracts the key from the message, if any
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMIBootstrapCacheLoaderFactory.html#extractMaximumChunkSizeBytes(java.util.Properties)"><B>extractMaximumChunkSizeBytes(Properties)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMIBootstrapCacheLoaderFactory.html" title="class in net.sf.ehcache.distribution">RMIBootstrapCacheLoaderFactory</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/config/ConfigurationFactory.html#extractPropertyTokens(java.lang.String)"><B>extractPropertyTokens(String)</B></A> -
|
|
Static method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/ConfigurationFactory.html" title="class in net.sf.ehcache.config">ConfigurationFactory</A>
|
|
<DD>Extracts properties of the form ${...}
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICacheReplicatorFactory.html#extractReplicateAsynchronously(java.util.Properties)"><B>extractReplicateAsynchronously(Properties)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICacheReplicatorFactory.html" title="class in net.sf.ehcache.distribution">RMICacheReplicatorFactory</A>
|
|
<DD>Extracts the value of replicateAsynchronously from the properties
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICacheReplicatorFactory.html#extractReplicatePuts(java.util.Properties)"><B>extractReplicatePuts(Properties)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICacheReplicatorFactory.html" title="class in net.sf.ehcache.distribution">RMICacheReplicatorFactory</A>
|
|
<DD>Extracts the value of replicatePuts from the properties
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICacheReplicatorFactory.html#extractReplicateRemovals(java.util.Properties)"><B>extractReplicateRemovals(Properties)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICacheReplicatorFactory.html" title="class in net.sf.ehcache.distribution">RMICacheReplicatorFactory</A>
|
|
<DD>Extracts the value of replicateRemovals from the properties
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICacheReplicatorFactory.html#extractReplicateUpdates(java.util.Properties)"><B>extractReplicateUpdates(Properties)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICacheReplicatorFactory.html" title="class in net.sf.ehcache.distribution">RMICacheReplicatorFactory</A>
|
|
<DD>Extracts the value of replicateUpdates from the properties
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICacheReplicatorFactory.html#extractReplicateUpdatesViaCopy(java.util.Properties)"><B>extractReplicateUpdatesViaCopy(Properties)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICacheReplicatorFactory.html" title="class in net.sf.ehcache.distribution">RMICacheReplicatorFactory</A>
|
|
<DD>Extracts the value of replicateUpdatesViaCopy from the properties
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICacheReplicatorFactory.html#extractReplicationIntervalMilis(java.util.Properties)"><B>extractReplicationIntervalMilis(Properties)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICacheReplicatorFactory.html" title="class in net.sf.ehcache.distribution">RMICacheReplicatorFactory</A>
|
|
<DD>Extracts the value of asynchronousReplicationIntervalMillis.
|
|
</DL>
|
|
<HR>
|
|
<A NAME="_F_"><!-- --></A><H2>
|
|
<B>F</B></H2>
|
|
<DL>
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/SelfPopulatingCache.html#factory"><B>factory</B></A> -
|
|
Variable in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/SelfPopulatingCache.html" title="class in net.sf.ehcache.constructs.blocking">SelfPopulatingCache</A>
|
|
<DD>A factory for creating entries, given a key
|
|
<DT><A HREF="./net/sf/ehcache/config/FactoryConfiguration.html" title="class in net.sf.ehcache.config"><B>FactoryConfiguration</B></A> - Class in <A HREF="./net/sf/ehcache/config/package-summary.html">net.sf.ehcache.config</A><DD>A class to represent the CacheManagerEventListener configuration.<DT><A HREF="./net/sf/ehcache/config/FactoryConfiguration.html#FactoryConfiguration()"><B>FactoryConfiguration()</B></A> -
|
|
Constructor for class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/FactoryConfiguration.html" title="class in net.sf.ehcache.config">FactoryConfiguration</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMIBootstrapCacheLoader.html#fetchAndPutElements(net.sf.ehcache.Ehcache, java.util.List, net.sf.ehcache.distribution.CachePeer)"><B>fetchAndPutElements(Ehcache, List, CachePeer)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMIBootstrapCacheLoader.html" title="class in net.sf.ehcache.distribution">RMIBootstrapCacheLoader</A>
|
|
<DD>Fetches a chunk of elements from a remote cache peer
|
|
<DT><A HREF="./net/sf/ehcache/store/MemoryStoreEvictionPolicy.html#FIFO"><B>FIFO</B></A> -
|
|
Static variable in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/MemoryStoreEvictionPolicy.html" title="class in net.sf.ehcache.store">MemoryStoreEvictionPolicy</A>
|
|
<DD>FIFO - first in first out, the oldest element by creation time.
|
|
<DT><A HREF="./net/sf/ehcache/store/FifoMemoryStore.html" title="class in net.sf.ehcache.store"><B>FifoMemoryStore</B></A> - Class in <A HREF="./net/sf/ehcache/store/package-summary.html">net.sf.ehcache.store</A><DD>First-In-First-Out (FIFO) implementation of MemoryStore.<DT><A HREF="./net/sf/ehcache/store/FifoMemoryStore.html#FifoMemoryStore(net.sf.ehcache.Ehcache, net.sf.ehcache.store.Store)"><B>FifoMemoryStore(Ehcache, Store)</B></A> -
|
|
Constructor for class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/FifoMemoryStore.html" title="class in net.sf.ehcache.store">FifoMemoryStore</A>
|
|
<DD>Constructor for the FifoMemoryStore object.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/filter/Filter.html" title="class in net.sf.ehcache.constructs.web.filter"><B>Filter</B></A> - Class in <A HREF="./net/sf/ehcache/constructs/web/filter/package-summary.html">net.sf.ehcache.constructs.web.filter</A><DD>A generic <CODE>Filter</CODE> with most of what we need done.<DT><A HREF="./net/sf/ehcache/constructs/web/filter/Filter.html#Filter()"><B>Filter()</B></A> -
|
|
Constructor for class net.sf.ehcache.constructs.web.filter.<A HREF="./net/sf/ehcache/constructs/web/filter/Filter.html" title="class in net.sf.ehcache.constructs.web.filter">Filter</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/filter/Filter.html#filterConfig"><B>filterConfig</B></A> -
|
|
Variable in class net.sf.ehcache.constructs.web.filter.<A HREF="./net/sf/ehcache/constructs/web/filter/Filter.html" title="class in net.sf.ehcache.constructs.web.filter">Filter</A>
|
|
<DD>The filter configuration.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/filter/FilterNonReentrantException.html" title="class in net.sf.ehcache.constructs.web.filter"><B>FilterNonReentrantException</B></A> - Exception in <A HREF="./net/sf/ehcache/constructs/web/filter/package-summary.html">net.sf.ehcache.constructs.web.filter</A><DD>Thrown when it is detected that a caching filter's <A HREF="./net/sf/ehcache/constructs/web/filter/Filter.html#doFilter(javax.servlet.ServletRequest, javax.servlet.ServletResponse, javax.servlet.FilterChain)"><CODE>Filter.doFilter(javax.servlet.ServletRequest, javax.servlet.ServletResponse, javax.servlet.FilterChain)</CODE></A>
|
|
method is reentered by the same thread.<DT><A HREF="./net/sf/ehcache/constructs/web/filter/FilterNonReentrantException.html#FilterNonReentrantException()"><B>FilterNonReentrantException()</B></A> -
|
|
Constructor for exception net.sf.ehcache.constructs.web.filter.<A HREF="./net/sf/ehcache/constructs/web/filter/FilterNonReentrantException.html" title="class in net.sf.ehcache.constructs.web.filter">FilterNonReentrantException</A>
|
|
<DD>Constructor for the exception
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/filter/FilterNonReentrantException.html#FilterNonReentrantException(java.lang.String)"><B>FilterNonReentrantException(String)</B></A> -
|
|
Constructor for exception net.sf.ehcache.constructs.web.filter.<A HREF="./net/sf/ehcache/constructs/web/filter/FilterNonReentrantException.html" title="class in net.sf.ehcache.constructs.web.filter">FilterNonReentrantException</A>
|
|
<DD>Constructs an exception with the message given
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/filter/Filter.html#filterNotDisabled(javax.servlet.http.HttpServletRequest)"><B>filterNotDisabled(HttpServletRequest)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.filter.<A HREF="./net/sf/ehcache/constructs/web/filter/Filter.html" title="class in net.sf.ehcache.constructs.web.filter">Filter</A>
|
|
<DD>Filters can be disabled programmatically by adding a <A HREF="./net/sf/ehcache/constructs/web/filter/Filter.html#NO_FILTER"><CODE>Filter.NO_FILTER</CODE></A> parameter to the request.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/filter/FilterServletOutputStream.html" title="class in net.sf.ehcache.constructs.web.filter"><B>FilterServletOutputStream</B></A> - Class in <A HREF="./net/sf/ehcache/constructs/web/filter/package-summary.html">net.sf.ehcache.constructs.web.filter</A><DD>A custom <CODE>ServletOutputStream</CODE> for use by our filters<DT><A HREF="./net/sf/ehcache/constructs/web/filter/FilterServletOutputStream.html#FilterServletOutputStream(java.io.OutputStream)"><B>FilterServletOutputStream(OutputStream)</B></A> -
|
|
Constructor for class net.sf.ehcache.constructs.web.filter.<A HREF="./net/sf/ehcache/constructs/web/filter/FilterServletOutputStream.html" title="class in net.sf.ehcache.constructs.web.filter">FilterServletOutputStream</A>
|
|
<DD>Creates a FilterServletOutputStream.
|
|
<DT><A HREF="./net/sf/ehcache/store/LfuMemoryStore.html#findRelativelyUnused(net.sf.ehcache.Element)"><B>findRelativelyUnused(Element)</B></A> -
|
|
Method in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/LfuMemoryStore.html" title="class in net.sf.ehcache.store">LfuMemoryStore</A>
|
|
<DD>Find a "relatively" unused element, but not the element just added.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMIBootstrapCacheLoaderFactory.html#FIVE_KB"><B>FIVE_KB</B></A> -
|
|
Static variable in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMIBootstrapCacheLoaderFactory.html" title="class in net.sf.ehcache.distribution">RMIBootstrapCacheLoaderFactory</A>
|
|
<DD>The lowest reasonable chunk size in bytes
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#flush()"><B>flush()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Flushes all cache items from memory to the disk store, and from the DiskStore to disk.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#flush()"><B>flush()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Flushes all cache items from memory to the disk store, and from the DiskStore to disk.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/GenericResponseWrapper.html#flush()"><B>flush()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.<A HREF="./net/sf/ehcache/constructs/web/GenericResponseWrapper.html" title="class in net.sf.ehcache.constructs.web">GenericResponseWrapper</A>
|
|
<DD>Flushes all the streams for this response.
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#flush()"><B>flush()</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Flushes all cache items from memory to the disk store, and from the DiskStore to disk.
|
|
<DT><A HREF="./net/sf/ehcache/management/Cache.html#flush()"><B>flush()</B></A> -
|
|
Method in class net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/Cache.html" title="class in net.sf.ehcache.management">Cache</A>
|
|
<DD>Flushes all cache items from memory to the disk store, and from the DiskStore to disk.
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheMBean.html#flush()"><B>flush()</B></A> -
|
|
Method in interface net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheMBean.html" title="interface in net.sf.ehcache.management">CacheMBean</A>
|
|
<DD>Flushes all cache items from memory to the disk store, and from the DiskStore to disk.
|
|
<DT><A HREF="./net/sf/ehcache/store/DiskStore.html#flush()"><B>flush()</B></A> -
|
|
Method in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/DiskStore.html" title="class in net.sf.ehcache.store">DiskStore</A>
|
|
<DD>Flush the spool if persistent, so we don't lose any data.
|
|
<DT><A HREF="./net/sf/ehcache/store/MemoryStore.html#flush()"><B>flush()</B></A> -
|
|
Method in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/MemoryStore.html" title="class in net.sf.ehcache.store">MemoryStore</A>
|
|
<DD>Flush to disk only if the cache is diskPersistent.
|
|
<DT><A HREF="./net/sf/ehcache/store/Store.html#flush()"><B>flush()</B></A> -
|
|
Method in interface net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/Store.html" title="interface in net.sf.ehcache.store">Store</A>
|
|
<DD>Flush elements to persistent store.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/GenericResponseWrapper.html#flushBuffer()"><B>flushBuffer()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.<A HREF="./net/sf/ehcache/constructs/web/GenericResponseWrapper.html" title="class in net.sf.ehcache.constructs.web">GenericResponseWrapper</A>
|
|
<DD>Flushes buffer and commits response to client.
|
|
<DT><A HREF="./net/sf/ehcache/store/MemoryStoreEvictionPolicy.html#fromString(java.lang.String)"><B>fromString(String)</B></A> -
|
|
Static method in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/MemoryStoreEvictionPolicy.html" title="class in net.sf.ehcache.store">MemoryStoreEvictionPolicy</A>
|
|
<DD>Converts a string representation of the policy into a policy.
|
|
<DT><A HREF="./net/sf/ehcache/config/FactoryConfiguration.html#fullyQualifiedClassPath"><B>fullyQualifiedClassPath</B></A> -
|
|
Variable in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/FactoryConfiguration.html" title="class in net.sf.ehcache.config">FactoryConfiguration</A>
|
|
<DD>class name.
|
|
</DL>
|
|
<HR>
|
|
<A NAME="_G_"><!-- --></A><H2>
|
|
<B>G</B></H2>
|
|
<DL>
|
|
<DT><A HREF="./net/sf/ehcache/store/LfuPolicy.html#generateRandomSample(int)"><B>generateRandomSample(int)</B></A> -
|
|
Static method in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/LfuPolicy.html" title="class in net.sf.ehcache.store">LfuPolicy</A>
|
|
<DD>Generates a random sample from a population
|
|
<DT><A HREF="./net/sf/ehcache/store/DiskStore.html#generateUniqueDirectory()"><B>generateUniqueDirectory()</B></A> -
|
|
Static method in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/DiskStore.html" title="class in net.sf.ehcache.store">DiskStore</A>
|
|
<DD>Generates a unique directory name for use in automatically creating a diskStorePath where there is a conflict.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/asynchronous/AsynchronousCommandExecutor.html#generateUniqueIdentifier()"><B>generateUniqueIdentifier()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.asynchronous.<A HREF="./net/sf/ehcache/constructs/asynchronous/AsynchronousCommandExecutor.html" title="class in net.sf.ehcache.constructs.asynchronous">AsynchronousCommandExecutor</A>
|
|
<DD>Generates an ID that is guaranteed to be unique for all VM invocations on a machine with a
|
|
given IP address.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/GenericResponseWrapper.html" title="class in net.sf.ehcache.constructs.web"><B>GenericResponseWrapper</B></A> - Class in <A HREF="./net/sf/ehcache/constructs/web/package-summary.html">net.sf.ehcache.constructs.web</A><DD>Provides a wrapper for <CODE>HttpServletResponseWrapper</CODE>.<DT><A HREF="./net/sf/ehcache/constructs/web/GenericResponseWrapper.html#GenericResponseWrapper(javax.servlet.http.HttpServletResponse, java.io.OutputStream)"><B>GenericResponseWrapper(HttpServletResponse, OutputStream)</B></A> -
|
|
Constructor for class net.sf.ehcache.constructs.web.<A HREF="./net/sf/ehcache/constructs/web/GenericResponseWrapper.html" title="class in net.sf.ehcache.constructs.web">GenericResponseWrapper</A>
|
|
<DD>Creates a GenericResponseWrapper
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#get(java.io.Serializable)"><B>get(Serializable)</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Gets an element from the cache.
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#get(java.lang.Object)"><B>get(Object)</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Gets an element from the cache.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#get(java.lang.Object)"><B>get(Object)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Looks up an entry.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#get(java.io.Serializable)"><B>get(Serializable)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Gets an element from the cache.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/SelfPopulatingCache.html#get(java.lang.Object)"><B>get(Object)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/SelfPopulatingCache.html" title="class in net.sf.ehcache.constructs.blocking">SelfPopulatingCache</A>
|
|
<DD>Looks up an entry.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/UpdatingSelfPopulatingCache.html#get(java.lang.Object)"><B>get(Object)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/UpdatingSelfPopulatingCache.html" title="class in net.sf.ehcache.constructs.blocking">UpdatingSelfPopulatingCache</A>
|
|
<DD>Looks up an object.
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#get(java.io.Serializable)"><B>get(Serializable)</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Gets an element from the cache.
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#get(java.lang.Object)"><B>get(Object)</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Gets an element from the cache.
|
|
<DT><A HREF="./net/sf/ehcache/hibernate/EhCache.html#get(java.lang.Object)"><B>get(Object)</B></A> -
|
|
Method in class net.sf.ehcache.hibernate.<A HREF="./net/sf/ehcache/hibernate/EhCache.html" title="class in net.sf.ehcache.hibernate">EhCache</A>
|
|
<DD>Gets a value of an element which matches the given key.
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCache.html#get(java.lang.Object)"><B>get(Object)</B></A> -
|
|
Method in class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCache.html" title="class in net.sf.ehcache.jcache">JCache</A>
|
|
<DD>The get method will return, from the cache, the object associated with
|
|
the argument "key".
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCache.html#get(java.lang.Object, java.lang.Object)"><B>get(Object, Object)</B></A> -
|
|
Method in class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCache.html" title="class in net.sf.ehcache.jcache">JCache</A>
|
|
<DD>Same as <A HREF="./net/sf/ehcache/jcache/JCache.html#get(java.lang.Object)"><CODE>JCache.get(Object)</CODE></A> except a CacheLoader argument is provided.
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCache.html#get(java.lang.Object, net.sf.ehcache.loader.CacheLoader)"><B>get(Object, CacheLoader)</B></A> -
|
|
Method in class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCache.html" title="class in net.sf.ehcache.jcache">JCache</A>
|
|
<DD>The get method will return, from the cache, the object associated with
|
|
the argument "key".
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCache.html#get(java.lang.Object, net.sf.ehcache.loader.CacheLoader, java.lang.Object)"><B>get(Object, CacheLoader, Object)</B></A> -
|
|
Method in class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCache.html" title="class in net.sf.ehcache.jcache">JCache</A>
|
|
<DD>The get method will return, from the cache, the object associated with
|
|
the argument "key".
|
|
<DT><A HREF="./net/sf/ehcache/store/DiskStore.html#get(java.lang.Object)"><B>get(Object)</B></A> -
|
|
Method in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/DiskStore.html" title="class in net.sf.ehcache.store">DiskStore</A>
|
|
<DD>Gets an <A HREF="./net/sf/ehcache/Element.html" title="class in net.sf.ehcache"><CODE>Element</CODE></A> from the Disk Store.
|
|
<DT><A HREF="./net/sf/ehcache/store/MemoryStore.html#get(java.lang.Object)"><B>get(Object)</B></A> -
|
|
Method in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/MemoryStore.html" title="class in net.sf.ehcache.store">MemoryStore</A>
|
|
<DD>Gets an item from the cache.
|
|
<DT><A HREF="./net/sf/ehcache/store/Store.html#get(java.lang.Object)"><B>get(Object)</B></A> -
|
|
Method in interface net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/Store.html" title="interface in net.sf.ehcache.store">Store</A>
|
|
<DD>Gets an item from the cache.
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCache.html#getAll(java.util.Collection)"><B>getAll(Collection)</B></A> -
|
|
Method in class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCache.html" title="class in net.sf.ehcache.jcache">JCache</A>
|
|
<DD>The getAll method will return, from the cache, a Map of the objects associated with the Collection of keys in argument "keys".
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCache.html#getAll(java.util.Collection, java.lang.Object)"><B>getAll(Collection, Object)</B></A> -
|
|
Method in class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCache.html" title="class in net.sf.ehcache.jcache">JCache</A>
|
|
<DD>The getAll method will return, from the cache, a Map of the objects associated with the Collection of keys in argument "keys".
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#getAllWithLoader(java.util.Collection, java.lang.Object)"><B>getAllWithLoader(Collection, Object)</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Warning: This method is related to the JSR107 specification, which is in draft.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#getAllWithLoader(java.util.Collection, java.lang.Object)"><B>getAllWithLoader(Collection, Object)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>This method is not appropriate to use with BlockingCache.
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#getAllWithLoader(java.util.Collection, java.lang.Object)"><B>getAllWithLoader(Collection, Object)</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Warning: This method is related to the JSR107 specification, which is in draft.
|
|
<DT><A HREF="./net/sf/ehcache/Statistics.html#getAssociatedCache()"><B>getAssociatedCache()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Statistics.html" title="class in net.sf.ehcache">Statistics</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheStatistics.html#getAssociatedCacheName()"><B>getAssociatedCacheName()</B></A> -
|
|
Method in class net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheStatistics.html" title="class in net.sf.ehcache.management">CacheStatistics</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheStatisticsMBean.html#getAssociatedCacheName()"><B>getAssociatedCacheName()</B></A> -
|
|
Method in interface net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheStatisticsMBean.html" title="interface in net.sf.ehcache.management">CacheStatisticsMBean</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/Statistics.html#getAssociatedCacheName()"><B>getAssociatedCacheName()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Statistics.html" title="class in net.sf.ehcache">Statistics</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupsCacheReplicator.html#getAsynchronousReplicationInterval()"><B>getAsynchronousReplicationInterval()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.jgroups.<A HREF="./net/sf/ehcache/distribution/jgroups/JGroupsCacheReplicator.html" title="class in net.sf.ehcache.distribution.jgroups">JGroupsCacheReplicator</A>
|
|
<DD>Get the time interval is ms between asynchronous replication
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#getAverageGetTime()"><B>getAverageGetTime()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>The average get time in ms.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#getAverageGetTime()"><B>getAverageGetTime()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>The average get time in ms.
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#getAverageGetTime()"><B>getAverageGetTime()</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>The average get time in ms.
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCacheStatistics.html#getAverageGetTime()"><B>getAverageGetTime()</B></A> -
|
|
Method in class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCacheStatistics.html" title="class in net.sf.ehcache.jcache">JCacheStatistics</A>
|
|
<DD>The average time for cache gets since either the cache was created or statistics were cleared
|
|
<DT><A HREF="./net/sf/ehcache/Statistics.html#getAverageGetTime()"><B>getAverageGetTime()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Statistics.html" title="class in net.sf.ehcache">Statistics</A>
|
|
<DD>The average get time.
|
|
<DT><A HREF="./net/sf/ehcache/hibernate/EhCache.html#getBackingCache()"><B>getBackingCache()</B></A> -
|
|
Method in class net.sf.ehcache.hibernate.<A HREF="./net/sf/ehcache/hibernate/EhCache.html" title="class in net.sf.ehcache.hibernate">EhCache</A>
|
|
<DD>Package protected method used for testing
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCache.html#getBackingCache()"><B>getBackingCache()</B></A> -
|
|
Method in class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCache.html" title="class in net.sf.ehcache.jcache">JCache</A>
|
|
<DD>Gets the backing Ehcache
|
|
<DT><A HREF="./net/sf/ehcache/store/MemoryStore.html#getBackingMap()"><B>getBackingMap()</B></A> -
|
|
Method in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/MemoryStore.html" title="class in net.sf.ehcache.store">MemoryStore</A>
|
|
<DD>Package local access to the map for testing
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#getBootstrapCacheLoader()"><B>getBootstrapCacheLoader()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Accessor for the BootstrapCacheLoader associated with this cache.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#getBootstrapCacheLoader()"><B>getBootstrapCacheLoader()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Accessor for the BootstrapCacheLoader associated with this cache.
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#getBootstrapCacheLoader()"><B>getBootstrapCacheLoader()</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Accessor for the BootstrapCacheLoader associated with this cache.
|
|
<DT><A HREF="./net/sf/ehcache/config/CacheConfiguration.html#getBootstrapCacheLoaderFactoryConfiguration()"><B>getBootstrapCacheLoaderFactoryConfiguration()</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/CacheConfiguration.html" title="class in net.sf.ehcache.config">CacheConfiguration</A>
|
|
<DD>Accessor
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICachePeer.html#getBoundCacheInstance()"><B>getBoundCacheInstance()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICachePeer.html" title="class in net.sf.ehcache.distribution">RMICachePeer</A>
|
|
<DD>Gets the cache instance that this listener is bound to
|
|
<DT><A HREF="./net/sf/ehcache/distribution/CacheManagerPeerListener.html#getBoundCachePeers()"><B>getBoundCachePeers()</B></A> -
|
|
Method in interface net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/CacheManagerPeerListener.html" title="interface in net.sf.ehcache.distribution">CacheManagerPeerListener</A>
|
|
<DD>All of the caches which are listenting for remote changes.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerListener.html#getBoundCachePeers()"><B>getBoundCachePeers()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerListener.html" title="class in net.sf.ehcache.distribution">RMICacheManagerPeerListener</A>
|
|
<DD>All of the caches which are listening for remote changes.
|
|
<DT><A HREF="./net/sf/ehcache/util/MemoryEfficientByteArrayOutputStream.html#getBytes()"><B>getBytes()</B></A> -
|
|
Method in class net.sf.ehcache.util.<A HREF="./net/sf/ehcache/util/MemoryEfficientByteArrayOutputStream.html" title="class in net.sf.ehcache.util">MemoryEfficientByteArrayOutputStream</A>
|
|
<DD>Gets the bytes.
|
|
<DT><A HREF="./net/sf/ehcache/CacheManager.html#getCache(java.lang.String)"><B>getCache(String)</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/CacheManager.html" title="class in net.sf.ehcache">CacheManager</A>
|
|
<DD>Returns a concrete implementation of Cache, it it is available in the CacheManager.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#getCache()"><B>getCache()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Retrieve the EHCache backing cache
|
|
<DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupEventMessage.html#getCache()"><B>getCache()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.jgroups.<A HREF="./net/sf/ehcache/distribution/jgroups/JGroupEventMessage.html" title="class in net.sf.ehcache.distribution.jgroups">JGroupEventMessage</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupManager.html#getCache()"><B>getCache()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.jgroups.<A HREF="./net/sf/ehcache/distribution/jgroups/JGroupManager.html" title="class in net.sf.ehcache.distribution.jgroups">JGroupManager</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheManager.html#getCache(java.lang.String)"><B>getCache(String)</B></A> -
|
|
Method in class net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheManager.html" title="class in net.sf.ehcache.management">CacheManager</A>
|
|
<DD>Returns a JMX Cache bean
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheManagerMBean.html#getCache(java.lang.String)"><B>getCache(String)</B></A> -
|
|
Method in interface net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheManagerMBean.html" title="interface in net.sf.ehcache.management">CacheManagerMBean</A>
|
|
<DD>Returns a JMX Cache bean
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#getCacheConfiguration()"><B>getCacheConfiguration()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Gets the cache configuration this cache was created with.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#getCacheConfiguration()"><B>getCacheConfiguration()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Gets the cache configuration this cache was created with.
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#getCacheConfiguration()"><B>getCacheConfiguration()</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Gets the cache configuration this cache was created with.
|
|
<DT><A HREF="./net/sf/ehcache/management/Cache.html#getCacheConfiguration()"><B>getCacheConfiguration()</B></A> -
|
|
Method in class net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/Cache.html" title="class in net.sf.ehcache.management">Cache</A>
|
|
<DD>Gets the JMX read-only CacheConfiguration
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheMBean.html#getCacheConfiguration()"><B>getCacheConfiguration()</B></A> -
|
|
Method in interface net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheMBean.html" title="interface in net.sf.ehcache.management">CacheMBean</A>
|
|
<DD>Gets the JMX read-only CacheConfiguration
|
|
<DT><A HREF="./net/sf/ehcache/config/Configuration.html#getCacheConfigurations()"><B>getCacheConfigurations()</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/Configuration.html" title="class in net.sf.ehcache.config">Configuration</A>
|
|
<DD>Gets a Map of cache configurations, keyed by name.
|
|
<DT><A HREF="./net/sf/ehcache/config/Configuration.html#getCacheConfigurationsKeySet()"><B>getCacheConfigurationsKeySet()</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/Configuration.html" title="class in net.sf.ehcache.config">Configuration</A>
|
|
<DD>Gets a Map of cacheConfigurations.
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCache.html#getCacheEntry(java.lang.Object)"><B>getCacheEntry(Object)</B></A> -
|
|
Method in class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCache.html" title="class in net.sf.ehcache.jcache">JCache</A>
|
|
<DD>returns the CacheEntry object associated with the key.
|
|
<DT><A HREF="./net/sf/ehcache/config/CacheConfiguration.html#getCacheEventListenerConfigurations()"><B>getCacheEventListenerConfigurations()</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/CacheConfiguration.html" title="class in net.sf.ehcache.config">CacheConfiguration</A>
|
|
<DD>Accessor
|
|
<DT><A HREF="./net/sf/ehcache/event/RegisteredEventListeners.html#getCacheEventListeners()"><B>getCacheEventListeners()</B></A> -
|
|
Method in class net.sf.ehcache.event.<A HREF="./net/sf/ehcache/event/RegisteredEventListeners.html" title="class in net.sf.ehcache.event">RegisteredEventListeners</A>
|
|
<DD>Gets a list of the listeners registered to this class
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#getCacheEventNotificationService()"><B>getCacheEventNotificationService()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Use this to access the service in order to register and unregister listeners
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#getCacheEventNotificationService()"><B>getCacheEventNotificationService()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Use this to access the service in order to register and unregister listeners
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#getCacheEventNotificationService()"><B>getCacheEventNotificationService()</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Use this to access the service in order to register and unregister listeners
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#getCacheExceptionHandler()"><B>getCacheExceptionHandler()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Gets the ExceptionHandler on this Cache, or null if there isn't one.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#getCacheExceptionHandler()"><B>getCacheExceptionHandler()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Sets an ExceptionHandler on the Cache.
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#getCacheExceptionHandler()"><B>getCacheExceptionHandler()</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Sets an ExceptionHandler on the Cache.
|
|
<DT><A HREF="./net/sf/ehcache/config/CacheConfiguration.html#getCacheExceptionHandlerFactoryConfiguration()"><B>getCacheExceptionHandlerFactoryConfiguration()</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/CacheConfiguration.html" title="class in net.sf.ehcache.config">CacheConfiguration</A>
|
|
<DD>Accessor
|
|
<DT><A HREF="./net/sf/ehcache/config/CacheConfiguration.html#getCacheExtensionConfigurations()"><B>getCacheExtensionConfigurations()</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/CacheConfiguration.html" title="class in net.sf.ehcache.config">CacheConfiguration</A>
|
|
<DD>Accessor
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCacheStatistics.html#getCacheHits()"><B>getCacheHits()</B></A> -
|
|
Method in class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCacheStatistics.html" title="class in net.sf.ehcache.jcache">JCacheStatistics</A>
|
|
<DD>The number of times a requested item was found in the cache.
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheStatistics.html#getCacheHits()"><B>getCacheHits()</B></A> -
|
|
Method in class net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheStatistics.html" title="class in net.sf.ehcache.management">CacheStatistics</A>
|
|
<DD>The number of times a requested item was found in the cache.
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheStatisticsMBean.html#getCacheHits()"><B>getCacheHits()</B></A> -
|
|
Method in interface net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheStatisticsMBean.html" title="interface in net.sf.ehcache.management">CacheStatisticsMBean</A>
|
|
<DD>The number of times a requested item was found in the cache.
|
|
<DT><A HREF="./net/sf/ehcache/Statistics.html#getCacheHits()"><B>getCacheHits()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Statistics.html" title="class in net.sf.ehcache">Statistics</A>
|
|
<DD>The number of times a requested item was found in the cache.
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCacheListenerAdaptor.html#getCacheListener()"><B>getCacheListener()</B></A> -
|
|
Method in class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCacheListenerAdaptor.html" title="class in net.sf.ehcache.jcache">JCacheListenerAdaptor</A>
|
|
<DD>Gets the underlying CacheListener
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#getCacheLoader()"><B>getCacheLoader()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Gets the CacheLoader registered in this cache
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#getCacheLoader()"><B>getCacheLoader()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Gets the CacheLoader registered in this cache
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#getCacheLoader()"><B>getCacheLoader()</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Gets the CacheLoader registered in this cache
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCache.html#getCacheLoader()"><B>getCacheLoader()</B></A> -
|
|
Method in class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCache.html" title="class in net.sf.ehcache.jcache">JCache</A>
|
|
<DD>Gets the CacheLoader registered in this cache
|
|
<DT><A HREF="./net/sf/ehcache/config/CacheConfiguration.html#getCacheLoaderFactoryConfiguration()"><B>getCacheLoaderFactoryConfiguration()</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/CacheConfiguration.html" title="class in net.sf.ehcache.config">CacheConfiguration</A>
|
|
<DD>Accessor
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#getCacheManager()"><B>getCacheManager()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Gets the CacheManager managing this cache.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#getCacheManager()"><B>getCacheManager()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Gets the CacheManager managing this cache.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/filter/CachingFilter.html#getCacheManager()"><B>getCacheManager()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.filter.<A HREF="./net/sf/ehcache/constructs/web/filter/CachingFilter.html" title="class in net.sf.ehcache.constructs.web.filter">CachingFilter</A>
|
|
<DD>Gets the CacheManager for this CachingFilter.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/filter/SimplePageCachingFilter.html#getCacheManager()"><B>getCacheManager()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.filter.<A HREF="./net/sf/ehcache/constructs/web/filter/SimplePageCachingFilter.html" title="class in net.sf.ehcache.constructs.web.filter">SimplePageCachingFilter</A>
|
|
<DD>Gets the CacheManager for this CachingFilter.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/filter/SimplePageFragmentCachingFilter.html#getCacheManager()"><B>getCacheManager()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.filter.<A HREF="./net/sf/ehcache/constructs/web/filter/SimplePageFragmentCachingFilter.html" title="class in net.sf.ehcache.constructs.web.filter">SimplePageFragmentCachingFilter</A>
|
|
<DD>Gets the CacheManager for this CachingFilter.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerProvider.html#getCacheManager()"><B>getCacheManager()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerProvider.html" title="class in net.sf.ehcache.distribution">RMICacheManagerPeerProvider</A>
|
|
<DD>The cacheManager this provider is bound to
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#getCacheManager()"><B>getCacheManager()</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Gets the CacheManager managing this cache.
|
|
<DT><A HREF="./net/sf/ehcache/CacheManager.html#getCacheManagerEventListener()"><B>getCacheManagerEventListener()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/CacheManager.html" title="class in net.sf.ehcache">CacheManager</A>
|
|
<DD>Returns the composite listener.
|
|
<DT><A HREF="./net/sf/ehcache/config/Configuration.html#getCacheManagerEventListenerFactoryConfiguration()"><B>getCacheManagerEventListenerFactoryConfiguration()</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/Configuration.html" title="class in net.sf.ehcache.config">Configuration</A>
|
|
<DD>Gets the CacheManagerEventListener factory configuration.
|
|
<DT><A HREF="./net/sf/ehcache/CacheManager.html#getCacheManagerEventListenerRegistry()"><B>getCacheManagerEventListenerRegistry()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/CacheManager.html" title="class in net.sf.ehcache">CacheManager</A>
|
|
<DD>Gets the CacheManagerEventListenerRegistry.
|
|
<DT><A HREF="./net/sf/ehcache/config/Configuration.html#getCacheManagerPeerListenerFactoryConfiguration()"><B>getCacheManagerPeerListenerFactoryConfiguration()</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/Configuration.html" title="class in net.sf.ehcache.config">Configuration</A>
|
|
<DD>Gets the CacheManagerPeerListener factory configuration.
|
|
<DT><A HREF="./net/sf/ehcache/CacheManager.html#getCacheManagerPeerProvider()"><B>getCacheManagerPeerProvider()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/CacheManager.html" title="class in net.sf.ehcache">CacheManager</A>
|
|
<DD>Gets the CacheManagerPeerProvider, which can be useful for programmatically adding peers.
|
|
<DT><A HREF="./net/sf/ehcache/config/Configuration.html#getCacheManagerPeerProviderFactoryConfiguration()"><B>getCacheManagerPeerProviderFactoryConfiguration()</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/Configuration.html" title="class in net.sf.ehcache.config">Configuration</A>
|
|
<DD>Gets the CacheManagerPeerProvider factory configuration.
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCacheStatistics.html#getCacheMisses()"><B>getCacheMisses()</B></A> -
|
|
Method in class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCacheStatistics.html" title="class in net.sf.ehcache.jcache">JCacheStatistics</A>
|
|
<DD>Warning.
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheStatistics.html#getCacheMisses()"><B>getCacheMisses()</B></A> -
|
|
Method in class net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheStatistics.html" title="class in net.sf.ehcache.management">CacheStatistics</A>
|
|
<DD>Warning.
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheStatisticsMBean.html#getCacheMisses()"><B>getCacheMisses()</B></A> -
|
|
Method in interface net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheStatisticsMBean.html" title="interface in net.sf.ehcache.management">CacheStatisticsMBean</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/Statistics.html#getCacheMisses()"><B>getCacheMisses()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Statistics.html" title="class in net.sf.ehcache">Statistics</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/filter/CachingFilter.html#getCacheName()"><B>getCacheName()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.filter.<A HREF="./net/sf/ehcache/constructs/web/filter/CachingFilter.html" title="class in net.sf.ehcache.constructs.web.filter">CachingFilter</A>
|
|
<DD>A meaningful name representative of the JSP page being cached.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/filter/SimplePageCachingFilter.html#getCacheName()"><B>getCacheName()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.filter.<A HREF="./net/sf/ehcache/constructs/web/filter/SimplePageCachingFilter.html" title="class in net.sf.ehcache.constructs.web.filter">SimplePageCachingFilter</A>
|
|
<DD>A meaningful name representative of the JSP page being cached.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/filter/SimplePageFragmentCachingFilter.html#getCacheName()"><B>getCacheName()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.filter.<A HREF="./net/sf/ehcache/constructs/web/filter/SimplePageFragmentCachingFilter.html" title="class in net.sf.ehcache.constructs.web.filter">SimplePageFragmentCachingFilter</A>
|
|
<DD>Returns the name of the cache to use for this filter.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupEventMessage.html#getCacheName()"><B>getCacheName()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.jgroups.<A HREF="./net/sf/ehcache/distribution/jgroups/JGroupEventMessage.html" title="class in net.sf.ehcache.distribution.jgroups">JGroupEventMessage</A>
|
|
<DD>Returns the cache name
|
|
<DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupSerializable.html#getCacheName()"><B>getCacheName()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.jgroups.<A HREF="./net/sf/ehcache/distribution/jgroups/JGroupSerializable.html" title="class in net.sf.ehcache.distribution.jgroups">JGroupSerializable</A>
|
|
<DD>Gets the cache name
|
|
<DT><A HREF="./net/sf/ehcache/CacheManager.html#getCacheNames()"><B>getCacheNames()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/CacheManager.html" title="class in net.sf.ehcache">CacheManager</A>
|
|
<DD>Returns a list of the current cache names.
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheManager.html#getCacheNames()"><B>getCacheNames()</B></A> -
|
|
Method in class net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheManager.html" title="class in net.sf.ehcache.management">CacheManager</A>
|
|
<DD>Gets the cache names managed by the CacheManager
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheManagerMBean.html#getCacheNames()"><B>getCacheNames()</B></A> -
|
|
Method in interface net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheManagerMBean.html" title="interface in net.sf.ehcache.management">CacheManagerMBean</A>
|
|
<DD>Gets the cache names managed by the CacheManager
|
|
<DT><A HREF="./net/sf/ehcache/distribution/MulticastRMICacheManagerPeerProvider.CachePeerEntry.html#getCachePeer()"><B>getCachePeer()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/MulticastRMICacheManagerPeerProvider.CachePeerEntry.html" title="class in net.sf.ehcache.distribution">MulticastRMICacheManagerPeerProvider.CachePeerEntry</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/CacheManager.html#getCachePeerListener()"><B>getCachePeerListener()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/CacheManager.html" title="class in net.sf.ehcache">CacheManager</A>
|
|
<DD>When CacheManage is configured as part of a cluster, a CacheManagerPeerListener will
|
|
be registered in it.
|
|
<DT><A HREF="./net/sf/ehcache/CacheManager.html#getCachePeerProvider()"><B>getCachePeerProvider()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/CacheManager.html" title="class in net.sf.ehcache">CacheManager</A>
|
|
<DD>Gets the <code>CacheManagerPeerProvider</code>
|
|
For distributed caches, the peer provider finds other cache managers and their caches in the same cluster
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheManager.html#getCaches()"><B>getCaches()</B></A> -
|
|
Method in class net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheManager.html" title="class in net.sf.ehcache.management">CacheManager</A>
|
|
<DD>Gets a list of caches in this CacheManager
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheManagerMBean.html#getCaches()"><B>getCaches()</B></A> -
|
|
Method in interface net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheManagerMBean.html" title="interface in net.sf.ehcache.management">CacheManagerMBean</A>
|
|
<DD>Gets a list of caches in this CacheManager
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCache.html#getCacheStatistics()"><B>getCacheStatistics()</B></A> -
|
|
Method in class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCache.html" title="class in net.sf.ehcache.jcache">JCache</A>
|
|
<DD>Gets an immutable Statistics object representing the Cache statistics at the time.
|
|
<DT><A HREF="./net/sf/ehcache/config/ConfigurationHelper.html#getConfigurationBean()"><B>getConfigurationBean()</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/ConfigurationHelper.html" title="class in net.sf.ehcache.config">ConfigurationHelper</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/config/Configuration.html#getConfigurationSource()"><B>getConfigurationSource()</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/Configuration.html" title="class in net.sf.ehcache.config">Configuration</A>
|
|
<DD>Gets a description of the source from which this configuration was created.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/GenericResponseWrapper.html#getContentLength()"><B>getContentLength()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.<A HREF="./net/sf/ehcache/constructs/web/GenericResponseWrapper.html" title="class in net.sf.ehcache.constructs.web">GenericResponseWrapper</A>
|
|
<DD>Gets the content length.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/GenericResponseWrapper.html#getContentType()"><B>getContentType()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.<A HREF="./net/sf/ehcache/constructs/web/GenericResponseWrapper.html" title="class in net.sf.ehcache.constructs.web">GenericResponseWrapper</A>
|
|
<DD>Gets the content type.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/PageInfo.html#getContentType()"><B>getContentType()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.<A HREF="./net/sf/ehcache/constructs/web/PageInfo.html" title="class in net.sf.ehcache.constructs.web">PageInfo</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/GenericResponseWrapper.html#getCookies()"><B>getCookies()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.<A HREF="./net/sf/ehcache/constructs/web/GenericResponseWrapper.html" title="class in net.sf.ehcache.constructs.web">GenericResponseWrapper</A>
|
|
<DD>Gets all the cookies.
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCacheEntry.html#getCost()"><B>getCost()</B></A> -
|
|
Method in class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCacheEntry.html" title="class in net.sf.ehcache.jcache">JCacheEntry</A>
|
|
<DD>This implementation does not have a notion of cost.
|
|
<DT><A HREF="./net/sf/ehcache/Element.html#getCreationTime()"><B>getCreationTime()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Element.html" title="class in net.sf.ehcache">Element</A>
|
|
<DD>Gets the creationTime attribute of the ElementAttributes object.
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCacheEntry.html#getCreationTime()"><B>getCreationTime()</B></A> -
|
|
Method in class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCacheEntry.html" title="class in net.sf.ehcache.jcache">JCacheEntry</A>
|
|
<DD>Gets the creationTime attribute of the ElementAttributes object.
|
|
<DT><A HREF="./net/sf/ehcache/store/DiskStore.html#getDataFileName()"><B>getDataFileName()</B></A> -
|
|
Method in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/DiskStore.html" title="class in net.sf.ehcache.store">DiskStore</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/store/DiskStore.html#getDataFilePath()"><B>getDataFilePath()</B></A> -
|
|
Method in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/DiskStore.html" title="class in net.sf.ehcache.store">DiskStore</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/store/DiskStore.html#getDataFileSize()"><B>getDataFileSize()</B></A> -
|
|
Method in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/DiskStore.html" title="class in net.sf.ehcache.store">DiskStore</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/distribution/MulticastRMICacheManagerPeerProvider.CachePeerEntry.html#getDate()"><B>getDate()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/MulticastRMICacheManagerPeerProvider.CachePeerEntry.html" title="class in net.sf.ehcache.distribution">MulticastRMICacheManagerPeerProvider.CachePeerEntry</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/config/Configuration.html#getDefaultCacheConfiguration()"><B>getDefaultCacheConfiguration()</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/Configuration.html" title="class in net.sf.ehcache.config">Configuration</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/config/DiskStoreConfiguration.html#getDefaultPath()"><B>getDefaultPath()</B></A> -
|
|
Static method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/DiskStoreConfiguration.html" title="class in net.sf.ehcache.config">DiskStoreConfiguration</A>
|
|
<DD>The diskStore default path, which is the system environment variable
|
|
availablen on all Java virtual machines <code>java.io.tmpdir</code>
|
|
<DT><A HREF="./net/sf/ehcache/constructs/asynchronous/Command.html#getDelayBetweenAttemptsInSeconds()"><B>getDelayBetweenAttemptsInSeconds()</B></A> -
|
|
Method in interface net.sf.ehcache.constructs.asynchronous.<A HREF="./net/sf/ehcache/constructs/asynchronous/Command.html" title="interface in net.sf.ehcache.constructs.asynchronous">Command</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#getDiskExpiryThreadIntervalSeconds()"><B>getDiskExpiryThreadIntervalSeconds()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD><B>Deprecated.</B> <I>Get this from the configuration</I>
|
|
<DT><A HREF="./net/sf/ehcache/config/CacheConfiguration.html#getDiskExpiryThreadIntervalSeconds()"><B>getDiskExpiryThreadIntervalSeconds()</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/CacheConfiguration.html" title="class in net.sf.ehcache.config">CacheConfiguration</A>
|
|
<DD>Accessor
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#getDiskExpiryThreadIntervalSeconds()"><B>getDiskExpiryThreadIntervalSeconds()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#getDiskExpiryThreadIntervalSeconds()"><B>getDiskExpiryThreadIntervalSeconds()</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheConfiguration.html#getDiskExpiryThreadIntervalSeconds()"><B>getDiskExpiryThreadIntervalSeconds()</B></A> -
|
|
Method in class net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheConfiguration.html" title="class in net.sf.ehcache.management">CacheConfiguration</A>
|
|
<DD>Accessor
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheConfigurationMBean.html#getDiskExpiryThreadIntervalSeconds()"><B>getDiskExpiryThreadIntervalSeconds()</B></A> -
|
|
Method in interface net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheConfigurationMBean.html" title="interface in net.sf.ehcache.management">CacheConfigurationMBean</A>
|
|
<DD>Accessor
|
|
<DT><A HREF="./net/sf/ehcache/config/CacheConfiguration.html#getDiskSpoolBufferSizeMB()"><B>getDiskSpoolBufferSizeMB()</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/CacheConfiguration.html" title="class in net.sf.ehcache.config">CacheConfiguration</A>
|
|
<DD>Getter
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheConfiguration.html#getDiskSpoolBufferSizeMB()"><B>getDiskSpoolBufferSizeMB()</B></A> -
|
|
Method in class net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheConfiguration.html" title="class in net.sf.ehcache.management">CacheConfiguration</A>
|
|
<DD>Accessor
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#getDiskStore()"><B>getDiskStore()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Gets the internal DiskStore.
|
|
<DT><A HREF="./net/sf/ehcache/config/Configuration.html#getDiskStoreConfiguration()"><B>getDiskStoreConfiguration()</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/Configuration.html" title="class in net.sf.ehcache.config">Configuration</A>
|
|
<DD>Gets the disk store configuration.
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#getDiskStoreHitCount()"><B>getDiskStoreHitCount()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD><B>Deprecated.</B> <I>Use <A HREF="./net/sf/ehcache/Statistics.html" title="class in net.sf.ehcache"><CODE>Statistics</CODE></A></I>
|
|
<DT><A HREF="./net/sf/ehcache/CacheManager.html#getDiskStorePath()"><B>getDiskStorePath()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/CacheManager.html" title="class in net.sf.ehcache">CacheManager</A>
|
|
<DD>Returns the disk store path.
|
|
<DT><A HREF="./net/sf/ehcache/config/ConfigurationHelper.html#getDiskStorePath()"><B>getDiskStorePath()</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/ConfigurationHelper.html" title="class in net.sf.ehcache.config">ConfigurationHelper</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#getDiskStoreSize()"><B>getDiskStoreSize()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Returns the number of elements in the disk store.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#getDiskStoreSize()"><B>getDiskStoreSize()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Returns the number of elements in the disk store.
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#getDiskStoreSize()"><B>getDiskStoreSize()</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Returns the number of elements in the disk store.
|
|
<DT><A HREF="./net/sf/ehcache/CacheManager.html#getEhcache(java.lang.String)"><B>getEhcache(String)</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/CacheManager.html" title="class in net.sf.ehcache">CacheManager</A>
|
|
<DD>Gets an Ehcache
|
|
<p/>
|
|
<DT><A HREF="./net/sf/ehcache/distribution/EventMessage.html#getElement()"><B>getElement()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/EventMessage.html" title="class in net.sf.ehcache.distribution">EventMessage</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/hibernate/EhCache.html#getElementCountInMemory()"><B>getElementCountInMemory()</B></A> -
|
|
Method in class net.sf.ehcache.hibernate.<A HREF="./net/sf/ehcache/hibernate/EhCache.html" title="class in net.sf.ehcache.hibernate">EhCache</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/hibernate/EhCache.html#getElementCountOnDisk()"><B>getElementCountOnDisk()</B></A> -
|
|
Method in class net.sf.ehcache.hibernate.<A HREF="./net/sf/ehcache/hibernate/EhCache.html" title="class in net.sf.ehcache.hibernate">EhCache</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/distribution/CachePeer.html#getElements(java.util.List)"><B>getElements(List)</B></A> -
|
|
Method in interface net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/CachePeer.html" title="interface in net.sf.ehcache.distribution">CachePeer</A>
|
|
<DD>Gets a list of elements from the cache, for a list of keys, without updating Element statistics.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupManager.html#getElements(java.util.List)"><B>getElements(List)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.jgroups.<A HREF="./net/sf/ehcache/distribution/jgroups/JGroupManager.html" title="class in net.sf.ehcache.distribution.jgroups">JGroupManager</A>
|
|
<DD>Gets a list of elements from the cache, for a list of keys, without updating Element statistics.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICachePeer.html#getElements(java.util.List)"><B>getElements(List)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICachePeer.html" title="class in net.sf.ehcache.distribution">RMICachePeer</A>
|
|
<DD>Gets a list of elements from the cache, for a list of keys, without updating Element statistics.
|
|
<DT><A HREF="./net/sf/ehcache/event/RegisteredEventListeners.html#getElementsEvictedCounter()"><B>getElementsEvictedCounter()</B></A> -
|
|
Method in class net.sf.ehcache.event.<A HREF="./net/sf/ehcache/event/RegisteredEventListeners.html" title="class in net.sf.ehcache.event">RegisteredEventListeners</A>
|
|
<DD>Gets the number of events, irrespective of whether there are any registered listeners.
|
|
<DT><A HREF="./net/sf/ehcache/event/RegisteredEventListeners.html#getElementsExpiredCounter()"><B>getElementsExpiredCounter()</B></A> -
|
|
Method in class net.sf.ehcache.event.<A HREF="./net/sf/ehcache/event/RegisteredEventListeners.html" title="class in net.sf.ehcache.event">RegisteredEventListeners</A>
|
|
<DD>Gets the number of events, irrespective of whether there are any registered listeners.
|
|
<DT><A HREF="./net/sf/ehcache/event/RegisteredEventListeners.html#getElementsPutCounter()"><B>getElementsPutCounter()</B></A> -
|
|
Method in class net.sf.ehcache.event.<A HREF="./net/sf/ehcache/event/RegisteredEventListeners.html" title="class in net.sf.ehcache.event">RegisteredEventListeners</A>
|
|
<DD>Gets the number of events, irrespective of whether there are any registered listeners.
|
|
<DT><A HREF="./net/sf/ehcache/event/RegisteredEventListeners.html#getElementsRemoveAllCounter()"><B>getElementsRemoveAllCounter()</B></A> -
|
|
Method in class net.sf.ehcache.event.<A HREF="./net/sf/ehcache/event/RegisteredEventListeners.html" title="class in net.sf.ehcache.event">RegisteredEventListeners</A>
|
|
<DD>Gets the number of events, irrespective of whether there are any registered listeners.
|
|
<DT><A HREF="./net/sf/ehcache/event/RegisteredEventListeners.html#getElementsRemovedCounter()"><B>getElementsRemovedCounter()</B></A> -
|
|
Method in class net.sf.ehcache.event.<A HREF="./net/sf/ehcache/event/RegisteredEventListeners.html" title="class in net.sf.ehcache.event">RegisteredEventListeners</A>
|
|
<DD>Gets the number of events, irrespective of whether there are any registered listeners.
|
|
<DT><A HREF="./net/sf/ehcache/event/RegisteredEventListeners.html#getElementsUpdatedCounter()"><B>getElementsUpdatedCounter()</B></A> -
|
|
Method in class net.sf.ehcache.event.<A HREF="./net/sf/ehcache/event/RegisteredEventListeners.html" title="class in net.sf.ehcache.event">RegisteredEventListeners</A>
|
|
<DD>Gets the number of events, irrespective of whether there are any registered listeners.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/EventMessage.html#getEvent()"><B>getEvent()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/EventMessage.html" title="class in net.sf.ehcache.distribution">EventMessage</A>
|
|
<DD>Gets the event.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupSerializable.html#getEvent()"><B>getEvent()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.jgroups.<A HREF="./net/sf/ehcache/distribution/jgroups/JGroupSerializable.html" title="class in net.sf.ehcache.distribution.jgroups">JGroupSerializable</A>
|
|
<DD>Gets the event
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCacheStatistics.html#getEvictionCount()"><B>getEvictionCount()</B></A> -
|
|
Method in class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCacheStatistics.html" title="class in net.sf.ehcache.jcache">JCacheStatistics</A>
|
|
<DD>Gets the number of cache evictions, since the cache was created, or statistics were cleared.
|
|
<DT><A HREF="./net/sf/ehcache/Statistics.html#getEvictionCount()"><B>getEvictionCount()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Statistics.html" title="class in net.sf.ehcache">Statistics</A>
|
|
<DD>Gets the number of cache evictions, since the cache was created, or statistics were cleared.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/asynchronous/AsynchronousCommandExecutor.html#getExecuteAttemptsForCommand(java.lang.String)"><B>getExecuteAttemptsForCommand(String)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.asynchronous.<A HREF="./net/sf/ehcache/constructs/asynchronous/AsynchronousCommandExecutor.html" title="class in net.sf.ehcache.constructs.asynchronous">AsynchronousCommandExecutor</A>
|
|
<DD>Gets the number of attempts for the command so far
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#getExecutorService()"><B>getExecutorService()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/Element.html#getExpirationTime()"><B>getExpirationTime()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Element.html" title="class in net.sf.ehcache">Element</A>
|
|
<DD>Returns the expiration time based on time to live.
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCacheEntry.html#getExpirationTime()"><B>getExpirationTime()</B></A> -
|
|
Method in class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCacheEntry.html" title="class in net.sf.ehcache.jcache">JCacheEntry</A>
|
|
<DD>Returns the expiration time based on time to live.
|
|
<DT><A HREF="./net/sf/ehcache/util/ClassLoaderUtil.html#getFallbackClassLoader()"><B>getFallbackClassLoader()</B></A> -
|
|
Static method in class net.sf.ehcache.util.<A HREF="./net/sf/ehcache/util/ClassLoaderUtil.html" title="class in net.sf.ehcache.util">ClassLoaderUtil</A>
|
|
<DD>Gets a fallback <code>ClassLoader</code> that all classes in ehcache, and extensions,
|
|
should use for classloading.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/filter/Filter.html#getFilterConfig()"><B>getFilterConfig()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.filter.<A HREF="./net/sf/ehcache/constructs/web/filter/Filter.html" title="class in net.sf.ehcache.constructs.web.filter">Filter</A>
|
|
<DD>Returns the filter config.
|
|
<DT><A HREF="./net/sf/ehcache/store/FifoMemoryStore.html#getFirstElement()"><B>getFirstElement()</B></A> -
|
|
Method in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/FifoMemoryStore.html" title="class in net.sf.ehcache.store">FifoMemoryStore</A>
|
|
<DD>Returns the first eligible element that can be taken out of the cache
|
|
based on the FIFO policy
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerListener.html#getFreePort()"><B>getFreePort()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerListener.html" title="class in net.sf.ehcache.distribution">RMICacheManagerPeerListener</A>
|
|
<DD>Gets a free server socket port.
|
|
<DT><A HREF="./net/sf/ehcache/config/FactoryConfiguration.html#getFullyQualifiedClassPath()"><B>getFullyQualifiedClassPath()</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/FactoryConfiguration.html" title="class in net.sf.ehcache.config">FactoryConfiguration</A>
|
|
<DD>Getter.
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#getGuid()"><B>getGuid()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>The GUID for this cache instance can be used to determine whether two cache instance references
|
|
are pointing to the same cache.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#getGuid()"><B>getGuid()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>The GUID for this cache instance can be used to determine whether two cache instance references
|
|
are pointing to the same cache.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/CachePeer.html#getGuid()"><B>getGuid()</B></A> -
|
|
Method in interface net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/CachePeer.html" title="interface in net.sf.ehcache.distribution">CachePeer</A>
|
|
<DD>Gets the globally unique id for the underlying <code>Cache</code> instance.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupManager.html#getGuid()"><B>getGuid()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.jgroups.<A HREF="./net/sf/ehcache/distribution/jgroups/JGroupManager.html" title="class in net.sf.ehcache.distribution.jgroups">JGroupManager</A>
|
|
<DD>Gets the globally unique id for the underlying <code>Cache</code> instance.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICachePeer.html#getGuid()"><B>getGuid()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICachePeer.html" title="class in net.sf.ehcache.distribution">RMICachePeer</A>
|
|
<DD>Gets the globally unique id for the underlying <code>Cache</code> instance.
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#getGuid()"><B>getGuid()</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>The GUID for this cache instance can be used to determine whether two cache instance references
|
|
are pointing to the same cache.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/PageInfo.html#getGzippedBody()"><B>getGzippedBody()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.<A HREF="./net/sf/ehcache/constructs/web/PageInfo.html" title="class in net.sf.ehcache.constructs.web">PageInfo</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/GenericResponseWrapper.html#getHeaders()"><B>getHeaders()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.<A HREF="./net/sf/ehcache/constructs/web/GenericResponseWrapper.html" title="class in net.sf.ehcache.constructs.web">GenericResponseWrapper</A>
|
|
<DD>Gets the headers.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/PageInfo.html#getHeaders()"><B>getHeaders()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.<A HREF="./net/sf/ehcache/constructs/web/PageInfo.html" title="class in net.sf.ehcache.constructs.web">PageInfo</A>
|
|
<DD>Returns the headers of the response.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/MulticastKeepaliveHeartbeatSender.html#getHeartBeatInterval()"><B>getHeartBeatInterval()</B></A> -
|
|
Static method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/MulticastKeepaliveHeartbeatSender.html" title="class in net.sf.ehcache.distribution">MulticastKeepaliveHeartbeatSender</A>
|
|
<DD>Returns the heartbeat interval.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/MulticastRMICacheManagerPeerProvider.html#getHeartBeatReceiver()"><B>getHeartBeatReceiver()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/MulticastRMICacheManagerPeerProvider.html" title="class in net.sf.ehcache.distribution">MulticastRMICacheManagerPeerProvider</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/distribution/MulticastRMICacheManagerPeerProvider.html#getHeartBeatSender()"><B>getHeartBeatSender()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/MulticastRMICacheManagerPeerProvider.html" title="class in net.sf.ehcache.distribution">MulticastRMICacheManagerPeerProvider</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#getHitCount()"><B>getHitCount()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD><B>Deprecated.</B> <I>Use <A HREF="./net/sf/ehcache/Statistics.html" title="class in net.sf.ehcache"><CODE>Statistics</CODE></A></I>
|
|
<DT><A HREF="./net/sf/ehcache/Element.html#getHitCount()"><B>getHitCount()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Element.html" title="class in net.sf.ehcache">Element</A>
|
|
<DD>Gets the hit count on this element.
|
|
<DT><A HREF="./net/sf/ehcache/store/LfuPolicy.Metadata.html#getHitCount()"><B>getHitCount()</B></A> -
|
|
Method in interface net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/LfuPolicy.Metadata.html" title="interface in net.sf.ehcache.store">LfuPolicy.Metadata</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCacheEntry.html#getHits()"><B>getHits()</B></A> -
|
|
Method in class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCacheEntry.html" title="class in net.sf.ehcache.jcache">JCacheEntry</A>
|
|
<DD>Gets the hit count on this element.
|
|
<DT><A HREF="./net/sf/ehcache/store/DiskStore.html#getIndexFileName()"><B>getIndexFileName()</B></A> -
|
|
Method in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/DiskStore.html" title="class in net.sf.ehcache.store">DiskStore</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/store/DiskStore.html#getIndexFileSize()"><B>getIndexFileSize()</B></A> -
|
|
Method in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/DiskStore.html" title="class in net.sf.ehcache.store">DiskStore</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheStatistics.html#getInMemoryHits()"><B>getInMemoryHits()</B></A> -
|
|
Method in class net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheStatistics.html" title="class in net.sf.ehcache.management">CacheStatistics</A>
|
|
<DD>Number of times a requested item was found in the Memory Store.
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheStatisticsMBean.html#getInMemoryHits()"><B>getInMemoryHits()</B></A> -
|
|
Method in interface net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheStatisticsMBean.html" title="interface in net.sf.ehcache.management">CacheStatisticsMBean</A>
|
|
<DD>Number of times a requested item was found in the Memory Store.
|
|
<DT><A HREF="./net/sf/ehcache/Statistics.html#getInMemoryHits()"><B>getInMemoryHits()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Statistics.html" title="class in net.sf.ehcache">Statistics</A>
|
|
<DD>Number of times a requested item was found in the Memory Store.
|
|
<DT><A HREF="./net/sf/ehcache/CacheManager.html#getInstance()"><B>getInstance()</B></A> -
|
|
Static method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/CacheManager.html" title="class in net.sf.ehcache">CacheManager</A>
|
|
<DD>A factory method to create a singleton CacheManager with default config, or return it if it exists.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/asynchronous/AsynchronousCommandExecutor.html#getInstance()"><B>getInstance()</B></A> -
|
|
Static method in class net.sf.ehcache.constructs.asynchronous.<A HREF="./net/sf/ehcache/constructs/asynchronous/AsynchronousCommandExecutor.html" title="class in net.sf.ehcache.constructs.asynchronous">AsynchronousCommandExecutor</A>
|
|
<DD>Factory method to get an instance of MessageDispatcher.
|
|
<DT><A HREF="./net/sf/ehcache/CacheManager.html#getJCache(java.lang.String)"><B>getJCache(String)</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/CacheManager.html" title="class in net.sf.ehcache">CacheManager</A>
|
|
<DD>Gets a draft JSR107 spec JCache.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupSerializable.html#getKey()"><B>getKey()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.jgroups.<A HREF="./net/sf/ehcache/distribution/jgroups/JGroupSerializable.html" title="class in net.sf.ehcache.distribution.jgroups">JGroupSerializable</A>
|
|
<DD>Get the Serializable key for the event
|
|
<DT><A HREF="./net/sf/ehcache/Element.html#getKey()"><B>getKey()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Element.html" title="class in net.sf.ehcache">Element</A>
|
|
<DD>Gets the key attribute of the Element object.
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCacheEntry.html#getKey()"><B>getKey()</B></A> -
|
|
Method in class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCacheEntry.html" title="class in net.sf.ehcache.jcache">JCacheEntry</A>
|
|
<DD>Returns the key corresponding to this entry.
|
|
<DT><A HREF="./net/sf/ehcache/store/DiskStore.html#getKeyArray()"><B>getKeyArray()</B></A> -
|
|
Method in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/DiskStore.html" title="class in net.sf.ehcache.store">DiskStore</A>
|
|
<DD>Gets an Array of the keys for all elements in the disk store.
|
|
<DT><A HREF="./net/sf/ehcache/store/MemoryStore.html#getKeyArray()"><B>getKeyArray()</B></A> -
|
|
Method in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/MemoryStore.html" title="class in net.sf.ehcache.store">MemoryStore</A>
|
|
<DD>Gets an Array of the keys for all elements in the memory cache.
|
|
<DT><A HREF="./net/sf/ehcache/store/Store.html#getKeyArray()"><B>getKeyArray()</B></A> -
|
|
Method in interface net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/Store.html" title="interface in net.sf.ehcache.store">Store</A>
|
|
<DD>Gets an Array of the keys for all elements in the disk store.
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#getKeys()"><B>getKeys()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Returns a list of all element keys in the cache, whether or not they are expired.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#getKeys()"><B>getKeys()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Returns the keys for this cache.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/CachePeer.html#getKeys()"><B>getKeys()</B></A> -
|
|
Method in interface net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/CachePeer.html" title="interface in net.sf.ehcache.distribution">CachePeer</A>
|
|
<DD>Returns a list of all elements in the cache, whether or not they are expired.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupManager.html#getKeys()"><B>getKeys()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.jgroups.<A HREF="./net/sf/ehcache/distribution/jgroups/JGroupManager.html" title="class in net.sf.ehcache.distribution.jgroups">JGroupManager</A>
|
|
<DD>Returns a list of all elements in the cache, whether or not they are expired.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICachePeer.html#getKeys()"><B>getKeys()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICachePeer.html" title="class in net.sf.ehcache.distribution">RMICachePeer</A>
|
|
<DD>Returns a list of all elements in the cache, whether or not they are expired.
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#getKeys()"><B>getKeys()</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Returns a list of all elements in the cache, whether or not they are expired.
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#getKeysNoDuplicateCheck()"><B>getKeysNoDuplicateCheck()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Returns a list of all elements in the cache, whether or not they are expired.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#getKeysNoDuplicateCheck()"><B>getKeysNoDuplicateCheck()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Returns a list of all elements in the cache, whether or not they are expired.
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#getKeysNoDuplicateCheck()"><B>getKeysNoDuplicateCheck()</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Returns a list of all elements in the cache, whether or not they are expired.
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#getKeysWithExpiryCheck()"><B>getKeysWithExpiryCheck()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Returns a list of all element keys in the cache.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#getKeysWithExpiryCheck()"><B>getKeysWithExpiryCheck()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Returns a list of all elements in the cache.
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#getKeysWithExpiryCheck()"><B>getKeysWithExpiryCheck()</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Returns a list of all elements in the cache.
|
|
<DT><A HREF="./net/sf/ehcache/Element.html#getLastAccessTime()"><B>getLastAccessTime()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Element.html" title="class in net.sf.ehcache">Element</A>
|
|
<DD>Gets the last access time.
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCacheEntry.html#getLastAccessTime()"><B>getLastAccessTime()</B></A> -
|
|
Method in class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCacheEntry.html" title="class in net.sf.ehcache.jcache">JCacheEntry</A>
|
|
<DD>Gets the last access time.
|
|
<DT><A HREF="./net/sf/ehcache/Element.html#getLastUpdateTime()"><B>getLastUpdateTime()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Element.html" title="class in net.sf.ehcache">Element</A>
|
|
<DD>If there is an Element in the Cache and it is replaced with a new Element for the same key,
|
|
then both the version number and lastUpdateTime should be updated to reflect that.
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCacheEntry.html#getLastUpdateTime()"><B>getLastUpdateTime()</B></A> -
|
|
Method in class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCacheEntry.html" title="class in net.sf.ehcache.jcache">JCacheEntry</A>
|
|
<DD>Updated means there was an existing Element that was replaced with a new one, for the same key.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#getLockForKey(java.lang.Object)"><B>getLockForKey(Object)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Gets the Mutex to use for a given key.
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#getMaxElementsInMemory()"><B>getMaxElementsInMemory()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD><B>Deprecated.</B> <I>Get this from the configuration</I>
|
|
<DT><A HREF="./net/sf/ehcache/config/CacheConfiguration.html#getMaxElementsInMemory()"><B>getMaxElementsInMemory()</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/CacheConfiguration.html" title="class in net.sf.ehcache.config">CacheConfiguration</A>
|
|
<DD>Accessor
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#getMaxElementsInMemory()"><B>getMaxElementsInMemory()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Gets the maximum number of elements to hold in memory.
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#getMaxElementsInMemory()"><B>getMaxElementsInMemory()</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Gets the maximum number of elements to hold in memory.
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheConfiguration.html#getMaxElementsInMemory()"><B>getMaxElementsInMemory()</B></A> -
|
|
Method in class net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheConfiguration.html" title="class in net.sf.ehcache.management">CacheConfiguration</A>
|
|
<DD>Accessor
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheConfigurationMBean.html#getMaxElementsInMemory()"><B>getMaxElementsInMemory()</B></A> -
|
|
Method in interface net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheConfigurationMBean.html" title="interface in net.sf.ehcache.management">CacheConfigurationMBean</A>
|
|
<DD>Accessor
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#getMaxElementsOnDisk()"><B>getMaxElementsOnDisk()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD><B>Deprecated.</B> <I>Get this from the configuration</I>
|
|
<DT><A HREF="./net/sf/ehcache/config/CacheConfiguration.html#getMaxElementsOnDisk()"><B>getMaxElementsOnDisk()</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/CacheConfiguration.html" title="class in net.sf.ehcache.config">CacheConfiguration</A>
|
|
<DD>Accessor
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#getMaxElementsOnDisk()"><B>getMaxElementsOnDisk()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#getMaxElementsOnDisk()"><B>getMaxElementsOnDisk()</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Gets the maximum number of elements to hold on Disk.
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheConfiguration.html#getMaxElementsOnDisk()"><B>getMaxElementsOnDisk()</B></A> -
|
|
Method in class net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheConfiguration.html" title="class in net.sf.ehcache.management">CacheConfiguration</A>
|
|
<DD>Accessor
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheConfigurationMBean.html#getMaxElementsOnDisk()"><B>getMaxElementsOnDisk()</B></A> -
|
|
Method in interface net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheConfigurationMBean.html" title="interface in net.sf.ehcache.management">CacheConfigurationMBean</A>
|
|
<DD>Accessor
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMIBootstrapCacheLoader.html#getMaximumChunkSizeBytes()"><B>getMaximumChunkSizeBytes()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMIBootstrapCacheLoader.html" title="class in net.sf.ehcache.distribution">RMIBootstrapCacheLoader</A>
|
|
<DD>Gets the maximum chunk size
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#getMemoryStore()"><B>getMemoryStore()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Gets the internal MemoryStore.
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#getMemoryStoreEvictionPolicy()"><B>getMemoryStoreEvictionPolicy()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD><B>Deprecated.</B> <I>Get this from the configuration</I>
|
|
<DT><A HREF="./net/sf/ehcache/config/CacheConfiguration.html#getMemoryStoreEvictionPolicy()"><B>getMemoryStoreEvictionPolicy()</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/CacheConfiguration.html" title="class in net.sf.ehcache.config">CacheConfiguration</A>
|
|
<DD>Accessor
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#getMemoryStoreEvictionPolicy()"><B>getMemoryStoreEvictionPolicy()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>The policy used to evict elements from the <A HREF="./net/sf/ehcache/store/MemoryStore.html" title="class in net.sf.ehcache.store"><CODE>MemoryStore</CODE></A>.
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#getMemoryStoreEvictionPolicy()"><B>getMemoryStoreEvictionPolicy()</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>The policy used to evict elements from the <A HREF="./net/sf/ehcache/store/MemoryStore.html" title="class in net.sf.ehcache.store"><CODE>MemoryStore</CODE></A>.
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheConfiguration.html#getMemoryStoreEvictionPolicy()"><B>getMemoryStoreEvictionPolicy()</B></A> -
|
|
Method in class net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheConfiguration.html" title="class in net.sf.ehcache.management">CacheConfiguration</A>
|
|
<DD>Accessor
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheConfigurationMBean.html#getMemoryStoreEvictionPolicy()"><B>getMemoryStoreEvictionPolicy()</B></A> -
|
|
Method in interface net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheConfigurationMBean.html" title="interface in net.sf.ehcache.management">CacheConfigurationMBean</A>
|
|
<DD>Accessor
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#getMemoryStoreHitCount()"><B>getMemoryStoreHitCount()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD><B>Deprecated.</B> <I>Use <A HREF="./net/sf/ehcache/Statistics.html" title="class in net.sf.ehcache"><CODE>Statistics</CODE></A></I>
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#getMemoryStoreSize()"><B>getMemoryStoreSize()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Returns the number of elements in the memory store.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#getMemoryStoreSize()"><B>getMemoryStoreSize()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Returns the number of elements in the memory store.
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#getMemoryStoreSize()"><B>getMemoryStoreSize()</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Returns the number of elements in the memory store.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/asynchronous/AsynchronousCommandExecutor.html#getMessageCache()"><B>getMessageCache()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.asynchronous.<A HREF="./net/sf/ehcache/constructs/asynchronous/AsynchronousCommandExecutor.html" title="class in net.sf.ehcache.constructs.asynchronous">AsynchronousCommandExecutor</A>
|
|
<DD>Gets the message cache
|
|
<DT><A HREF="./net/sf/ehcache/MimeTypeByteArray.html#getMimeType()"><B>getMimeType()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/MimeTypeByteArray.html" title="class in net.sf.ehcache">MimeTypeByteArray</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#getMissCountExpired()"><B>getMissCountExpired()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD><B>Deprecated.</B> <I>Use <A HREF="./net/sf/ehcache/Statistics.html" title="class in net.sf.ehcache"><CODE>Statistics</CODE></A></I>
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#getMissCountNotFound()"><B>getMissCountNotFound()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD><B>Deprecated.</B> <I>Use <A HREF="./net/sf/ehcache/Statistics.html" title="class in net.sf.ehcache"><CODE>Statistics</CODE></A></I>
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#getName()"><B>getName()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Gets the cache name.
|
|
<DT><A HREF="./net/sf/ehcache/CacheManager.html#getName()"><B>getName()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/CacheManager.html" title="class in net.sf.ehcache">CacheManager</A>
|
|
<DD>Gets the name of the CacheManager.
|
|
<DT><A HREF="./net/sf/ehcache/config/CacheConfiguration.html#getName()"><B>getName()</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/CacheConfiguration.html" title="class in net.sf.ehcache.config">CacheConfiguration</A>
|
|
<DD>Accessor
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#getName()"><B>getName()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Returns this cache's name
|
|
<DT><A HREF="./net/sf/ehcache/distribution/CachePeer.html#getName()"><B>getName()</B></A> -
|
|
Method in interface net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/CachePeer.html" title="interface in net.sf.ehcache.distribution">CachePeer</A>
|
|
<DD>Gets the cache name.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupManager.html#getName()"><B>getName()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.jgroups.<A HREF="./net/sf/ehcache/distribution/jgroups/JGroupManager.html" title="class in net.sf.ehcache.distribution.jgroups">JGroupManager</A>
|
|
<DD>Gets the cache name.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICachePeer.html#getName()"><B>getName()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICachePeer.html" title="class in net.sf.ehcache.distribution">RMICachePeer</A>
|
|
<DD>Gets the cache name
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#getName()"><B>getName()</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Gets the cache name.
|
|
<DT><A HREF="./net/sf/ehcache/loader/CacheLoader.html#getName()"><B>getName()</B></A> -
|
|
Method in interface net.sf.ehcache.loader.<A HREF="./net/sf/ehcache/loader/CacheLoader.html" title="interface in net.sf.ehcache.loader">CacheLoader</A>
|
|
<DD>Gets the name of a CacheLoader
|
|
<DT><A HREF="./net/sf/ehcache/management/Cache.html#getName()"><B>getName()</B></A> -
|
|
Method in class net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/Cache.html" title="class in net.sf.ehcache.management">Cache</A>
|
|
<DD>Gets the cache name.
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheConfiguration.html#getName()"><B>getName()</B></A> -
|
|
Method in class net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheConfiguration.html" title="class in net.sf.ehcache.management">CacheConfiguration</A>
|
|
<DD>Accessor
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheConfigurationMBean.html#getName()"><B>getName()</B></A> -
|
|
Method in interface net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheConfigurationMBean.html" title="interface in net.sf.ehcache.management">CacheConfigurationMBean</A>
|
|
<DD>Accessor
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheMBean.html#getName()"><B>getName()</B></A> -
|
|
Method in interface net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheMBean.html" title="interface in net.sf.ehcache.management">CacheMBean</A>
|
|
<DD>Gets the cache name.
|
|
<DT><A HREF="./net/sf/ehcache/Element.html#getNextToLastAccessTime()"><B>getNextToLastAccessTime()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Element.html" title="class in net.sf.ehcache">Element</A>
|
|
<DD>Gets the next to last access time.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/asynchronous/Command.html#getNumberOfAttempts()"><B>getNumberOfAttempts()</B></A> -
|
|
Method in interface net.sf.ehcache.constructs.asynchronous.<A HREF="./net/sf/ehcache/constructs/asynchronous/Command.html" title="interface in net.sf.ehcache.constructs.asynchronous">Command</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCacheStatistics.html#getObjectCount()"><B>getObjectCount()</B></A> -
|
|
Method in class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCacheStatistics.html" title="class in net.sf.ehcache.jcache">JCacheStatistics</A>
|
|
<DD>Gets the number of elements stored in the cache.
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheStatistics.html#getObjectCount()"><B>getObjectCount()</B></A> -
|
|
Method in class net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheStatistics.html" title="class in net.sf.ehcache.management">CacheStatistics</A>
|
|
<DD>Gets the number of elements stored in the cache.
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheStatisticsMBean.html#getObjectCount()"><B>getObjectCount()</B></A> -
|
|
Method in interface net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheStatisticsMBean.html" title="interface in net.sf.ehcache.management">CacheStatisticsMBean</A>
|
|
<DD>Gets the number of elements stored in the cache.
|
|
<DT><A HREF="./net/sf/ehcache/Statistics.html#getObjectCount()"><B>getObjectCount()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Statistics.html" title="class in net.sf.ehcache">Statistics</A>
|
|
<DD>Gets the number of elements stored in the cache.
|
|
<DT><A HREF="./net/sf/ehcache/Element.html#getObjectKey()"><B>getObjectKey()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Element.html" title="class in net.sf.ehcache">Element</A>
|
|
<DD>Gets the key attribute of the Element object.
|
|
<DT><A HREF="./net/sf/ehcache/store/LfuPolicy.Metadata.html#getObjectKey()"><B>getObjectKey()</B></A> -
|
|
Method in interface net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/LfuPolicy.Metadata.html" title="interface in net.sf.ehcache.store">LfuPolicy.Metadata</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/management/Cache.html#getObjectName()"><B>getObjectName()</B></A> -
|
|
Method in class net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/Cache.html" title="class in net.sf.ehcache.management">Cache</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheConfiguration.html#getObjectName()"><B>getObjectName()</B></A> -
|
|
Method in class net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheConfiguration.html" title="class in net.sf.ehcache.management">CacheConfiguration</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheManager.html#getObjectName()"><B>getObjectName()</B></A> -
|
|
Method in class net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheManager.html" title="class in net.sf.ehcache.management">CacheManager</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheStatistics.html#getObjectName()"><B>getObjectName()</B></A> -
|
|
Method in class net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheStatistics.html" title="class in net.sf.ehcache.management">CacheStatistics</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/Element.html#getObjectValue()"><B>getObjectValue()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Element.html" title="class in net.sf.ehcache">Element</A>
|
|
<DD>Gets the value attribute of the Element object as an Object.
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheStatistics.html#getOnDiskHits()"><B>getOnDiskHits()</B></A> -
|
|
Method in class net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheStatistics.html" title="class in net.sf.ehcache.management">CacheStatistics</A>
|
|
<DD>Number of times a requested item was found in the Disk Store.
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheStatisticsMBean.html#getOnDiskHits()"><B>getOnDiskHits()</B></A> -
|
|
Method in interface net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheStatisticsMBean.html" title="interface in net.sf.ehcache.management">CacheStatisticsMBean</A>
|
|
<DD>Number of times a requested item was found in the Disk Store.
|
|
<DT><A HREF="./net/sf/ehcache/Statistics.html#getOnDiskHits()"><B>getOnDiskHits()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Statistics.html" title="class in net.sf.ehcache">Statistics</A>
|
|
<DD>Number of times a requested item was found in the Disk Store.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/GenericResponseWrapper.html#getOutputStream()"><B>getOutputStream()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.<A HREF="./net/sf/ehcache/constructs/web/GenericResponseWrapper.html" title="class in net.sf.ehcache.constructs.web">GenericResponseWrapper</A>
|
|
<DD>Gets the outputstream.
|
|
<DT><A HREF="./net/sf/ehcache/config/DiskStoreConfiguration.html#getPath()"><B>getPath()</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/DiskStoreConfiguration.html" title="class in net.sf.ehcache.config">DiskStoreConfiguration</A>
|
|
<DD>The diskStore path
|
|
<DT><A HREF="./net/sf/ehcache/config/FactoryConfiguration.html#getProperties()"><B>getProperties()</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/FactoryConfiguration.html" title="class in net.sf.ehcache.config">FactoryConfiguration</A>
|
|
<DD>Getter.
|
|
<DT><A HREF="./net/sf/ehcache/config/FactoryConfiguration.html#getPropertySeparator()"><B>getPropertySeparator()</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/FactoryConfiguration.html" title="class in net.sf.ehcache.config">FactoryConfiguration</A>
|
|
<DD>Getter
|
|
<DT><A HREF="./net/sf/ehcache/constructs/asynchronous/AsynchronousCommandExecutor.html#getQueue()"><B>getQueue()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.asynchronous.<A HREF="./net/sf/ehcache/constructs/asynchronous/AsynchronousCommandExecutor.html" title="class in net.sf.ehcache.constructs.asynchronous">AsynchronousCommandExecutor</A>
|
|
<DD>Must be synchronized as potentially two threads could create new queues at the same time, with the result
|
|
that one element would be lost.
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#getQuiet(java.io.Serializable)"><B>getQuiet(Serializable)</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Gets an element from the cache, without updating Element statistics.
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#getQuiet(java.lang.Object)"><B>getQuiet(Object)</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Gets an element from the cache, without updating Element statistics.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#getQuiet(java.io.Serializable)"><B>getQuiet(Serializable)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Gets an element from the cache, without updating Element statistics.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#getQuiet(java.lang.Object)"><B>getQuiet(Object)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Gets an element from the cache, without updating Element statistics.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/CachePeer.html#getQuiet(java.io.Serializable)"><B>getQuiet(Serializable)</B></A> -
|
|
Method in interface net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/CachePeer.html" title="interface in net.sf.ehcache.distribution">CachePeer</A>
|
|
<DD>Gets an element from the cache, without updating Element statistics.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupManager.html#getQuiet(java.io.Serializable)"><B>getQuiet(Serializable)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.jgroups.<A HREF="./net/sf/ehcache/distribution/jgroups/JGroupManager.html" title="class in net.sf.ehcache.distribution.jgroups">JGroupManager</A>
|
|
<DD>Gets an element from the cache, without updating Element statistics.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICachePeer.html#getQuiet(java.io.Serializable)"><B>getQuiet(Serializable)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICachePeer.html" title="class in net.sf.ehcache.distribution">RMICachePeer</A>
|
|
<DD>Gets an element from the cache, without updating Element statistics.
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#getQuiet(java.io.Serializable)"><B>getQuiet(Serializable)</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Gets an element from the cache, without updating Element statistics.
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#getQuiet(java.lang.Object)"><B>getQuiet(Object)</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Gets an element from the cache, without updating Element statistics.
|
|
<DT><A HREF="./net/sf/ehcache/store/DiskStore.html#getQuiet(java.lang.Object)"><B>getQuiet(Object)</B></A> -
|
|
Method in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/DiskStore.html" title="class in net.sf.ehcache.store">DiskStore</A>
|
|
<DD>Gets an <A HREF="./net/sf/ehcache/Element.html" title="class in net.sf.ehcache"><CODE>Element</CODE></A> from the Disk Store, without updating statistics
|
|
<DT><A HREF="./net/sf/ehcache/store/MemoryStore.html#getQuiet(java.lang.Object)"><B>getQuiet(Object)</B></A> -
|
|
Method in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/MemoryStore.html" title="class in net.sf.ehcache.store">MemoryStore</A>
|
|
<DD>Gets an item from the cache, without updating statistics.
|
|
<DT><A HREF="./net/sf/ehcache/store/Store.html#getQuiet(java.lang.Object)"><B>getQuiet(Object)</B></A> -
|
|
Method in interface net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/Store.html" title="interface in net.sf.ehcache.store">Store</A>
|
|
<DD>Gets an <A HREF="./net/sf/ehcache/Element.html" title="class in net.sf.ehcache"><CODE>Element</CODE></A> from the Store, without updating statistics
|
|
<DT><A HREF="./net/sf/ehcache/hibernate/EhCache.html#getRegionName()"><B>getRegionName()</B></A> -
|
|
Method in class net.sf.ehcache.hibernate.<A HREF="./net/sf/ehcache/hibernate/EhCache.html" title="class in net.sf.ehcache.hibernate">EhCache</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/event/CacheManagerEventListenerRegistry.html#getRegisteredListeners()"><B>getRegisteredListeners()</B></A> -
|
|
Method in class net.sf.ehcache.event.<A HREF="./net/sf/ehcache/event/CacheManagerEventListenerRegistry.html" title="class in net.sf.ehcache.event">CacheManagerEventListenerRegistry</A>
|
|
<DD>Gets a Set of the listeners registered to this class
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/PageInfo.html#getSerializableCookies()"><B>getSerializableCookies()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.<A HREF="./net/sf/ehcache/constructs/web/PageInfo.html" title="class in net.sf.ehcache.constructs.web">PageInfo</A>
|
|
<DD>Returns the cookies of the response.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/EventMessage.html#getSerializableKey()"><B>getSerializableKey()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/EventMessage.html" title="class in net.sf.ehcache.distribution">EventMessage</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/Element.html#getSerializedSize()"><B>getSerializedSize()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Element.html" title="class in net.sf.ehcache">Element</A>
|
|
<DD>The size of this object in serialized form.
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#getSize()"><B>getSize()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Gets the size of the cache.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#getSize()"><B>getSize()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Gets the size of the cache.
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#getSize()"><B>getSize()</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Gets the size of the cache.
|
|
<DT><A HREF="./net/sf/ehcache/store/DiskStore.html#getSize()"><B>getSize()</B></A> -
|
|
Method in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/DiskStore.html" title="class in net.sf.ehcache.store">DiskStore</A>
|
|
<DD>Returns the current store size.
|
|
<DT><A HREF="./net/sf/ehcache/store/MemoryStore.html#getSize()"><B>getSize()</B></A> -
|
|
Method in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/MemoryStore.html" title="class in net.sf.ehcache.store">MemoryStore</A>
|
|
<DD>Returns the current cache size.
|
|
<DT><A HREF="./net/sf/ehcache/store/Store.html#getSize()"><B>getSize()</B></A> -
|
|
Method in interface net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/Store.html" title="interface in net.sf.ehcache.store">Store</A>
|
|
<DD>Returns the current store size.
|
|
<DT><A HREF="./net/sf/ehcache/store/MemoryStore.html#getSizeInBytes()"><B>getSizeInBytes()</B></A> -
|
|
Method in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/MemoryStore.html" title="class in net.sf.ehcache.store">MemoryStore</A>
|
|
<DD>Measures the size of the memory store by measuring the serialized size of all elements.
|
|
<DT><A HREF="./net/sf/ehcache/hibernate/EhCache.html#getSizeInMemory()"><B>getSizeInMemory()</B></A> -
|
|
Method in class net.sf.ehcache.hibernate.<A HREF="./net/sf/ehcache/hibernate/EhCache.html" title="class in net.sf.ehcache.hibernate">EhCache</A>
|
|
<DD>Warning: This method can be very expensive to run.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/MulticastRMICacheManagerPeerProvider.html#getStaleTime()"><B>getStaleTime()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/MulticastRMICacheManagerPeerProvider.html" title="class in net.sf.ehcache.distribution">MulticastRMICacheManagerPeerProvider</A>
|
|
<DD>The time after which an unrefreshed peer provider entry is considered stale.
|
|
<DT><A HREF="./net/sf/ehcache/util/ClassLoaderUtil.html#getStandardClassLoader()"><B>getStandardClassLoader()</B></A> -
|
|
Static method in class net.sf.ehcache.util.<A HREF="./net/sf/ehcache/util/ClassLoaderUtil.html" title="class in net.sf.ehcache.util">ClassLoaderUtil</A>
|
|
<DD>Gets the <code>ClassLoader</code> that all classes in ehcache, and extensions, should
|
|
use for classloading.
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#getStatistics()"><B>getStatistics()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Gets an immutable Statistics object representing the Cache statistics at the time.
|
|
<p/>
|
|
Note, the <A HREF="./net/sf/ehcache/Cache.html#getSize()"><CODE>Cache.getSize()</CODE></A> method will have the same value as the size reported by Statistics
|
|
for the statistics accuracy of <A HREF="./net/sf/ehcache/Statistics.html#STATISTICS_ACCURACY_BEST_EFFORT"><CODE>Statistics.STATISTICS_ACCURACY_BEST_EFFORT</CODE></A>.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#getStatistics()"><B>getStatistics()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Gets an immutable Statistics object representing the Cache statistics at the time.
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#getStatistics()"><B>getStatistics()</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Gets an immutable Statistics object representing the Cache statistics at the time.
|
|
<DT><A HREF="./net/sf/ehcache/management/Cache.html#getStatistics()"><B>getStatistics()</B></A> -
|
|
Method in class net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/Cache.html" title="class in net.sf.ehcache.management">Cache</A>
|
|
<DD>Gets the JMX cache statistics
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheMBean.html#getStatistics()"><B>getStatistics()</B></A> -
|
|
Method in interface net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheMBean.html" title="interface in net.sf.ehcache.management">CacheMBean</A>
|
|
<DD>Gets the JMX cache statistics
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#getStatisticsAccuracy()"><B>getStatisticsAccuracy()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Accurately measuring statistics can be expensive.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#getStatisticsAccuracy()"><B>getStatisticsAccuracy()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Accurately measuring statistics can be expensive.
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#getStatisticsAccuracy()"><B>getStatisticsAccuracy()</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Accurately measuring statistics can be expensive.
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCacheStatistics.html#getStatisticsAccuracy()"><B>getStatisticsAccuracy()</B></A> -
|
|
Method in class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCacheStatistics.html" title="class in net.sf.ehcache.jcache">JCacheStatistics</A>
|
|
<DD>Accurately measuring statistics can be expensive.
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheStatistics.html#getStatisticsAccuracy()"><B>getStatisticsAccuracy()</B></A> -
|
|
Method in class net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheStatistics.html" title="class in net.sf.ehcache.management">CacheStatistics</A>
|
|
<DD>Accurately measuring statistics can be expensive.
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheStatisticsMBean.html#getStatisticsAccuracy()"><B>getStatisticsAccuracy()</B></A> -
|
|
Method in interface net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheStatisticsMBean.html" title="interface in net.sf.ehcache.management">CacheStatisticsMBean</A>
|
|
<DD>Accurately measuring statistics can be expensive.
|
|
<DT><A HREF="./net/sf/ehcache/Statistics.html#getStatisticsAccuracy()"><B>getStatisticsAccuracy()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Statistics.html" title="class in net.sf.ehcache">Statistics</A>
|
|
<DD>Accurately measuring statistics can be expensive.
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheStatistics.html#getStatisticsAccuracyDescription()"><B>getStatisticsAccuracyDescription()</B></A> -
|
|
Method in class net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheStatistics.html" title="class in net.sf.ehcache.management">CacheStatistics</A>
|
|
<DD>Accurately measuring statistics can be expensive.
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheStatisticsMBean.html#getStatisticsAccuracyDescription()"><B>getStatisticsAccuracyDescription()</B></A> -
|
|
Method in interface net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheStatisticsMBean.html" title="interface in net.sf.ehcache.management">CacheStatisticsMBean</A>
|
|
<DD>Accurately measuring statistics can be expensive.
|
|
<DT><A HREF="./net/sf/ehcache/Statistics.html#getStatisticsAccuracyDescription()"><B>getStatisticsAccuracyDescription()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Statistics.html" title="class in net.sf.ehcache">Statistics</A>
|
|
<DD>Accurately measuring statistics can be expensive.
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#getStatus()"><B>getStatus()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Gets the status attribute of the Cache.
|
|
<DT><A HREF="./net/sf/ehcache/CacheManager.html#getStatus()"><B>getStatus()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/CacheManager.html" title="class in net.sf.ehcache">CacheManager</A>
|
|
<DD>Gets the status attribute of the Ehcache
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#getStatus()"><B>getStatus()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Gets the status attribute of the Cache.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/GenericResponseWrapper.html#getStatus()"><B>getStatus()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.<A HREF="./net/sf/ehcache/constructs/web/GenericResponseWrapper.html" title="class in net.sf.ehcache.constructs.web">GenericResponseWrapper</A>
|
|
<DD>Returns the status code for this response.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupManager.html#getStatus()"><B>getStatus()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.jgroups.<A HREF="./net/sf/ehcache/distribution/jgroups/JGroupManager.html" title="class in net.sf.ehcache.distribution.jgroups">JGroupManager</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerListener.html#getStatus()"><B>getStatus()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerListener.html" title="class in net.sf.ehcache.distribution">RMICacheManagerPeerListener</A>
|
|
<DD>Returns the listener status.
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#getStatus()"><B>getStatus()</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Gets the status attribute of the Cache.
|
|
<DT><A HREF="./net/sf/ehcache/event/CacheManagerEventListener.html#getStatus()"><B>getStatus()</B></A> -
|
|
Method in interface net.sf.ehcache.event.<A HREF="./net/sf/ehcache/event/CacheManagerEventListener.html" title="interface in net.sf.ehcache.event">CacheManagerEventListener</A>
|
|
<DD>Returns the listener status.
|
|
<DT><A HREF="./net/sf/ehcache/event/CacheManagerEventListenerRegistry.html#getStatus()"><B>getStatus()</B></A> -
|
|
Method in class net.sf.ehcache.event.<A HREF="./net/sf/ehcache/event/CacheManagerEventListenerRegistry.html" title="class in net.sf.ehcache.event">CacheManagerEventListenerRegistry</A>
|
|
<DD>Returns the listener status.
|
|
<DT><A HREF="./net/sf/ehcache/extension/CacheExtension.html#getStatus()"><B>getStatus()</B></A> -
|
|
Method in interface net.sf.ehcache.extension.<A HREF="./net/sf/ehcache/extension/CacheExtension.html" title="interface in net.sf.ehcache.extension">CacheExtension</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/management/Cache.html#getStatus()"><B>getStatus()</B></A> -
|
|
Method in class net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/Cache.html" title="class in net.sf.ehcache.management">Cache</A>
|
|
<DD>Gets the status attribute of the Cache.
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheManager.html#getStatus()"><B>getStatus()</B></A> -
|
|
Method in class net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheManager.html" title="class in net.sf.ehcache.management">CacheManager</A>
|
|
<DD>Gets the status attribute of the Ehcache
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheManagerMBean.html#getStatus()"><B>getStatus()</B></A> -
|
|
Method in interface net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheManagerMBean.html" title="interface in net.sf.ehcache.management">CacheManagerMBean</A>
|
|
<DD>Gets the status attribute of the Ehcache
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheMBean.html#getStatus()"><B>getStatus()</B></A> -
|
|
Method in interface net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheMBean.html" title="interface in net.sf.ehcache.management">CacheMBean</A>
|
|
<DD>Gets the status attribute of the Cache.
|
|
<DT><A HREF="./net/sf/ehcache/management/ManagementService.html#getStatus()"><B>getStatus()</B></A> -
|
|
Method in class net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/ManagementService.html" title="class in net.sf.ehcache.management">ManagementService</A>
|
|
<DD>Returns the listener status.
|
|
<DT><A HREF="./net/sf/ehcache/store/DiskStore.html#getStatus()"><B>getStatus()</B></A> -
|
|
Method in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/DiskStore.html" title="class in net.sf.ehcache.store">DiskStore</A>
|
|
<DD>Returns the store status.
|
|
<DT><A HREF="./net/sf/ehcache/store/MemoryStore.html#getStatus()"><B>getStatus()</B></A> -
|
|
Method in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/MemoryStore.html" title="class in net.sf.ehcache.store">MemoryStore</A>
|
|
<DD>Gets the status of the MemoryStore.
|
|
<DT><A HREF="./net/sf/ehcache/store/Store.html#getStatus()"><B>getStatus()</B></A> -
|
|
Method in interface net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/Store.html" title="interface in net.sf.ehcache.store">Store</A>
|
|
<DD>Returns the cache status.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/PageInfo.html#getStatusCode()"><B>getStatusCode()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.<A HREF="./net/sf/ehcache/constructs/web/PageInfo.html" title="class in net.sf.ehcache.constructs.web">PageInfo</A>
|
|
<DD>Returns the status code of the response.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/asynchronous/Command.html#getThrowablesToRetryOn()"><B>getThrowablesToRetryOn()</B></A> -
|
|
Method in interface net.sf.ehcache.constructs.asynchronous.<A HREF="./net/sf/ehcache/constructs/asynchronous/Command.html" title="interface in net.sf.ehcache.constructs.asynchronous">Command</A>
|
|
<DD>The AsynchronousCommandExecutor may also be fault tolerant.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/CacheManagerPeerProvider.html#getTimeForClusterToForm()"><B>getTimeForClusterToForm()</B></A> -
|
|
Method in interface net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/CacheManagerPeerProvider.html" title="interface in net.sf.ehcache.distribution">CacheManagerPeerProvider</A>
|
|
<DD>Time for a cluster to form.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupManager.html#getTimeForClusterToForm()"><B>getTimeForClusterToForm()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.jgroups.<A HREF="./net/sf/ehcache/distribution/jgroups/JGroupManager.html" title="class in net.sf.ehcache.distribution.jgroups">JGroupManager</A>
|
|
<DD>Time for a cluster to form.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/ManualRMICacheManagerPeerProvider.html#getTimeForClusterToForm()"><B>getTimeForClusterToForm()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/ManualRMICacheManagerPeerProvider.html" title="class in net.sf.ehcache.distribution">ManualRMICacheManagerPeerProvider</A>
|
|
<DD>Time for a cluster to form.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/MulticastRMICacheManagerPeerProvider.html#getTimeForClusterToForm()"><B>getTimeForClusterToForm()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/MulticastRMICacheManagerPeerProvider.html" title="class in net.sf.ehcache.distribution">MulticastRMICacheManagerPeerProvider</A>
|
|
<DD>Time for a cluster to form.
|
|
<DT><A HREF="./net/sf/ehcache/hibernate/EhCache.html#getTimeout()"><B>getTimeout()</B></A> -
|
|
Method in class net.sf.ehcache.hibernate.<A HREF="./net/sf/ehcache/hibernate/EhCache.html" title="class in net.sf.ehcache.hibernate">EhCache</A>
|
|
<DD>Returns the lock timeout for this cache, which is 60s
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#getTimeoutMillis()"><B>getTimeoutMillis()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Gets the time to wait to acquire a lock.
|
|
<DT><A HREF="./net/sf/ehcache/Element.html#getTimeToIdle()"><B>getTimeToIdle()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Element.html" title="class in net.sf.ehcache">Element</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#getTimeToIdleSeconds()"><B>getTimeToIdleSeconds()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD><B>Deprecated.</B> <I>Get this from the configuration</I>
|
|
<DT><A HREF="./net/sf/ehcache/config/CacheConfiguration.html#getTimeToIdleSeconds()"><B>getTimeToIdleSeconds()</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/CacheConfiguration.html" title="class in net.sf.ehcache.config">CacheConfiguration</A>
|
|
<DD>Accessor
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#getTimeToIdleSeconds()"><B>getTimeToIdleSeconds()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Gets timeToIdleSeconds.
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#getTimeToIdleSeconds()"><B>getTimeToIdleSeconds()</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Gets timeToIdleSeconds.
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheConfiguration.html#getTimeToIdleSeconds()"><B>getTimeToIdleSeconds()</B></A> -
|
|
Method in class net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheConfiguration.html" title="class in net.sf.ehcache.management">CacheConfiguration</A>
|
|
<DD>Accessor
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheConfigurationMBean.html#getTimeToIdleSeconds()"><B>getTimeToIdleSeconds()</B></A> -
|
|
Method in interface net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheConfigurationMBean.html" title="interface in net.sf.ehcache.management">CacheConfigurationMBean</A>
|
|
<DD>Accessor
|
|
<DT><A HREF="./net/sf/ehcache/distribution/MulticastKeepaliveHeartbeatSender.html#getTimeToLive()"><B>getTimeToLive()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/MulticastKeepaliveHeartbeatSender.html" title="class in net.sf.ehcache.distribution">MulticastKeepaliveHeartbeatSender</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/Element.html#getTimeToLive()"><B>getTimeToLive()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Element.html" title="class in net.sf.ehcache">Element</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#getTimeToLiveSeconds()"><B>getTimeToLiveSeconds()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD><B>Deprecated.</B> <I>Get this from the configuration</I>
|
|
<DT><A HREF="./net/sf/ehcache/config/CacheConfiguration.html#getTimeToLiveSeconds()"><B>getTimeToLiveSeconds()</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/CacheConfiguration.html" title="class in net.sf.ehcache.config">CacheConfiguration</A>
|
|
<DD>Accessor
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#getTimeToLiveSeconds()"><B>getTimeToLiveSeconds()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Gets timeToLiveSeconds.
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#getTimeToLiveSeconds()"><B>getTimeToLiveSeconds()</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Gets timeToLiveSeconds.
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheConfiguration.html#getTimeToLiveSeconds()"><B>getTimeToLiveSeconds()</B></A> -
|
|
Method in class net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheConfiguration.html" title="class in net.sf.ehcache.management">CacheConfiguration</A>
|
|
<DD>Accessor
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheConfigurationMBean.html#getTimeToLiveSeconds()"><B>getTimeToLiveSeconds()</B></A> -
|
|
Method in interface net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheConfigurationMBean.html" title="interface in net.sf.ehcache.management">CacheConfigurationMBean</A>
|
|
<DD>Accessor
|
|
<DT><A HREF="./net/sf/ehcache/store/DiskStore.html#getTotalFileSize()"><B>getTotalFileSize()</B></A> -
|
|
Method in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/DiskStore.html" title="class in net.sf.ehcache.store">DiskStore</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/PageInfo.html#getUngzippedBody()"><B>getUngzippedBody()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.<A HREF="./net/sf/ehcache/constructs/web/PageInfo.html" title="class in net.sf.ehcache.constructs.web">PageInfo</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/distribution/CacheManagerPeerListener.html#getUniqueResourceIdentifier()"><B>getUniqueResourceIdentifier()</B></A> -
|
|
Method in interface net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/CacheManagerPeerListener.html" title="interface in net.sf.ehcache.distribution">CacheManagerPeerListener</A>
|
|
<DD>A listener will normally have a resource that only one instance can use at the same time,
|
|
such as a port.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerListener.html#getUniqueResourceIdentifier()"><B>getUniqueResourceIdentifier()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerListener.html" title="class in net.sf.ehcache.distribution">RMICacheManagerPeerListener</A>
|
|
<DD>A listener will normally have a resource that only one instance can use at the same time,
|
|
such as a port.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/CachePeer.html#getUrl()"><B>getUrl()</B></A> -
|
|
Method in interface net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/CachePeer.html" title="interface in net.sf.ehcache.distribution">CachePeer</A>
|
|
<DD>The URL for the remote replicator to connect.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupManager.html#getUrl()"><B>getUrl()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.jgroups.<A HREF="./net/sf/ehcache/distribution/jgroups/JGroupManager.html" title="class in net.sf.ehcache.distribution.jgroups">JGroupManager</A>
|
|
<DD>The URL for the remote replicator to connect.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICachePeer.html#getUrl()"><B>getUrl()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICachePeer.html" title="class in net.sf.ehcache.distribution">RMICachePeer</A>
|
|
<DD>The URL for the remote replicator to connect.
|
|
<p/>
|
|
This implementation gives an URL which has meaning to the RMI remoting system.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/CachePeer.html#getUrlBase()"><B>getUrlBase()</B></A> -
|
|
Method in interface net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/CachePeer.html" title="interface in net.sf.ehcache.distribution">CachePeer</A>
|
|
<DD>The URL base for the remote replicator to connect.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupManager.html#getUrlBase()"><B>getUrlBase()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.jgroups.<A HREF="./net/sf/ehcache/distribution/jgroups/JGroupManager.html" title="class in net.sf.ehcache.distribution.jgroups">JGroupManager</A>
|
|
<DD>The URL base for the remote replicator to connect.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICachePeer.html#getUrlBase()"><B>getUrlBase()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICachePeer.html" title="class in net.sf.ehcache.distribution">RMICachePeer</A>
|
|
<DD>The URL base for the remote replicator to connect.
|
|
<p/>
|
|
This implementation gives an URL which has meaning to the RMI remoting system.
|
|
<DT><A HREF="./net/sf/ehcache/store/DiskStore.html#getUsedDataSize()"><B>getUsedDataSize()</B></A> -
|
|
Method in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/DiskStore.html" title="class in net.sf.ehcache.store">DiskStore</A>
|
|
<DD>When elements are deleted, spaces are left in the file.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupSerializable.html#getValue()"><B>getValue()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.jgroups.<A HREF="./net/sf/ehcache/distribution/jgroups/JGroupSerializable.html" title="class in net.sf.ehcache.distribution.jgroups">JGroupSerializable</A>
|
|
<DD>Gets the value, null if REMOVE or REMOVE_ALL
|
|
<DT><A HREF="./net/sf/ehcache/Element.html#getValue()"><B>getValue()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Element.html" title="class in net.sf.ehcache">Element</A>
|
|
<DD>Gets the value attribute of the Element object.
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCacheEntry.html#getValue()"><B>getValue()</B></A> -
|
|
Method in class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCacheEntry.html" title="class in net.sf.ehcache.jcache">JCacheEntry</A>
|
|
<DD>Returns the value corresponding to this entry.
|
|
<DT><A HREF="./net/sf/ehcache/MimeTypeByteArray.html#getValue()"><B>getValue()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/MimeTypeByteArray.html" title="class in net.sf.ehcache">MimeTypeByteArray</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/Element.html#getVersion()"><B>getVersion()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Element.html" title="class in net.sf.ehcache">Element</A>
|
|
<DD>Gets the version attribute of the ElementAttributes object.
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCacheEntry.html#getVersion()"><B>getVersion()</B></A> -
|
|
Method in class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCacheEntry.html" title="class in net.sf.ehcache.jcache">JCacheEntry</A>
|
|
<DD>Returns the version of the Element.
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#getWithLoader(java.lang.Object, net.sf.ehcache.loader.CacheLoader, java.lang.Object)"><B>getWithLoader(Object, CacheLoader, Object)</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Warning: This method is related to the JSR107 specification, which is in draft.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#getWithLoader(java.lang.Object, net.sf.ehcache.loader.CacheLoader, java.lang.Object)"><B>getWithLoader(Object, CacheLoader, Object)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>This method is not appropriate to use with BlockingCache.
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#getWithLoader(java.lang.Object, net.sf.ehcache.loader.CacheLoader, java.lang.Object)"><B>getWithLoader(Object, CacheLoader, Object)</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Warning: This method is related to the JSR107 specification, which is in draft.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/GenericResponseWrapper.html#getWriter()"><B>getWriter()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.<A HREF="./net/sf/ehcache/constructs/web/GenericResponseWrapper.html" title="class in net.sf.ehcache.constructs.web">GenericResponseWrapper</A>
|
|
<DD>Gets the print writer.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/PayloadUtil.html#gzip(byte[])"><B>gzip(byte[])</B></A> -
|
|
Static method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/PayloadUtil.html" title="class in net.sf.ehcache.distribution">PayloadUtil</A>
|
|
<DD>Gzips a byte[].
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/filter/GzipFilter.html" title="class in net.sf.ehcache.constructs.web.filter"><B>GzipFilter</B></A> - Class in <A HREF="./net/sf/ehcache/constructs/web/filter/package-summary.html">net.sf.ehcache.constructs.web.filter</A><DD>Provides GZIP compression of responses.<DT><A HREF="./net/sf/ehcache/constructs/web/filter/GzipFilter.html#GzipFilter()"><B>GzipFilter()</B></A> -
|
|
Constructor for class net.sf.ehcache.constructs.web.filter.<A HREF="./net/sf/ehcache/constructs/web/filter/GzipFilter.html" title="class in net.sf.ehcache.constructs.web.filter">GzipFilter</A>
|
|
<DD>
|
|
</DL>
|
|
<HR>
|
|
<A NAME="_H_"><!-- --></A><H2>
|
|
<B>H</B></H2>
|
|
<DL>
|
|
<DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupManager.html#handleNotification(java.io.Serializable)"><B>handleNotification(Serializable)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.jgroups.<A HREF="./net/sf/ehcache/distribution/jgroups/JGroupManager.html" title="class in net.sf.ehcache.distribution.jgroups">JGroupManager</A>
|
|
<DD>Handles notification: Looks at type of message and unwrap if the argument
|
|
is a list
|
|
<DT><A HREF="./net/sf/ehcache/event/RegisteredEventListeners.html#hasCacheEventListeners()"><B>hasCacheEventListeners()</B></A> -
|
|
Method in class net.sf.ehcache.event.<A HREF="./net/sf/ehcache/event/RegisteredEventListeners.html" title="class in net.sf.ehcache.event">RegisteredEventListeners</A>
|
|
<DD>Returns whether or not at least one cache event listeners has been registered.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/PageInfo.html#hasGzippedBody()"><B>hasGzippedBody()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.<A HREF="./net/sf/ehcache/constructs/web/PageInfo.html" title="class in net.sf.ehcache.constructs.web">PageInfo</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/constructs/concurrent/ConcurrencyUtil.html#hash(java.lang.Object)"><B>hash(Object)</B></A> -
|
|
Static method in class net.sf.ehcache.constructs.concurrent.<A HREF="./net/sf/ehcache/constructs/concurrent/ConcurrencyUtil.html" title="class in net.sf.ehcache.constructs.concurrent">ConcurrencyUtil</A>
|
|
<DD>Returns a hash code for non-null Object x.
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#hashCode()"><B>hashCode()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Returns a hash code value for the object.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/ConfigurableRMIClientSocketFactory.html#hashCode()"><B>hashCode()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/ConfigurableRMIClientSocketFactory.html" title="class in net.sf.ehcache.distribution">ConfigurableRMIClientSocketFactory</A>
|
|
<DD>Implements the Object hashCode method.
|
|
<DT><A HREF="./net/sf/ehcache/Element.html#hashCode()"><B>hashCode()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Element.html" title="class in net.sf.ehcache">Element</A>
|
|
<DD>Gets the hashcode, based on the key.
|
|
<DT><A HREF="./net/sf/ehcache/Status.html#hashCode()"><B>hashCode()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Status.html" title="class in net.sf.ehcache">Status</A>
|
|
<DD>Returns a hash code value for Status.
|
|
<DT><A HREF="./net/sf/ehcache/event/CacheManagerEventListenerRegistry.html#hasRegisteredListeners()"><B>hasRegisteredListeners()</B></A> -
|
|
Method in class net.sf.ehcache.event.<A HREF="./net/sf/ehcache/event/CacheManagerEventListenerRegistry.html" title="class in net.sf.ehcache.event">CacheManagerEventListenerRegistry</A>
|
|
<DD>Returns whether or not at least one cache manager event listeners has been registered.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/PageInfo.html#hasUngzippedBody()"><B>hasUngzippedBody()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.<A HREF="./net/sf/ehcache/constructs/web/PageInfo.html" title="class in net.sf.ehcache.constructs.web">PageInfo</A>
|
|
<DD>
|
|
</DL>
|
|
<HR>
|
|
<A NAME="_I_"><!-- --></A><H2>
|
|
<B>I</B></H2>
|
|
<DL>
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/filter/Filter.html#init(javax.servlet.FilterConfig)"><B>init(FilterConfig)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.filter.<A HREF="./net/sf/ehcache/constructs/web/filter/Filter.html" title="class in net.sf.ehcache.constructs.web.filter">Filter</A>
|
|
<DD>Initialises the filter.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/CacheManagerPeerProvider.html#init()"><B>init()</B></A> -
|
|
Method in interface net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/CacheManagerPeerProvider.html" title="interface in net.sf.ehcache.distribution">CacheManagerPeerProvider</A>
|
|
<DD>Notifies providers to initialise themselves.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupManager.html#init()"><B>init()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.jgroups.<A HREF="./net/sf/ehcache/distribution/jgroups/JGroupManager.html" title="class in net.sf.ehcache.distribution.jgroups">JGroupManager</A>
|
|
<DD>Notifies providers to initialise themselves.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/ManualRMICacheManagerPeerProvider.html#init()"><B>init()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/ManualRMICacheManagerPeerProvider.html" title="class in net.sf.ehcache.distribution">ManualRMICacheManagerPeerProvider</A>
|
|
<DD>Notifies providers to initialise themselves.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/MulticastKeepaliveHeartbeatReceiver.html#init()"><B>init()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/MulticastKeepaliveHeartbeatReceiver.html" title="class in net.sf.ehcache.distribution">MulticastKeepaliveHeartbeatReceiver</A>
|
|
<DD>Start.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/MulticastKeepaliveHeartbeatSender.html#init()"><B>init()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/MulticastKeepaliveHeartbeatSender.html" title="class in net.sf.ehcache.distribution">MulticastKeepaliveHeartbeatSender</A>
|
|
<DD>Start the heartbeat thread
|
|
<DT><A HREF="./net/sf/ehcache/distribution/MulticastRMICacheManagerPeerProvider.html#init()"><B>init()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/MulticastRMICacheManagerPeerProvider.html" title="class in net.sf.ehcache.distribution">MulticastRMICacheManagerPeerProvider</A>
|
|
<DD>Notifies providers to initialise themselves.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerListener.html#init()"><B>init()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerListener.html" title="class in net.sf.ehcache.distribution">RMICacheManagerPeerListener</A>
|
|
<DD>Call to start the listeners and do any other required initialisation.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerProvider.html#init()"><B>init()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerProvider.html" title="class in net.sf.ehcache.distribution">RMICacheManagerPeerProvider</A>
|
|
<DD>Notifies providers to initialise themselves.
|
|
<DT><A HREF="./net/sf/ehcache/event/CacheManagerEventListener.html#init()"><B>init()</B></A> -
|
|
Method in interface net.sf.ehcache.event.<A HREF="./net/sf/ehcache/event/CacheManagerEventListener.html" title="interface in net.sf.ehcache.event">CacheManagerEventListener</A>
|
|
<DD>Call to start the listeners and do any other required initialisation.
|
|
<DT><A HREF="./net/sf/ehcache/event/CacheManagerEventListenerRegistry.html#init()"><B>init()</B></A> -
|
|
Method in class net.sf.ehcache.event.<A HREF="./net/sf/ehcache/event/CacheManagerEventListenerRegistry.html" title="class in net.sf.ehcache.event">CacheManagerEventListenerRegistry</A>
|
|
<DD>Initialises the listeners, ready to receive events.
|
|
<DT><A HREF="./net/sf/ehcache/extension/CacheExtension.html#init()"><B>init()</B></A> -
|
|
Method in interface net.sf.ehcache.extension.<A HREF="./net/sf/ehcache/extension/CacheExtension.html" title="interface in net.sf.ehcache.extension">CacheExtension</A>
|
|
<DD>Notifies providers to initialise themselves.
|
|
<DT><A HREF="./net/sf/ehcache/management/ManagementService.html#init()"><B>init()</B></A> -
|
|
Method in class net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/ManagementService.html" title="class in net.sf.ehcache.management">ManagementService</A>
|
|
<DD>Call to register the mbeans in the mbean server and start the event listeners and do any other required initialisation.
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#initialise()"><B>initialise()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Newly created caches do not have a <A HREF="./net/sf/ehcache/store/MemoryStore.html" title="class in net.sf.ehcache.store"><CODE>MemoryStore</CODE></A> or a <A HREF="./net/sf/ehcache/store/DiskStore.html" title="class in net.sf.ehcache.store"><CODE>DiskStore</CODE></A>.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#initialise()"><B>initialise()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Newly created caches do not have a <A HREF="./net/sf/ehcache/store/MemoryStore.html" title="class in net.sf.ehcache.store"><CODE>MemoryStore</CODE></A> or a <A HREF="./net/sf/ehcache/store/DiskStore.html" title="class in net.sf.ehcache.store"><CODE>DiskStore</CODE></A>.
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#initialise()"><B>initialise()</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Newly created caches do not have a <A HREF="./net/sf/ehcache/store/MemoryStore.html" title="class in net.sf.ehcache.store"><CODE>MemoryStore</CODE></A> or a <A HREF="./net/sf/ehcache/store/DiskStore.html" title="class in net.sf.ehcache.store"><CODE>DiskStore</CODE></A>.
|
|
<DT><A HREF="./net/sf/ehcache/Status.html#intValue()"><B>intValue()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Status.html" title="class in net.sf.ehcache">Status</A>
|
|
<DD>Returns the int value of status, for backward compatibility with ehcache versions below 1.2
|
|
<DT><A HREF="./net/sf/ehcache/constructs/concurrent/Mutex.html#inUse"><B>inUse</B></A> -
|
|
Variable in class net.sf.ehcache.constructs.concurrent.<A HREF="./net/sf/ehcache/constructs/concurrent/Mutex.html" title="class in net.sf.ehcache.constructs.concurrent">Mutex</A>
|
|
<DD>The lock status *
|
|
<DT><A HREF="./net/sf/ehcache/exceptionhandler/ExceptionHandlingDynamicCacheProxy.html#invoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object[])"><B>invoke(Object, Method, Object[])</B></A> -
|
|
Method in class net.sf.ehcache.exceptionhandler.<A HREF="./net/sf/ehcache/exceptionhandler/ExceptionHandlingDynamicCacheProxy.html" title="class in net.sf.ehcache.exceptionhandler">ExceptionHandlingDynamicCacheProxy</A>
|
|
<DD>Processes a method invocation on a proxy instance and returns
|
|
the result.
|
|
<DT><A HREF="./net/sf/ehcache/bootstrap/BootstrapCacheLoader.html#isAsynchronous()"><B>isAsynchronous()</B></A> -
|
|
Method in interface net.sf.ehcache.bootstrap.<A HREF="./net/sf/ehcache/bootstrap/BootstrapCacheLoader.html" title="interface in net.sf.ehcache.bootstrap">BootstrapCacheLoader</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMIBootstrapCacheLoader.html#isAsynchronous()"><B>isAsynchronous()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMIBootstrapCacheLoader.html" title="class in net.sf.ehcache.distribution">RMIBootstrapCacheLoader</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#isDisabled()"><B>isDisabled()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Whether this cache is disabled.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#isDisabled()"><B>isDisabled()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Whether this cache is disabled.
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#isDisabled()"><B>isDisabled()</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Whether this cache is disabled.
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#isDiskPersistent()"><B>isDiskPersistent()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD><B>Deprecated.</B> <I>Get this from the configuration *</I>
|
|
<DT><A HREF="./net/sf/ehcache/config/CacheConfiguration.html#isDiskPersistent()"><B>isDiskPersistent()</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/CacheConfiguration.html" title="class in net.sf.ehcache.config">CacheConfiguration</A>
|
|
<DD>Accessor
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#isDiskPersistent()"><B>isDiskPersistent()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#isDiskPersistent()"><B>isDiskPersistent()</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheConfiguration.html#isDiskPersistent()"><B>isDiskPersistent()</B></A> -
|
|
Method in class net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheConfiguration.html" title="class in net.sf.ehcache.management">CacheConfiguration</A>
|
|
<DD>Accessor
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheConfigurationMBean.html#isDiskPersistent()"><B>isDiskPersistent()</B></A> -
|
|
Method in interface net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheConfigurationMBean.html" title="interface in net.sf.ehcache.management">CacheConfigurationMBean</A>
|
|
<DD>Accessor
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#isDiskStore()"><B>isDiskStore()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Whether this cache uses a disk store
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerListener.html#isDistributed(net.sf.ehcache.Ehcache)"><B>isDistributed(Ehcache)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerListener.html" title="class in net.sf.ehcache.distribution">RMICacheManagerPeerListener</A>
|
|
<DD>Determine if the given cache is distributed.
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#isElementInMemory(java.io.Serializable)"><B>isElementInMemory(Serializable)</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Whether an Element is stored in the cache in Memory, indicating a very low cost of retrieval.
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#isElementInMemory(java.lang.Object)"><B>isElementInMemory(Object)</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Whether an Element is stored in the cache in Memory, indicating a very low cost of retrieval.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#isElementInMemory(java.io.Serializable)"><B>isElementInMemory(Serializable)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Whether an Element is stored in the cache in Memory, indicating a very low cost of retrieval.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#isElementInMemory(java.lang.Object)"><B>isElementInMemory(Object)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Whether an Element is stored in the cache in Memory, indicating a very low cost of retrieval.
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#isElementInMemory(java.io.Serializable)"><B>isElementInMemory(Serializable)</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Whether an Element is stored in the cache in Memory, indicating a very low cost of retrieval.
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#isElementInMemory(java.lang.Object)"><B>isElementInMemory(Object)</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Whether an Element is stored in the cache in Memory, indicating a very low cost of retrieval.
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#isElementOnDisk(java.io.Serializable)"><B>isElementOnDisk(Serializable)</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Whether an Element is stored in the cache on Disk, indicating a higher cost of retrieval.
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#isElementOnDisk(java.lang.Object)"><B>isElementOnDisk(Object)</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Whether an Element is stored in the cache on Disk, indicating a higher cost of retrieval.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#isElementOnDisk(java.io.Serializable)"><B>isElementOnDisk(Serializable)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Whether an Element is stored in the cache on Disk, indicating a higher cost of retrieval.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#isElementOnDisk(java.lang.Object)"><B>isElementOnDisk(Object)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Whether an Element is stored in the cache on Disk, indicating a higher cost of retrieval.
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#isElementOnDisk(java.io.Serializable)"><B>isElementOnDisk(Serializable)</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Whether an Element is stored in the cache on Disk, indicating a higher cost of retrieval.
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#isElementOnDisk(java.lang.Object)"><B>isElementOnDisk(Object)</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Whether an Element is stored in the cache on Disk, indicating a higher cost of retrieval.
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCache.html#isEmpty()"><B>isEmpty()</B></A> -
|
|
Method in class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCache.html" title="class in net.sf.ehcache.jcache">JCache</A>
|
|
<DD>Returns <tt>true</tt> if this map contains no key-value mappings.
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#isEternal()"><B>isEternal()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD><B>Deprecated.</B> <I>Get this from the configuration</I>
|
|
<DT><A HREF="./net/sf/ehcache/config/CacheConfiguration.html#isEternal()"><B>isEternal()</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/CacheConfiguration.html" title="class in net.sf.ehcache.config">CacheConfiguration</A>
|
|
<DD>Accessor
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#isEternal()"><B>isEternal()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Are elements eternal.
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#isEternal()"><B>isEternal()</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Are elements eternal.
|
|
<DT><A HREF="./net/sf/ehcache/Element.html#isEternal()"><B>isEternal()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Element.html" title="class in net.sf.ehcache">Element</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheConfiguration.html#isEternal()"><B>isEternal()</B></A> -
|
|
Method in class net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheConfiguration.html" title="class in net.sf.ehcache.management">CacheConfiguration</A>
|
|
<DD>Accessor
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheConfigurationMBean.html#isEternal()"><B>isEternal()</B></A> -
|
|
Method in interface net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheConfigurationMBean.html" title="interface in net.sf.ehcache.management">CacheConfigurationMBean</A>
|
|
<DD>Accessor
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#isExpired(net.sf.ehcache.Element)"><B>isExpired(Element)</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Checks whether this cache element has expired.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#isExpired(net.sf.ehcache.Element)"><B>isExpired(Element)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Checks whether this cache element has expired.
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#isExpired(net.sf.ehcache.Element)"><B>isExpired(Element)</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Checks whether this cache element has expired.
|
|
<DT><A HREF="./net/sf/ehcache/Element.html#isExpired()"><B>isExpired()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Element.html" title="class in net.sf.ehcache">Element</A>
|
|
<DD>An element is expired if the expiration time as given by <A HREF="./net/sf/ehcache/Element.html#getExpirationTime()"><CODE>Element.getExpirationTime()</CODE></A> is in the past.
|
|
<DT><A HREF="./net/sf/ehcache/store/MemoryStore.html#isFull()"><B>isFull()</B></A> -
|
|
Method in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/MemoryStore.html" title="class in net.sf.ehcache.store">MemoryStore</A>
|
|
<DD>An algorithm to tell if the MemoryStore is at or beyond its carrying capacity.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/PageInfo.html#isGzipped(byte[])"><B>isGzipped(byte[])</B></A> -
|
|
Static method in class net.sf.ehcache.constructs.web.<A HREF="./net/sf/ehcache/constructs/web/PageInfo.html" title="class in net.sf.ehcache.constructs.web">PageInfo</A>
|
|
<DD>Checks the first two bytes of the candidate byte array for the magic number 0x677a.
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#isKeyInCache(java.lang.Object)"><B>isKeyInCache(Object)</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>An inexpensive check to see if the key exists in the cache.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#isKeyInCache(java.lang.Object)"><B>isKeyInCache(Object)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>An inexpensive check to see if the key exists in the cache.
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#isKeyInCache(java.lang.Object)"><B>isKeyInCache(Object)</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>An inexpensive check to see if the key exists in the cache.
|
|
<DT><A HREF="./net/sf/ehcache/Element.html#isKeySerializable()"><B>isKeySerializable()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Element.html" title="class in net.sf.ehcache">Element</A>
|
|
<DD>Whether the element's key may be Serialized.
|
|
<DT><A HREF="./net/sf/ehcache/Element.html#isLifespanSet()"><B>isLifespanSet()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Element.html" title="class in net.sf.ehcache">Element</A>
|
|
<DD>Whether any combination of eternal, TTL or TTI has been set.
|
|
<DT><A HREF="./net/sf/ehcache/hibernate/EhCacheProvider.html#isMinimalPutsEnabledByDefault()"><B>isMinimalPutsEnabledByDefault()</B></A> -
|
|
Method in class net.sf.ehcache.hibernate.<A HREF="./net/sf/ehcache/hibernate/EhCacheProvider.html" title="class in net.sf.ehcache.hibernate">EhCacheProvider</A>
|
|
<DD>Not sure what this is supposed to do.
|
|
<DT><A HREF="./net/sf/ehcache/hibernate/SingletonEhCacheProvider.html#isMinimalPutsEnabledByDefault()"><B>isMinimalPutsEnabledByDefault()</B></A> -
|
|
Method in class net.sf.ehcache.hibernate.<A HREF="./net/sf/ehcache/hibernate/SingletonEhCacheProvider.html" title="class in net.sf.ehcache.hibernate">SingletonEhCacheProvider</A>
|
|
<DD>Not sure what this is supposed to do.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/PageInfo.html#isOk()"><B>isOk()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.<A HREF="./net/sf/ehcache/constructs/web/PageInfo.html" title="class in net.sf.ehcache.constructs.web">PageInfo</A>
|
|
<DD>Returns true if the response is Ok.
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#isOverflowToDisk()"><B>isOverflowToDisk()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD><B>Deprecated.</B> <I>Get this from the configuration</I>
|
|
<DT><A HREF="./net/sf/ehcache/config/CacheConfiguration.html#isOverflowToDisk()"><B>isOverflowToDisk()</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/CacheConfiguration.html" title="class in net.sf.ehcache.config">CacheConfiguration</A>
|
|
<DD>Accessor
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#isOverflowToDisk()"><B>isOverflowToDisk()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Does the overflow go to disk.
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#isOverflowToDisk()"><B>isOverflowToDisk()</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Does the overflow go to disk.
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheConfiguration.html#isOverflowToDisk()"><B>isOverflowToDisk()</B></A> -
|
|
Method in class net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheConfiguration.html" title="class in net.sf.ehcache.management">CacheConfiguration</A>
|
|
<DD>Accessor
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheConfigurationMBean.html#isOverflowToDisk()"><B>isOverflowToDisk()</B></A> -
|
|
Method in interface net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheConfigurationMBean.html" title="interface in net.sf.ehcache.management">CacheConfigurationMBean</A>
|
|
<DD>Accessor
|
|
<DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupsCacheReplicator.html#isReplicateAsync()"><B>isReplicateAsync()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.jgroups.<A HREF="./net/sf/ehcache/distribution/jgroups/JGroupsCacheReplicator.html" title="class in net.sf.ehcache.distribution.jgroups">JGroupsCacheReplicator</A>
|
|
<DD>Weather or not the cache is replicated asynchronously.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupsCacheReplicator.html#isReplicatePuts()"><B>isReplicatePuts()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.jgroups.<A HREF="./net/sf/ehcache/distribution/jgroups/JGroupsCacheReplicator.html" title="class in net.sf.ehcache.distribution.jgroups">JGroupsCacheReplicator</A>
|
|
<DD>Wether or not puts are replicated
|
|
<DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupsCacheReplicator.html#isReplicateRemovals()"><B>isReplicateRemovals()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.jgroups.<A HREF="./net/sf/ehcache/distribution/jgroups/JGroupsCacheReplicator.html" title="class in net.sf.ehcache.distribution.jgroups">JGroupsCacheReplicator</A>
|
|
<DD>wether or not removals are replicated
|
|
<DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupsCacheReplicator.html#isReplicateUpdates()"><B>isReplicateUpdates()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.jgroups.<A HREF="./net/sf/ehcache/distribution/jgroups/JGroupsCacheReplicator.html" title="class in net.sf.ehcache.distribution.jgroups">JGroupsCacheReplicator</A>
|
|
<DD>Wether or not updates are replicated
|
|
<DT><A HREF="./net/sf/ehcache/distribution/CacheReplicator.html#isReplicateUpdatesViaCopy()"><B>isReplicateUpdatesViaCopy()</B></A> -
|
|
Method in interface net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/CacheReplicator.html" title="interface in net.sf.ehcache.distribution">CacheReplicator</A>
|
|
<DD>Returns whether update is through copy or invalidate
|
|
<DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupsCacheReplicator.html#isReplicateUpdatesViaCopy()"><B>isReplicateUpdatesViaCopy()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.jgroups.<A HREF="./net/sf/ehcache/distribution/jgroups/JGroupsCacheReplicator.html" title="class in net.sf.ehcache.distribution.jgroups">JGroupsCacheReplicator</A>
|
|
<DD>Returns whether update is through copy or invalidate
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMISynchronousCacheReplicator.html#isReplicateUpdatesViaCopy()"><B>isReplicateUpdatesViaCopy()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMISynchronousCacheReplicator.html" title="class in net.sf.ehcache.distribution">RMISynchronousCacheReplicator</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/Element.html#isSerializable()"><B>isSerializable()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Element.html" title="class in net.sf.ehcache">Element</A>
|
|
<DD>Whether the element may be Serialized.
|
|
<DT><A HREF="./net/sf/ehcache/store/DiskStore.html#isSpoolThreadAlive()"><B>isSpoolThreadAlive()</B></A> -
|
|
Method in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/DiskStore.html" title="class in net.sf.ehcache.store">DiskStore</A>
|
|
<DD>The spool thread is started when the disk store is created.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/EventMessage.html#isValid()"><B>isValid()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/EventMessage.html" title="class in net.sf.ehcache.distribution">EventMessage</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCacheEntry.html#isValid()"><B>isValid()</B></A> -
|
|
Method in class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCacheEntry.html" title="class in net.sf.ehcache.jcache">JCacheEntry</A>
|
|
<DD>An Element is 'valid' if it is unexpired.
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#isValueInCache(java.lang.Object)"><B>isValueInCache(Object)</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>An extremely expensive check to see if the value exists in the cache.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#isValueInCache(java.lang.Object)"><B>isValueInCache(Object)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>An extremely expensive check to see if the value exists in the cache.
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#isValueInCache(java.lang.Object)"><B>isValueInCache(Object)</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>An extremely expensive check to see if the value exists in the cache.
|
|
</DL>
|
|
<HR>
|
|
<A NAME="_J_"><!-- --></A><H2>
|
|
<B>J</B></H2>
|
|
<DL>
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCache.html" title="class in net.sf.ehcache.jcache"><B>JCache</B></A> - Class in <A HREF="./net/sf/ehcache/jcache/package-summary.html">net.sf.ehcache.jcache</A><DD>Warning: This class is related to the JSR107 specification, which is in draft.<DT><A HREF="./net/sf/ehcache/jcache/JCache.html#JCache(net.sf.ehcache.Ehcache)"><B>JCache(Ehcache)</B></A> -
|
|
Constructor for class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCache.html" title="class in net.sf.ehcache.jcache">JCache</A>
|
|
<DD>A constructor for JCache.
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCache.html#JCache(net.sf.ehcache.Ehcache, net.sf.jsr107cache.CacheLoader)"><B>JCache(Ehcache, CacheLoader)</B></A> -
|
|
Constructor for class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCache.html" title="class in net.sf.ehcache.jcache">JCache</A>
|
|
<DD>A constructor for JCache.
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCache.html#JCache(net.sf.ehcache.Ehcache, net.sf.ehcache.loader.CacheLoader)"><B>JCache(Ehcache, CacheLoader)</B></A> -
|
|
Constructor for class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCache.html" title="class in net.sf.ehcache.jcache">JCache</A>
|
|
<DD>A constructor for JCache.
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCacheEntry.html" title="class in net.sf.ehcache.jcache"><B>JCacheEntry</B></A> - Class in <A HREF="./net/sf/ehcache/jcache/package-summary.html">net.sf.ehcache.jcache</A><DD>An implementation of CacheEntry.<DT><A HREF="./net/sf/ehcache/jcache/JCacheEntry.html#JCacheEntry(net.sf.ehcache.Element)"><B>JCacheEntry(Element)</B></A> -
|
|
Constructor for class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCacheEntry.html" title="class in net.sf.ehcache.jcache">JCacheEntry</A>
|
|
<DD>Constructor
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCacheFactory.html" title="class in net.sf.ehcache.jcache"><B>JCacheFactory</B></A> - Class in <A HREF="./net/sf/ehcache/jcache/package-summary.html">net.sf.ehcache.jcache</A><DD>A CacheFactory implementation for JCache.<DT><A HREF="./net/sf/ehcache/jcache/JCacheFactory.html#JCacheFactory()"><B>JCacheFactory()</B></A> -
|
|
Constructor for class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCacheFactory.html" title="class in net.sf.ehcache.jcache">JCacheFactory</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCacheListenerAdaptor.html" title="class in net.sf.ehcache.jcache"><B>JCacheListenerAdaptor</B></A> - Class in <A HREF="./net/sf/ehcache/jcache/package-summary.html">net.sf.ehcache.jcache</A><DD>This adaptor permits JCACHE <CODE>CacheListener</CODE>s to be registered as Ehcache <A HREF="./net/sf/ehcache/event/CacheEventListener.html" title="interface in net.sf.ehcache.event"><CODE>CacheEventListener</CODE></A>s.<DT><A HREF="./net/sf/ehcache/jcache/JCacheListenerAdaptor.html#JCacheListenerAdaptor(net.sf.jsr107cache.CacheListener)"><B>JCacheListenerAdaptor(CacheListener)</B></A> -
|
|
Constructor for class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCacheListenerAdaptor.html" title="class in net.sf.ehcache.jcache">JCacheListenerAdaptor</A>
|
|
<DD>Creates an adaptor that delegates to a <CODE>CacheListener</CODE>
|
|
<DT><A HREF="./net/sf/ehcache/CacheManager.html#jCaches"><B>jCaches</B></A> -
|
|
Variable in class net.sf.ehcache.<A HREF="./net/sf/ehcache/CacheManager.html" title="class in net.sf.ehcache">CacheManager</A>
|
|
<DD>JCaches managed by this manager.
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCacheStatistics.html" title="class in net.sf.ehcache.jcache"><B>JCacheStatistics</B></A> - Class in <A HREF="./net/sf/ehcache/jcache/package-summary.html">net.sf.ehcache.jcache</A><DD>A jsr107 CacheStatistics decorator for an ehcache Statistics class.<DT><A HREF="./net/sf/ehcache/jcache/JCacheStatistics.html#JCacheStatistics(net.sf.ehcache.Statistics)"><B>JCacheStatistics(Statistics)</B></A> -
|
|
Constructor for class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCacheStatistics.html" title="class in net.sf.ehcache.jcache">JCacheStatistics</A>
|
|
<DD>Constructs an object from an ehcache statistics object
|
|
<DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupEventMessage.html" title="class in net.sf.ehcache.distribution.jgroups"><B>JGroupEventMessage</B></A> - Class in <A HREF="./net/sf/ehcache/distribution/jgroups/package-summary.html">net.sf.ehcache.distribution.jgroups</A><DD>An EventMessage used for JGroups<DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupEventMessage.html#JGroupEventMessage(int, java.io.Serializable, net.sf.ehcache.Element, net.sf.ehcache.Ehcache, java.lang.String)"><B>JGroupEventMessage(int, Serializable, Element, Ehcache, String)</B></A> -
|
|
Constructor for class net.sf.ehcache.distribution.jgroups.<A HREF="./net/sf/ehcache/distribution/jgroups/JGroupEventMessage.html" title="class in net.sf.ehcache.distribution.jgroups">JGroupEventMessage</A>
|
|
<DD>An event message for the JGroupsCacheReplicator.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupManager.html" title="class in net.sf.ehcache.distribution.jgroups"><B>JGroupManager</B></A> - Class in <A HREF="./net/sf/ehcache/distribution/jgroups/package-summary.html">net.sf.ehcache.distribution.jgroups</A><DD>The main Jgroup class for replication via JGroup.<DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupManager.html#JGroupManager(net.sf.ehcache.CacheManager, java.lang.String)"><B>JGroupManager(CacheManager, String)</B></A> -
|
|
Constructor for class net.sf.ehcache.distribution.jgroups.<A HREF="./net/sf/ehcache/distribution/jgroups/JGroupManager.html" title="class in net.sf.ehcache.distribution.jgroups">JGroupManager</A>
|
|
<DD>Construc a new JGroupManager with a specific Jgroups connection String
|
|
<DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupsCacheManagerPeerProviderFactory.html" title="class in net.sf.ehcache.distribution.jgroups"><B>JGroupsCacheManagerPeerProviderFactory</B></A> - Class in <A HREF="./net/sf/ehcache/distribution/jgroups/package-summary.html">net.sf.ehcache.distribution.jgroups</A><DD> <DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupsCacheManagerPeerProviderFactory.html#JGroupsCacheManagerPeerProviderFactory()"><B>JGroupsCacheManagerPeerProviderFactory()</B></A> -
|
|
Constructor for class net.sf.ehcache.distribution.jgroups.<A HREF="./net/sf/ehcache/distribution/jgroups/JGroupsCacheManagerPeerProviderFactory.html" title="class in net.sf.ehcache.distribution.jgroups">JGroupsCacheManagerPeerProviderFactory</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupsCacheReplicator.html" title="class in net.sf.ehcache.distribution.jgroups"><B>JGroupsCacheReplicator</B></A> - Class in <A HREF="./net/sf/ehcache/distribution/jgroups/package-summary.html">net.sf.ehcache.distribution.jgroups</A><DD> <DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupsCacheReplicator.html#JGroupsCacheReplicator(boolean, boolean, boolean, boolean, boolean)"><B>JGroupsCacheReplicator(boolean, boolean, boolean, boolean, boolean)</B></A> -
|
|
Constructor for class net.sf.ehcache.distribution.jgroups.<A HREF="./net/sf/ehcache/distribution/jgroups/JGroupsCacheReplicator.html" title="class in net.sf.ehcache.distribution.jgroups">JGroupsCacheReplicator</A>
|
|
<DD>Constructor called by factory
|
|
<DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupsCacheReplicatorFactory.html" title="class in net.sf.ehcache.distribution.jgroups"><B>JGroupsCacheReplicatorFactory</B></A> - Class in <A HREF="./net/sf/ehcache/distribution/jgroups/package-summary.html">net.sf.ehcache.distribution.jgroups</A><DD> <DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupsCacheReplicatorFactory.html#JGroupsCacheReplicatorFactory()"><B>JGroupsCacheReplicatorFactory()</B></A> -
|
|
Constructor for class net.sf.ehcache.distribution.jgroups.<A HREF="./net/sf/ehcache/distribution/jgroups/JGroupsCacheReplicatorFactory.html" title="class in net.sf.ehcache.distribution.jgroups">JGroupsCacheReplicatorFactory</A>
|
|
<DD>Empty arg constructor
|
|
<DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupSerializable.html" title="class in net.sf.ehcache.distribution.jgroups"><B>JGroupSerializable</B></A> - Class in <A HREF="./net/sf/ehcache/distribution/jgroups/package-summary.html">net.sf.ehcache.distribution.jgroups</A><DD>Serializable type used for Jgroups type replication<DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupSerializable.html#JGroupSerializable(int, java.io.Serializable, java.lang.Object, java.lang.String)"><B>JGroupSerializable(int, Serializable, Object, String)</B></A> -
|
|
Constructor for class net.sf.ehcache.distribution.jgroups.<A HREF="./net/sf/ehcache/distribution/jgroups/JGroupSerializable.html" title="class in net.sf.ehcache.distribution.jgroups">JGroupSerializable</A>
|
|
<DD>
|
|
</DL>
|
|
<HR>
|
|
<A NAME="_K_"><!-- --></A><H2>
|
|
<B>K</B></H2>
|
|
<DL>
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCache.html#keySet()"><B>keySet()</B></A> -
|
|
Method in class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCache.html" title="class in net.sf.ehcache.jcache">JCache</A>
|
|
<DD>Returns a set view of the keys contained in this map.
|
|
</DL>
|
|
<HR>
|
|
<A NAME="_L_"><!-- --></A><H2>
|
|
<B>L</B></H2>
|
|
<DL>
|
|
<DT><A HREF="./net/sf/ehcache/store/LfuPolicy.html#leastHit(net.sf.ehcache.store.LfuPolicy.Metadata[], net.sf.ehcache.store.LfuPolicy.Metadata)"><B>leastHit(LfuPolicy.Metadata[], LfuPolicy.Metadata)</B></A> -
|
|
Static method in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/LfuPolicy.html" title="class in net.sf.ehcache.store">LfuPolicy</A>
|
|
<DD>Finds the least hit of the sampled elements provided
|
|
<DT><A HREF="./net/sf/ehcache/store/MemoryStoreEvictionPolicy.html#LFU"><B>LFU</B></A> -
|
|
Static variable in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/MemoryStoreEvictionPolicy.html" title="class in net.sf.ehcache.store">MemoryStoreEvictionPolicy</A>
|
|
<DD>LFU - least frequently used.
|
|
<DT><A HREF="./net/sf/ehcache/store/LfuMemoryStore.html" title="class in net.sf.ehcache.store"><B>LfuMemoryStore</B></A> - Class in <A HREF="./net/sf/ehcache/store/package-summary.html">net.sf.ehcache.store</A><DD>Less Frequently Used (LFU) implementation of the memory store.<DT><A HREF="./net/sf/ehcache/store/LfuMemoryStore.html#LfuMemoryStore(net.sf.ehcache.Ehcache, net.sf.ehcache.store.Store)"><B>LfuMemoryStore(Ehcache, Store)</B></A> -
|
|
Constructor for class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/LfuMemoryStore.html" title="class in net.sf.ehcache.store">LfuMemoryStore</A>
|
|
<DD>Constructor for the LfuMemoryStore object.
|
|
<DT><A HREF="./net/sf/ehcache/store/LfuPolicy.html" title="class in net.sf.ehcache.store"><B>LfuPolicy</B></A> - Class in <A HREF="./net/sf/ehcache/store/package-summary.html">net.sf.ehcache.store</A><DD>Contains common LFU policy code for use between the LfuMemoryStore and the DiskStore, which also
|
|
uses an LfuPolicy for evictions.<DT><A HREF="./net/sf/ehcache/store/LfuPolicy.Metadata.html" title="interface in net.sf.ehcache.store"><B>LfuPolicy.Metadata</B></A> - Interface in <A HREF="./net/sf/ehcache/store/package-summary.html">net.sf.ehcache.store</A><DD>A type representing relevant metadata from an element, used by LfuPolicy for its operations.<DT><A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerListener.html#listBoundRMICachePeers()"><B>listBoundRMICachePeers()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerListener.html" title="class in net.sf.ehcache.distribution">RMICacheManagerPeerListener</A>
|
|
<DD>Returns a list of bound objects.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/CacheManagerPeerProvider.html#listRemoteCachePeers(net.sf.ehcache.Ehcache)"><B>listRemoteCachePeers(Ehcache)</B></A> -
|
|
Method in interface net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/CacheManagerPeerProvider.html" title="interface in net.sf.ehcache.distribution">CacheManagerPeerProvider</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupManager.html#listRemoteCachePeers(net.sf.ehcache.Ehcache)"><B>listRemoteCachePeers(Ehcache)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.jgroups.<A HREF="./net/sf/ehcache/distribution/jgroups/JGroupManager.html" title="class in net.sf.ehcache.distribution.jgroups">JGroupManager</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupsCacheReplicator.html#listRemoteCachePeers(net.sf.ehcache.Ehcache)"><B>listRemoteCachePeers(Ehcache)</B></A> -
|
|
Static method in class net.sf.ehcache.distribution.jgroups.<A HREF="./net/sf/ehcache/distribution/jgroups/JGroupsCacheReplicator.html" title="class in net.sf.ehcache.distribution.jgroups">JGroupsCacheReplicator</A>
|
|
<DD>Package protected List of cache peers
|
|
<DT><A HREF="./net/sf/ehcache/distribution/ManualRMICacheManagerPeerProvider.html#listRemoteCachePeers(net.sf.ehcache.Ehcache)"><B>listRemoteCachePeers(Ehcache)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/ManualRMICacheManagerPeerProvider.html" title="class in net.sf.ehcache.distribution">ManualRMICacheManagerPeerProvider</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/distribution/MulticastRMICacheManagerPeerProvider.html#listRemoteCachePeers(net.sf.ehcache.Ehcache)"><B>listRemoteCachePeers(Ehcache)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/MulticastRMICacheManagerPeerProvider.html" title="class in net.sf.ehcache.distribution">MulticastRMICacheManagerPeerProvider</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMIBootstrapCacheLoader.html#listRemoteCachePeers(net.sf.ehcache.Ehcache)"><B>listRemoteCachePeers(Ehcache)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMIBootstrapCacheLoader.html" title="class in net.sf.ehcache.distribution">RMIBootstrapCacheLoader</A>
|
|
<DD>Package protected List of cache peers
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerProvider.html#listRemoteCachePeers(net.sf.ehcache.Ehcache)"><B>listRemoteCachePeers(Ehcache)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerProvider.html" title="class in net.sf.ehcache.distribution">RMICacheManagerPeerProvider</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMISynchronousCacheReplicator.html#listRemoteCachePeers(net.sf.ehcache.Ehcache)"><B>listRemoteCachePeers(Ehcache)</B></A> -
|
|
Static method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMISynchronousCacheReplicator.html" title="class in net.sf.ehcache.distribution">RMISynchronousCacheReplicator</A>
|
|
<DD>Package protected List of cache peers
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#liveness()"><B>liveness()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Synchronized version of getName to test liveness of the object lock.
|
|
<DT><A HREF="./net/sf/ehcache/bootstrap/BootstrapCacheLoader.html#load(net.sf.ehcache.Ehcache)"><B>load(Ehcache)</B></A> -
|
|
Method in interface net.sf.ehcache.bootstrap.<A HREF="./net/sf/ehcache/bootstrap/BootstrapCacheLoader.html" title="interface in net.sf.ehcache.bootstrap">BootstrapCacheLoader</A>
|
|
<DD>Instructs the loader to load the given cache
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#load(java.lang.Object)"><B>load(Object)</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Warning: This method is related to the JSR107 specification, which is in draft.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#load(java.lang.Object)"><B>load(Object)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>This method is not appropriate to use with BlockingCache.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMIBootstrapCacheLoader.html#load(net.sf.ehcache.Ehcache)"><B>load(Ehcache)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMIBootstrapCacheLoader.html" title="class in net.sf.ehcache.distribution">RMIBootstrapCacheLoader</A>
|
|
<DD>Bootstraps the cache from a random CachePeer.
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#load(java.lang.Object)"><B>load(Object)</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Warning: This method is related to the JSR107 specification, which is in draft.
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCache.html#load(java.lang.Object)"><B>load(Object)</B></A> -
|
|
Method in class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCache.html" title="class in net.sf.ehcache.jcache">JCache</A>
|
|
<DD>The load method provides a means to "pre load" the cache.
|
|
<DT><A HREF="./net/sf/ehcache/loader/CacheLoader.html#load(java.lang.Object, java.lang.Object)"><B>load(Object, Object)</B></A> -
|
|
Method in interface net.sf.ehcache.loader.<A HREF="./net/sf/ehcache/loader/CacheLoader.html" title="interface in net.sf.ehcache.loader">CacheLoader</A>
|
|
<DD>Load using both a key and an argument.
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#loadAll(java.util.Collection, java.lang.Object)"><B>loadAll(Collection, Object)</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Warning: This method is related to the JSR107 specification, which is in draft.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#loadAll(java.util.Collection, java.lang.Object)"><B>loadAll(Collection, Object)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>This method is not appropriate to use with BlockingCache.
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#loadAll(java.util.Collection, java.lang.Object)"><B>loadAll(Collection, Object)</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Warning: This method is related to the JSR107 specification, which is in draft.
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCache.html#loadAll(java.util.Collection)"><B>loadAll(Collection)</B></A> -
|
|
Method in class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCache.html" title="class in net.sf.ehcache.jcache">JCache</A>
|
|
<DD>The loadAll method provides a means to "pre load" objects into the cache.
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCache.html#loadAll(java.util.Collection, java.lang.Object)"><B>loadAll(Collection, Object)</B></A> -
|
|
Method in class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCache.html" title="class in net.sf.ehcache.jcache">JCache</A>
|
|
<DD>The loadAll method provides a means to "pre load" objects into the cache.
|
|
<DT><A HREF="./net/sf/ehcache/loader/CacheLoader.html#loadAll(java.util.Collection, java.lang.Object)"><B>loadAll(Collection, Object)</B></A> -
|
|
Method in interface net.sf.ehcache.loader.<A HREF="./net/sf/ehcache/loader/CacheLoader.html" title="interface in net.sf.ehcache.loader">CacheLoader</A>
|
|
<DD>Load using both a key and an argument.
|
|
<DT><A HREF="./net/sf/ehcache/hibernate/EhCache.html#lock(java.lang.Object)"><B>lock(Object)</B></A> -
|
|
Method in class net.sf.ehcache.hibernate.<A HREF="./net/sf/ehcache/hibernate/EhCache.html" title="class in net.sf.ehcache.hibernate">EhCache</A>
|
|
<DD>Calls to this method should perform their own synchronization.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#LOCK_NUMBER"><B>LOCK_NUMBER</B></A> -
|
|
Static variable in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>The default number of locks to use.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#locks"><B>locks</B></A> -
|
|
Variable in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Based on the lock striping concept from Brian Goetz.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/LockTimeoutException.html" title="class in net.sf.ehcache.constructs.blocking"><B>LockTimeoutException</B></A> - Exception in <A HREF="./net/sf/ehcache/constructs/blocking/package-summary.html">net.sf.ehcache.constructs.blocking</A><DD>Indicates that a timeout has occured while attempting to obtain a lock using
|
|
<A HREF="./net/sf/ehcache/constructs/concurrent/Mutex.html#attempt(long)"><CODE>Mutex.attempt(long)</CODE></A>
|
|
<p/>
|
|
This is a normal runtime exception which should be handled by calling code.<DT><A HREF="./net/sf/ehcache/constructs/blocking/LockTimeoutException.html#LockTimeoutException()"><B>LockTimeoutException()</B></A> -
|
|
Constructor for exception net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/LockTimeoutException.html" title="class in net.sf.ehcache.constructs.blocking">LockTimeoutException</A>
|
|
<DD>Constructs a new runtime exception with <code>null</code> as its
|
|
detail message.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/LockTimeoutException.html#LockTimeoutException(java.lang.String)"><B>LockTimeoutException(String)</B></A> -
|
|
Constructor for exception net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/LockTimeoutException.html" title="class in net.sf.ehcache.constructs.blocking">LockTimeoutException</A>
|
|
<DD>Constructs a new runtime exception with the specified detail message.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/LockTimeoutException.html#LockTimeoutException(java.lang.String, java.lang.Throwable)"><B>LockTimeoutException(String, Throwable)</B></A> -
|
|
Constructor for exception net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/LockTimeoutException.html" title="class in net.sf.ehcache.constructs.blocking">LockTimeoutException</A>
|
|
<DD>Constructor for the LockTimeoutException object.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/filter/Filter.html#logRequestHeaders(javax.servlet.http.HttpServletRequest)"><B>logRequestHeaders(HttpServletRequest)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.filter.<A HREF="./net/sf/ehcache/constructs/web/filter/Filter.html" title="class in net.sf.ehcache.constructs.web.filter">Filter</A>
|
|
<DD>Logs the request headers, if debug is enabled.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerListener.html#lookupPeer(java.lang.String)"><B>lookupPeer(String)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerListener.html" title="class in net.sf.ehcache.distribution">RMICacheManagerPeerListener</A>
|
|
<DD>Returns a reference to the remote object.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerProvider.html#lookupRemoteCachePeer(java.lang.String)"><B>lookupRemoteCachePeer(String)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerProvider.html" title="class in net.sf.ehcache.distribution">RMICacheManagerPeerProvider</A>
|
|
<DD>The use of one-time registry creation and Naming.rebind should mean we can create as many listeneres as we like.
|
|
<DT><A HREF="./net/sf/ehcache/store/MemoryStoreEvictionPolicy.html#LRU"><B>LRU</B></A> -
|
|
Static variable in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/MemoryStoreEvictionPolicy.html" title="class in net.sf.ehcache.store">MemoryStoreEvictionPolicy</A>
|
|
<DD>LRU - least recently used.
|
|
<DT><A HREF="./net/sf/ehcache/store/LruMemoryStore.html" title="class in net.sf.ehcache.store"><B>LruMemoryStore</B></A> - Class in <A HREF="./net/sf/ehcache/store/package-summary.html">net.sf.ehcache.store</A><DD>An implementation of a LruMemoryStore.<DT><A HREF="./net/sf/ehcache/store/LruMemoryStore.html#LruMemoryStore(net.sf.ehcache.Ehcache, net.sf.ehcache.store.Store)"><B>LruMemoryStore(Ehcache, Store)</B></A> -
|
|
Constructor for class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/LruMemoryStore.html" title="class in net.sf.ehcache.store">LruMemoryStore</A>
|
|
<DD>Constructor for the LruMemoryStore object
|
|
The backing <CODE>LinkedHashMap</CODE> is created with LRU by access order.
|
|
<DT><A HREF="./net/sf/ehcache/store/LruMemoryStore.SpoolingLinkedHashMap.html" title="class in net.sf.ehcache.store"><B>LruMemoryStore.SpoolingLinkedHashMap</B></A> - Class in <A HREF="./net/sf/ehcache/store/package-summary.html">net.sf.ehcache.store</A><DD>An extension of LinkedHashMap which overrides <A HREF="./net/sf/ehcache/store/LruMemoryStore.SpoolingLinkedHashMap.html#removeEldestEntry(java.util.Map.Entry)"><CODE>LruMemoryStore.SpoolingLinkedHashMap.removeEldestEntry(java.util.Map.Entry)</CODE></A>
|
|
to persist cache entries to the auxiliary cache before they are removed.<DT><A HREF="./net/sf/ehcache/store/LruMemoryStore.SpoolingLinkedHashMap.html#LruMemoryStore.SpoolingLinkedHashMap()"><B>LruMemoryStore.SpoolingLinkedHashMap()</B></A> -
|
|
Constructor for class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/LruMemoryStore.SpoolingLinkedHashMap.html" title="class in net.sf.ehcache.store">LruMemoryStore.SpoolingLinkedHashMap</A>
|
|
<DD>Default constructor.
|
|
<DT><A HREF="./net/sf/ehcache/store/LruMemoryStore.SpoolingLRUMap.html" title="class in net.sf.ehcache.store"><B>LruMemoryStore.SpoolingLRUMap</B></A> - Class in <A HREF="./net/sf/ehcache/store/package-summary.html">net.sf.ehcache.store</A><DD>An LRU Map implementation based on Apache Commons LRUMap.<DT><A HREF="./net/sf/ehcache/store/LruMemoryStore.SpoolingLRUMap.html#LruMemoryStore.SpoolingLRUMap()"><B>LruMemoryStore.SpoolingLRUMap()</B></A> -
|
|
Constructor for class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/LruMemoryStore.SpoolingLRUMap.html" title="class in net.sf.ehcache.store">LruMemoryStore.SpoolingLRUMap</A>
|
|
<DD>Constructor.
|
|
</DL>
|
|
<HR>
|
|
<A NAME="_M_"><!-- --></A><H2>
|
|
<B>M</B></H2>
|
|
<DL>
|
|
<DT><A HREF="./net/sf/ehcache/management/ManagementService.html" title="class in net.sf.ehcache.management"><B>ManagementService</B></A> - Class in <A HREF="./net/sf/ehcache/management/package-summary.html">net.sf.ehcache.management</A><DD>Ehcache CacheManagers and Caches have lifecycles.<DT><A HREF="./net/sf/ehcache/management/ManagementService.html#ManagementService(net.sf.ehcache.CacheManager, javax.management.MBeanServer, boolean, boolean, boolean, boolean)"><B>ManagementService(CacheManager, MBeanServer, boolean, boolean, boolean, boolean)</B></A> -
|
|
Constructor for class net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/ManagementService.html" title="class in net.sf.ehcache.management">ManagementService</A>
|
|
<DD>A constructor for a management service for a range of possible MBeans.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/ManualRMICacheManagerPeerProvider.html" title="class in net.sf.ehcache.distribution"><B>ManualRMICacheManagerPeerProvider</B></A> - Class in <A HREF="./net/sf/ehcache/distribution/package-summary.html">net.sf.ehcache.distribution</A><DD>A provider of Peer RMI addresses based off manual configuration.<DT><A HREF="./net/sf/ehcache/distribution/ManualRMICacheManagerPeerProvider.html#ManualRMICacheManagerPeerProvider()"><B>ManualRMICacheManagerPeerProvider()</B></A> -
|
|
Constructor for class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/ManualRMICacheManagerPeerProvider.html" title="class in net.sf.ehcache.distribution">ManualRMICacheManagerPeerProvider</A>
|
|
<DD>Empty constructor.
|
|
<DT><A HREF="./net/sf/ehcache/store/MemoryStore.html#map"><B>map</B></A> -
|
|
Variable in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/MemoryStore.html" title="class in net.sf.ehcache.store">MemoryStore</A>
|
|
<DD>Map where items are stored by key.
|
|
<DT><A HREF="./net/sf/ehcache/config/CacheConfiguration.html#maxElementsInMemory"><B>maxElementsInMemory</B></A> -
|
|
Variable in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/CacheConfiguration.html" title="class in net.sf.ehcache.config">CacheConfiguration</A>
|
|
<DD>the maximum objects to be held in the <A HREF="./net/sf/ehcache/store/MemoryStore.html" title="class in net.sf.ehcache.store"><CODE>MemoryStore</CODE></A>.
|
|
<DT><A HREF="./net/sf/ehcache/config/CacheConfiguration.html#maxElementsOnDisk"><B>maxElementsOnDisk</B></A> -
|
|
Variable in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/CacheConfiguration.html" title="class in net.sf.ehcache.config">CacheConfiguration</A>
|
|
<DD>the maximum objects to be held in the <A HREF="./net/sf/ehcache/store/DiskStore.html" title="class in net.sf.ehcache.store"><CODE>DiskStore</CODE></A>.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMIBootstrapCacheLoaderFactory.html#MAXIMUM_CHUNK_SIZE_BYTES"><B>MAXIMUM_CHUNK_SIZE_BYTES</B></A> -
|
|
Static variable in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMIBootstrapCacheLoaderFactory.html" title="class in net.sf.ehcache.distribution">RMIBootstrapCacheLoaderFactory</A>
|
|
<DD>The property name expected in ehcache.xml for the maximum chunk size in bytes
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMIBootstrapCacheLoader.html#maximumChunkSizeBytes"><B>maximumChunkSizeBytes</B></A> -
|
|
Variable in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMIBootstrapCacheLoader.html" title="class in net.sf.ehcache.distribution">RMIBootstrapCacheLoader</A>
|
|
<DD>The maximum serialized size of the elements to request from a remote cache peer during bootstrap.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupManager.html#memberJoined(org.jgroups.Address)"><B>memberJoined(Address)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.jgroups.<A HREF="./net/sf/ehcache/distribution/jgroups/JGroupManager.html" title="class in net.sf.ehcache.distribution.jgroups">JGroupManager</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupManager.html#memberLeft(org.jgroups.Address)"><B>memberLeft(Address)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.jgroups.<A HREF="./net/sf/ehcache/distribution/jgroups/JGroupManager.html" title="class in net.sf.ehcache.distribution.jgroups">JGroupManager</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/util/MemoryEfficientByteArrayOutputStream.html" title="class in net.sf.ehcache.util"><B>MemoryEfficientByteArrayOutputStream</B></A> - Class in <A HREF="./net/sf/ehcache/util/package-summary.html">net.sf.ehcache.util</A><DD>This class is designed to minimise the number of System.arraycopy(); methods
|
|
required to complete.<DT><A HREF="./net/sf/ehcache/util/MemoryEfficientByteArrayOutputStream.html#MemoryEfficientByteArrayOutputStream(int)"><B>MemoryEfficientByteArrayOutputStream(int)</B></A> -
|
|
Constructor for class net.sf.ehcache.util.<A HREF="./net/sf/ehcache/util/MemoryEfficientByteArrayOutputStream.html" title="class in net.sf.ehcache.util">MemoryEfficientByteArrayOutputStream</A>
|
|
<DD>Creates a new byte array output stream, with a buffer capacity of
|
|
the specified size, in bytes.
|
|
<DT><A HREF="./net/sf/ehcache/store/MemoryStore.html" title="class in net.sf.ehcache.store"><B>MemoryStore</B></A> - Class in <A HREF="./net/sf/ehcache/store/package-summary.html">net.sf.ehcache.store</A><DD>An abstract class for the Memory Stores.<DT><A HREF="./net/sf/ehcache/store/MemoryStore.html#MemoryStore(net.sf.ehcache.Ehcache, net.sf.ehcache.store.Store)"><B>MemoryStore(Ehcache, Store)</B></A> -
|
|
Constructor for class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/MemoryStore.html" title="class in net.sf.ehcache.store">MemoryStore</A>
|
|
<DD>Constructs things that all MemoryStores have in common.
|
|
<DT><A HREF="./net/sf/ehcache/config/CacheConfiguration.html#memoryStoreEvictionPolicy"><B>memoryStoreEvictionPolicy</B></A> -
|
|
Variable in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/CacheConfiguration.html" title="class in net.sf.ehcache.config">CacheConfiguration</A>
|
|
<DD>The policy used to evict elements from the <A HREF="./net/sf/ehcache/store/MemoryStore.html" title="class in net.sf.ehcache.store"><CODE>MemoryStore</CODE></A>.
|
|
<DT><A HREF="./net/sf/ehcache/store/MemoryStoreEvictionPolicy.html" title="class in net.sf.ehcache.store"><B>MemoryStoreEvictionPolicy</B></A> - Class in <A HREF="./net/sf/ehcache/store/package-summary.html">net.sf.ehcache.store</A><DD>A typesafe enumeration of eviction policies.<DT><A HREF="./net/sf/ehcache/constructs/asynchronous/AsynchronousCommandExecutor.html#MESSAGE_CACHE"><B>MESSAGE_CACHE</B></A> -
|
|
Static variable in class net.sf.ehcache.constructs.asynchronous.<A HREF="./net/sf/ehcache/constructs/asynchronous/AsynchronousCommandExecutor.html" title="class in net.sf.ehcache.constructs.asynchronous">AsynchronousCommandExecutor</A>
|
|
<DD>The name of the message cache in the ehcache.xml configuration file.
|
|
<DT><A HREF="./net/sf/ehcache/MimeTypeByteArray.html" title="class in net.sf.ehcache"><B>MimeTypeByteArray</B></A> - Class in <A HREF="./net/sf/ehcache/package-summary.html">net.sf.ehcache</A><DD>A bean used to wrap byte[] values to be placed in an Element so as to preserve MIME type information.<DT><A HREF="./net/sf/ehcache/MimeTypeByteArray.html#MimeTypeByteArray()"><B>MimeTypeByteArray()</B></A> -
|
|
Constructor for class net.sf.ehcache.<A HREF="./net/sf/ehcache/MimeTypeByteArray.html" title="class in net.sf.ehcache">MimeTypeByteArray</A>
|
|
<DD>Empty constructor, as required for JavaBeans
|
|
<DT><A HREF="./net/sf/ehcache/MimeTypeByteArray.html#MimeTypeByteArray(java.lang.String, byte[])"><B>MimeTypeByteArray(String, byte[])</B></A> -
|
|
Constructor for class net.sf.ehcache.<A HREF="./net/sf/ehcache/MimeTypeByteArray.html" title="class in net.sf.ehcache">MimeTypeByteArray</A>
|
|
<DD>Full constructor
|
|
<DT><A HREF="./net/sf/ehcache/constructs/asynchronous/AsynchronousCommandExecutor.html#MINIMUM_SAFE_DISPATCHER_THREAD_INTERVAL"><B>MINIMUM_SAFE_DISPATCHER_THREAD_INTERVAL</B></A> -
|
|
Static variable in class net.sf.ehcache.constructs.asynchronous.<A HREF="./net/sf/ehcache/constructs/asynchronous/AsynchronousCommandExecutor.html" title="class in net.sf.ehcache.constructs.asynchronous">AsynchronousCommandExecutor</A>
|
|
<DD>Minimum setting for the dispatcher thread interval.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/PayloadUtil.html#MTU"><B>MTU</B></A> -
|
|
Static variable in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/PayloadUtil.html" title="class in net.sf.ehcache.distribution">PayloadUtil</A>
|
|
<DD>The maximum transmission unit.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/MulticastKeepaliveHeartbeatReceiver.html" title="class in net.sf.ehcache.distribution"><B>MulticastKeepaliveHeartbeatReceiver</B></A> - Class in <A HREF="./net/sf/ehcache/distribution/package-summary.html">net.sf.ehcache.distribution</A><DD>Receives heartbeats from any <A HREF="./net/sf/ehcache/distribution/MulticastKeepaliveHeartbeatSender.html" title="class in net.sf.ehcache.distribution"><CODE>MulticastKeepaliveHeartbeatSender</CODE></A>s out there.<DT><A HREF="./net/sf/ehcache/distribution/MulticastKeepaliveHeartbeatReceiver.html#MulticastKeepaliveHeartbeatReceiver(net.sf.ehcache.distribution.MulticastRMICacheManagerPeerProvider, java.net.InetAddress, java.lang.Integer)"><B>MulticastKeepaliveHeartbeatReceiver(MulticastRMICacheManagerPeerProvider, InetAddress, Integer)</B></A> -
|
|
Constructor for class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/MulticastKeepaliveHeartbeatReceiver.html" title="class in net.sf.ehcache.distribution">MulticastKeepaliveHeartbeatReceiver</A>
|
|
<DD>Constructor.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/MulticastKeepaliveHeartbeatSender.html" title="class in net.sf.ehcache.distribution"><B>MulticastKeepaliveHeartbeatSender</B></A> - Class in <A HREF="./net/sf/ehcache/distribution/package-summary.html">net.sf.ehcache.distribution</A><DD>Sends heartbeats to a multicast group containing a compressed list of URLs.<DT><A HREF="./net/sf/ehcache/distribution/MulticastKeepaliveHeartbeatSender.html#MulticastKeepaliveHeartbeatSender(net.sf.ehcache.CacheManager, java.net.InetAddress, java.lang.Integer, java.lang.Integer)"><B>MulticastKeepaliveHeartbeatSender(CacheManager, InetAddress, Integer, Integer)</B></A> -
|
|
Constructor for class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/MulticastKeepaliveHeartbeatSender.html" title="class in net.sf.ehcache.distribution">MulticastKeepaliveHeartbeatSender</A>
|
|
<DD>Constructor.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/MulticastRMICacheManagerPeerProvider.html" title="class in net.sf.ehcache.distribution"><B>MulticastRMICacheManagerPeerProvider</B></A> - Class in <A HREF="./net/sf/ehcache/distribution/package-summary.html">net.sf.ehcache.distribution</A><DD>A peer provider which discovers peers using Multicast.<DT><A HREF="./net/sf/ehcache/distribution/MulticastRMICacheManagerPeerProvider.html#MulticastRMICacheManagerPeerProvider(net.sf.ehcache.CacheManager, java.net.InetAddress, java.lang.Integer, java.lang.Integer)"><B>MulticastRMICacheManagerPeerProvider(CacheManager, InetAddress, Integer, Integer)</B></A> -
|
|
Constructor for class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/MulticastRMICacheManagerPeerProvider.html" title="class in net.sf.ehcache.distribution">MulticastRMICacheManagerPeerProvider</A>
|
|
<DD>Creates and starts a multicast peer provider
|
|
<DT><A HREF="./net/sf/ehcache/distribution/MulticastRMICacheManagerPeerProvider.CachePeerEntry.html" title="class in net.sf.ehcache.distribution"><B>MulticastRMICacheManagerPeerProvider.CachePeerEntry</B></A> - Class in <A HREF="./net/sf/ehcache/distribution/package-summary.html">net.sf.ehcache.distribution</A><DD>Entry containing a looked up CachePeer and date<DT><A HREF="./net/sf/ehcache/distribution/MulticastRMICacheManagerPeerProvider.CachePeerEntry.html#MulticastRMICacheManagerPeerProvider.CachePeerEntry(net.sf.ehcache.distribution.CachePeer, java.util.Date)"><B>MulticastRMICacheManagerPeerProvider.CachePeerEntry(CachePeer, Date)</B></A> -
|
|
Constructor for class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/MulticastRMICacheManagerPeerProvider.CachePeerEntry.html" title="class in net.sf.ehcache.distribution">MulticastRMICacheManagerPeerProvider.CachePeerEntry</A>
|
|
<DD>Constructor
|
|
<DT><A HREF="./net/sf/ehcache/constructs/concurrent/Mutex.html" title="class in net.sf.ehcache.constructs.concurrent"><B>Mutex</B></A> - Class in <A HREF="./net/sf/ehcache/constructs/concurrent/package-summary.html">net.sf.ehcache.constructs.concurrent</A><DD> <DT><A HREF="./net/sf/ehcache/constructs/concurrent/Mutex.html#Mutex()"><B>Mutex()</B></A> -
|
|
Constructor for class net.sf.ehcache.constructs.concurrent.<A HREF="./net/sf/ehcache/constructs/concurrent/Mutex.html" title="class in net.sf.ehcache.constructs.concurrent">Mutex</A>
|
|
<DD>
|
|
</DL>
|
|
<HR>
|
|
<A NAME="_N_"><!-- --></A><H2>
|
|
<B>N</B></H2>
|
|
<DL>
|
|
<DT><A HREF="./net/sf/ehcache/config/CacheConfiguration.html#name"><B>name</B></A> -
|
|
Variable in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/CacheConfiguration.html" title="class in net.sf.ehcache.config">CacheConfiguration</A>
|
|
<DD>the name of the cache.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/filter/SimplePageCachingFilter.html#NAME"><B>NAME</B></A> -
|
|
Static variable in class net.sf.ehcache.constructs.web.filter.<A HREF="./net/sf/ehcache/constructs/web/filter/SimplePageCachingFilter.html" title="class in net.sf.ehcache.constructs.web.filter">SimplePageCachingFilter</A>
|
|
<DD>The name of the filter.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/filter/SimplePageFragmentCachingFilter.html#NAME"><B>NAME</B></A> -
|
|
Static variable in class net.sf.ehcache.constructs.web.filter.<A HREF="./net/sf/ehcache/constructs/web/filter/SimplePageFragmentCachingFilter.html" title="class in net.sf.ehcache.constructs.web.filter">SimplePageFragmentCachingFilter</A>
|
|
<DD>This filter's name
|
|
<DT><A HREF="./net/sf/ehcache/package-summary.html"><B>net.sf.ehcache</B></A> - package net.sf.ehcache<DD>This package contains the public API for using ehcache.<DT><A HREF="./net/sf/ehcache/bootstrap/package-summary.html"><B>net.sf.ehcache.bootstrap</B></A> - package net.sf.ehcache.bootstrap<DD>This package contains the bootstrap cache loader interface and abstract factory.<DT><A HREF="./net/sf/ehcache/config/package-summary.html"><B>net.sf.ehcache.config</B></A> - package net.sf.ehcache.config<DD>This package contains the cache configuration code.<DT><A HREF="./net/sf/ehcache/constructs/asynchronous/package-summary.html"><B>net.sf.ehcache.constructs.asynchronous</B></A> - package net.sf.ehcache.constructs.asynchronous<DD> <DT><A HREF="./net/sf/ehcache/constructs/blocking/package-summary.html"><B>net.sf.ehcache.constructs.blocking</B></A> - package net.sf.ehcache.constructs.blocking<DD>Doug Lea in his book Concurrent Programming in Java talks about concurrency support constructs.<DT><A HREF="./net/sf/ehcache/constructs/concurrent/package-summary.html"><B>net.sf.ehcache.constructs.concurrent</B></A> - package net.sf.ehcache.constructs.concurrent<DD>This package contains the Mutex class and Sync interface taken as is, with fixed for checkstyle and
|
|
javadoc errors from version 1.3.4 of Doug Lea's concurrency package.<DT><A HREF="./net/sf/ehcache/constructs/web/package-summary.html"><B>net.sf.ehcache.constructs.web</B></A> - package net.sf.ehcache.constructs.web<DD><p/>
|
|
Constructs useful for Java EE Web Container environments, specifically the Servlet 2.3 and later specifications.<DT><A HREF="./net/sf/ehcache/constructs/web/filter/package-summary.html"><B>net.sf.ehcache.constructs.web.filter</B></A> - package net.sf.ehcache.constructs.web.filter<DD><p/>
|
|
Caching filters compliant with the filters in the Servlet 2.3 specification.<DT><A HREF="./net/sf/ehcache/distribution/package-summary.html"><B>net.sf.ehcache.distribution</B></A> - package net.sf.ehcache.distribution<DD>This package is for cache replication.<DT><A HREF="./net/sf/ehcache/distribution/jgroups/package-summary.html"><B>net.sf.ehcache.distribution.jgroups</B></A> - package net.sf.ehcache.distribution.jgroups<DD>This package is for cache replication using Jgroups.<DT><A HREF="./net/sf/ehcache/event/package-summary.html"><B>net.sf.ehcache.event</B></A> - package net.sf.ehcache.event<DD>This package contains interfaces and classes for listening to events.<DT><A HREF="./net/sf/ehcache/exceptionhandler/package-summary.html"><B>net.sf.ehcache.exceptionhandler</B></A> - package net.sf.ehcache.exceptionhandler<DD>This package is for exception handling.<DT><A HREF="./net/sf/ehcache/extension/package-summary.html"><B>net.sf.ehcache.extension</B></A> - package net.sf.ehcache.extension<DD>This package contains interfaces and classes for the cache extension mechanism.<DT><A HREF="./net/sf/ehcache/hibernate/package-summary.html"><B>net.sf.ehcache.hibernate</B></A> - package net.sf.ehcache.hibernate<DD>This package contains interfaces and classes for Hibernate3.1 and higher.<DT><A HREF="./net/sf/ehcache/jcache/package-summary.html"><B>net.sf.ehcache.jcache</B></A> - package net.sf.ehcache.jcache<DD>This package contains an implementation of JSR-107: the JCACHE API.<DT><A HREF="./net/sf/ehcache/loader/package-summary.html"><B>net.sf.ehcache.loader</B></A> - package net.sf.ehcache.loader<DD>This package contains a cache loaders and associated factories.<DT><A HREF="./net/sf/ehcache/management/package-summary.html"><B>net.sf.ehcache.management</B></A> - package net.sf.ehcache.management<DD>This package contains JMX MBeans and implementations for management of ehcache.<DT><A HREF="./net/sf/ehcache/store/package-summary.html"><B>net.sf.ehcache.store</B></A> - package net.sf.ehcache.store<DD>Store package.<DT><A HREF="./net/sf/ehcache/util/package-summary.html"><B>net.sf.ehcache.util</B></A> - package net.sf.ehcache.util<DD>Util package.<DT><A HREF="./net/sf/ehcache/hibernate/EhCacheProvider.html#NET_SF_EHCACHE_CONFIGURATION_RESOURCE_NAME"><B>NET_SF_EHCACHE_CONFIGURATION_RESOURCE_NAME</B></A> -
|
|
Static variable in class net.sf.ehcache.hibernate.<A HREF="./net/sf/ehcache/hibernate/EhCacheProvider.html" title="class in net.sf.ehcache.hibernate">EhCacheProvider</A>
|
|
<DD>The Hibernate system property specifying the location of the ehcache configuration file name.
|
|
<DT><A HREF="./net/sf/ehcache/hibernate/SingletonEhCacheProvider.html#NET_SF_EHCACHE_CONFIGURATION_RESOURCE_NAME"><B>NET_SF_EHCACHE_CONFIGURATION_RESOURCE_NAME</B></A> -
|
|
Static variable in class net.sf.ehcache.hibernate.<A HREF="./net/sf/ehcache/hibernate/SingletonEhCacheProvider.html" title="class in net.sf.ehcache.hibernate">SingletonEhCacheProvider</A>
|
|
<DD>The Hibernate system property specifying the location of the ehcache configuration file name.
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#NET_SF_EHCACHE_DISABLED"><B>NET_SF_EHCACHE_DISABLED</B></A> -
|
|
Static variable in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>System Property based method of disabling ehcache.
|
|
<DT><A HREF="./net/sf/ehcache/hibernate/EhCache.html#nextTimestamp()"><B>nextTimestamp()</B></A> -
|
|
Method in class net.sf.ehcache.hibernate.<A HREF="./net/sf/ehcache/hibernate/EhCache.html" title="class in net.sf.ehcache.hibernate">EhCache</A>
|
|
<DD>Gets the next timestamp;
|
|
<DT><A HREF="./net/sf/ehcache/hibernate/EhCacheProvider.html#nextTimestamp()"><B>nextTimestamp()</B></A> -
|
|
Method in class net.sf.ehcache.hibernate.<A HREF="./net/sf/ehcache/hibernate/EhCacheProvider.html" title="class in net.sf.ehcache.hibernate">EhCacheProvider</A>
|
|
<DD>Returns the next timestamp.
|
|
<DT><A HREF="./net/sf/ehcache/hibernate/SingletonEhCacheProvider.html#nextTimestamp()"><B>nextTimestamp()</B></A> -
|
|
Method in class net.sf.ehcache.hibernate.<A HREF="./net/sf/ehcache/hibernate/SingletonEhCacheProvider.html" title="class in net.sf.ehcache.hibernate">SingletonEhCacheProvider</A>
|
|
<DD>Returns the next timestamp.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/filter/Filter.html#NO_FILTER"><B>NO_FILTER</B></A> -
|
|
Static variable in class net.sf.ehcache.constructs.web.filter.<A HREF="./net/sf/ehcache/constructs/web/filter/Filter.html" title="class in net.sf.ehcache.constructs.web.filter">Filter</A>
|
|
<DD>If a request attribute NO_FILTER is set, then filtering will be skipped
|
|
<DT><A HREF="./net/sf/ehcache/distribution/CacheReplicator.html#notAlive()"><B>notAlive()</B></A> -
|
|
Method in interface net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/CacheReplicator.html" title="interface in net.sf.ehcache.distribution">CacheReplicator</A>
|
|
<DD>Returns whether the replicator is not active.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupsCacheReplicator.html#notAlive()"><B>notAlive()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.jgroups.<A HREF="./net/sf/ehcache/distribution/jgroups/JGroupsCacheReplicator.html" title="class in net.sf.ehcache.distribution.jgroups">JGroupsCacheReplicator</A>
|
|
<DD>Returns whether the replicator is not active.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMISynchronousCacheReplicator.html#notAlive()"><B>notAlive()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMISynchronousCacheReplicator.html" title="class in net.sf.ehcache.distribution">RMISynchronousCacheReplicator</A>
|
|
<DD>Asserts that the replicator is active.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerListener.html#notifyCacheAdded(java.lang.String)"><B>notifyCacheAdded(String)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerListener.html" title="class in net.sf.ehcache.distribution">RMICacheManagerPeerListener</A>
|
|
<DD>Called immediately after a cache has been added and activated.
|
|
<DT><A HREF="./net/sf/ehcache/event/CacheManagerEventListener.html#notifyCacheAdded(java.lang.String)"><B>notifyCacheAdded(String)</B></A> -
|
|
Method in interface net.sf.ehcache.event.<A HREF="./net/sf/ehcache/event/CacheManagerEventListener.html" title="interface in net.sf.ehcache.event">CacheManagerEventListener</A>
|
|
<DD>Called immediately after a cache has been added and activated.
|
|
<DT><A HREF="./net/sf/ehcache/event/CacheManagerEventListenerRegistry.html#notifyCacheAdded(java.lang.String)"><B>notifyCacheAdded(String)</B></A> -
|
|
Method in class net.sf.ehcache.event.<A HREF="./net/sf/ehcache/event/CacheManagerEventListenerRegistry.html" title="class in net.sf.ehcache.event">CacheManagerEventListenerRegistry</A>
|
|
<DD>Called immediately after a cache has been added and activated.
|
|
<DT><A HREF="./net/sf/ehcache/management/ManagementService.html#notifyCacheAdded(java.lang.String)"><B>notifyCacheAdded(String)</B></A> -
|
|
Method in class net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/ManagementService.html" title="class in net.sf.ehcache.management">ManagementService</A>
|
|
<DD>Called immediately after a cache has been added and activated.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerListener.html#notifyCacheRemoved(java.lang.String)"><B>notifyCacheRemoved(String)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerListener.html" title="class in net.sf.ehcache.distribution">RMICacheManagerPeerListener</A>
|
|
<DD>Called immediately after a cache has been disposed and removed.
|
|
<DT><A HREF="./net/sf/ehcache/event/CacheManagerEventListener.html#notifyCacheRemoved(java.lang.String)"><B>notifyCacheRemoved(String)</B></A> -
|
|
Method in interface net.sf.ehcache.event.<A HREF="./net/sf/ehcache/event/CacheManagerEventListener.html" title="interface in net.sf.ehcache.event">CacheManagerEventListener</A>
|
|
<DD>Called immediately after a cache has been disposed and removed.
|
|
<DT><A HREF="./net/sf/ehcache/event/CacheManagerEventListenerRegistry.html#notifyCacheRemoved(java.lang.String)"><B>notifyCacheRemoved(String)</B></A> -
|
|
Method in class net.sf.ehcache.event.<A HREF="./net/sf/ehcache/event/CacheManagerEventListenerRegistry.html" title="class in net.sf.ehcache.event">CacheManagerEventListenerRegistry</A>
|
|
<DD>Called immediately after a cache has been disposed and removed.
|
|
<DT><A HREF="./net/sf/ehcache/management/ManagementService.html#notifyCacheRemoved(java.lang.String)"><B>notifyCacheRemoved(String)</B></A> -
|
|
Method in class net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/ManagementService.html" title="class in net.sf.ehcache.management">ManagementService</A>
|
|
<DD>Called immediately after a cache has been disposed and removed.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupsCacheReplicator.html#notifyElementEvicted(net.sf.ehcache.Ehcache, net.sf.ehcache.Element)"><B>notifyElementEvicted(Ehcache, Element)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.jgroups.<A HREF="./net/sf/ehcache/distribution/jgroups/JGroupsCacheReplicator.html" title="class in net.sf.ehcache.distribution.jgroups">JGroupsCacheReplicator</A>
|
|
<DD>Called immediately after an element is evicted from the cache.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMISynchronousCacheReplicator.html#notifyElementEvicted(net.sf.ehcache.Ehcache, net.sf.ehcache.Element)"><B>notifyElementEvicted(Ehcache, Element)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMISynchronousCacheReplicator.html" title="class in net.sf.ehcache.distribution">RMISynchronousCacheReplicator</A>
|
|
<DD>Called immediately after an element is evicted from the cache.
|
|
<DT><A HREF="./net/sf/ehcache/event/CacheEventListener.html#notifyElementEvicted(net.sf.ehcache.Ehcache, net.sf.ehcache.Element)"><B>notifyElementEvicted(Ehcache, Element)</B></A> -
|
|
Method in interface net.sf.ehcache.event.<A HREF="./net/sf/ehcache/event/CacheEventListener.html" title="interface in net.sf.ehcache.event">CacheEventListener</A>
|
|
<DD>Called immediately after an element is evicted from the cache.
|
|
<DT><A HREF="./net/sf/ehcache/event/RegisteredEventListeners.html#notifyElementEvicted(net.sf.ehcache.Element, boolean)"><B>notifyElementEvicted(Element, boolean)</B></A> -
|
|
Method in class net.sf.ehcache.event.<A HREF="./net/sf/ehcache/event/RegisteredEventListeners.html" title="class in net.sf.ehcache.event">RegisteredEventListeners</A>
|
|
<DD>Notifies all registered listeners, in no guaranteed order, that an element has been
|
|
evicted from the cache
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCacheListenerAdaptor.html#notifyElementEvicted(net.sf.ehcache.Ehcache, net.sf.ehcache.Element)"><B>notifyElementEvicted(Ehcache, Element)</B></A> -
|
|
Method in class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCacheListenerAdaptor.html" title="class in net.sf.ehcache.jcache">JCacheListenerAdaptor</A>
|
|
<DD>Called immediately after an element is evicted from the cache.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupsCacheReplicator.html#notifyElementExpired(net.sf.ehcache.Ehcache, net.sf.ehcache.Element)"><B>notifyElementExpired(Ehcache, Element)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.jgroups.<A HREF="./net/sf/ehcache/distribution/jgroups/JGroupsCacheReplicator.html" title="class in net.sf.ehcache.distribution.jgroups">JGroupsCacheReplicator</A>
|
|
<DD>Called immediately after an element is <i>found</i> to be expired.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMISynchronousCacheReplicator.html#notifyElementExpired(net.sf.ehcache.Ehcache, net.sf.ehcache.Element)"><B>notifyElementExpired(Ehcache, Element)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMISynchronousCacheReplicator.html" title="class in net.sf.ehcache.distribution">RMISynchronousCacheReplicator</A>
|
|
<DD>Called immediately after an element is <i>found</i> to be expired.
|
|
<p/>
|
|
This implementation does not propagate expiries.
|
|
<DT><A HREF="./net/sf/ehcache/event/CacheEventListener.html#notifyElementExpired(net.sf.ehcache.Ehcache, net.sf.ehcache.Element)"><B>notifyElementExpired(Ehcache, Element)</B></A> -
|
|
Method in interface net.sf.ehcache.event.<A HREF="./net/sf/ehcache/event/CacheEventListener.html" title="interface in net.sf.ehcache.event">CacheEventListener</A>
|
|
<DD>Called immediately after an element is <i>found</i> to be expired.
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCacheListenerAdaptor.html#notifyElementExpired(net.sf.ehcache.Ehcache, net.sf.ehcache.Element)"><B>notifyElementExpired(Ehcache, Element)</B></A> -
|
|
Method in class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCacheListenerAdaptor.html" title="class in net.sf.ehcache.jcache">JCacheListenerAdaptor</A>
|
|
<DD>Called immediately after an element is <i>found</i> to be expired.
|
|
<DT><A HREF="./net/sf/ehcache/event/RegisteredEventListeners.html#notifyElementExpiry(net.sf.ehcache.Element, boolean)"><B>notifyElementExpiry(Element, boolean)</B></A> -
|
|
Method in class net.sf.ehcache.event.<A HREF="./net/sf/ehcache/event/RegisteredEventListeners.html" title="class in net.sf.ehcache.event">RegisteredEventListeners</A>
|
|
<DD>Notifies all registered listeners, in no guaranteed order, that an element has expired
|
|
<DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupsCacheReplicator.html#notifyElementPut(net.sf.ehcache.Ehcache, net.sf.ehcache.Element)"><B>notifyElementPut(Ehcache, Element)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.jgroups.<A HREF="./net/sf/ehcache/distribution/jgroups/JGroupsCacheReplicator.html" title="class in net.sf.ehcache.distribution.jgroups">JGroupsCacheReplicator</A>
|
|
<DD>Called immediately after an element has been put into the cache.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMIAsynchronousCacheReplicator.html#notifyElementPut(net.sf.ehcache.Ehcache, net.sf.ehcache.Element)"><B>notifyElementPut(Ehcache, Element)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMIAsynchronousCacheReplicator.html" title="class in net.sf.ehcache.distribution">RMIAsynchronousCacheReplicator</A>
|
|
<DD>Called immediately after an element has been put into the cache.
|
|
<p/>
|
|
This implementation queues the put notification for in-order replication to peers.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMISynchronousCacheReplicator.html#notifyElementPut(net.sf.ehcache.Ehcache, net.sf.ehcache.Element)"><B>notifyElementPut(Ehcache, Element)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMISynchronousCacheReplicator.html" title="class in net.sf.ehcache.distribution">RMISynchronousCacheReplicator</A>
|
|
<DD>Called immediately after an element has been put into the cache.
|
|
<DT><A HREF="./net/sf/ehcache/event/CacheEventListener.html#notifyElementPut(net.sf.ehcache.Ehcache, net.sf.ehcache.Element)"><B>notifyElementPut(Ehcache, Element)</B></A> -
|
|
Method in interface net.sf.ehcache.event.<A HREF="./net/sf/ehcache/event/CacheEventListener.html" title="interface in net.sf.ehcache.event">CacheEventListener</A>
|
|
<DD>Called immediately after an element has been put into the cache.
|
|
<DT><A HREF="./net/sf/ehcache/event/RegisteredEventListeners.html#notifyElementPut(net.sf.ehcache.Element, boolean)"><B>notifyElementPut(Element, boolean)</B></A> -
|
|
Method in class net.sf.ehcache.event.<A HREF="./net/sf/ehcache/event/RegisteredEventListeners.html" title="class in net.sf.ehcache.event">RegisteredEventListeners</A>
|
|
<DD>Notifies all registered listeners, in no guaranteed order, that an element was put into the cache
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCacheListenerAdaptor.html#notifyElementPut(net.sf.ehcache.Ehcache, net.sf.ehcache.Element)"><B>notifyElementPut(Ehcache, Element)</B></A> -
|
|
Method in class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCacheListenerAdaptor.html" title="class in net.sf.ehcache.jcache">JCacheListenerAdaptor</A>
|
|
<DD>Called immediately after an element has been put into the cache.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupsCacheReplicator.html#notifyElementRemoved(net.sf.ehcache.Ehcache, net.sf.ehcache.Element)"><B>notifyElementRemoved(Ehcache, Element)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.jgroups.<A HREF="./net/sf/ehcache/distribution/jgroups/JGroupsCacheReplicator.html" title="class in net.sf.ehcache.distribution.jgroups">JGroupsCacheReplicator</A>
|
|
<DD>Called immediately after an attempt to remove an element.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMIAsynchronousCacheReplicator.html#notifyElementRemoved(net.sf.ehcache.Ehcache, net.sf.ehcache.Element)"><B>notifyElementRemoved(Ehcache, Element)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMIAsynchronousCacheReplicator.html" title="class in net.sf.ehcache.distribution">RMIAsynchronousCacheReplicator</A>
|
|
<DD>Called immediately after an attempt to remove an element.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMISynchronousCacheReplicator.html#notifyElementRemoved(net.sf.ehcache.Ehcache, net.sf.ehcache.Element)"><B>notifyElementRemoved(Ehcache, Element)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMISynchronousCacheReplicator.html" title="class in net.sf.ehcache.distribution">RMISynchronousCacheReplicator</A>
|
|
<DD>Called immediately after an attempt to remove an element.
|
|
<DT><A HREF="./net/sf/ehcache/event/CacheEventListener.html#notifyElementRemoved(net.sf.ehcache.Ehcache, net.sf.ehcache.Element)"><B>notifyElementRemoved(Ehcache, Element)</B></A> -
|
|
Method in interface net.sf.ehcache.event.<A HREF="./net/sf/ehcache/event/CacheEventListener.html" title="interface in net.sf.ehcache.event">CacheEventListener</A>
|
|
<DD>Called immediately after an attempt to remove an element.
|
|
<DT><A HREF="./net/sf/ehcache/event/RegisteredEventListeners.html#notifyElementRemoved(net.sf.ehcache.Element, boolean)"><B>notifyElementRemoved(Element, boolean)</B></A> -
|
|
Method in class net.sf.ehcache.event.<A HREF="./net/sf/ehcache/event/RegisteredEventListeners.html" title="class in net.sf.ehcache.event">RegisteredEventListeners</A>
|
|
<DD>Notifies all registered listeners, in no guaranteed order, that an element was removed
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCacheListenerAdaptor.html#notifyElementRemoved(net.sf.ehcache.Ehcache, net.sf.ehcache.Element)"><B>notifyElementRemoved(Ehcache, Element)</B></A> -
|
|
Method in class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCacheListenerAdaptor.html" title="class in net.sf.ehcache.jcache">JCacheListenerAdaptor</A>
|
|
<DD>Called immediately after an element has been removed.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupsCacheReplicator.html#notifyElementUpdated(net.sf.ehcache.Ehcache, net.sf.ehcache.Element)"><B>notifyElementUpdated(Ehcache, Element)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.jgroups.<A HREF="./net/sf/ehcache/distribution/jgroups/JGroupsCacheReplicator.html" title="class in net.sf.ehcache.distribution.jgroups">JGroupsCacheReplicator</A>
|
|
<DD>Called immediately after an element has been put into the cache and the element already
|
|
existed in the cache.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMIAsynchronousCacheReplicator.html#notifyElementUpdated(net.sf.ehcache.Ehcache, net.sf.ehcache.Element)"><B>notifyElementUpdated(Ehcache, Element)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMIAsynchronousCacheReplicator.html" title="class in net.sf.ehcache.distribution">RMIAsynchronousCacheReplicator</A>
|
|
<DD>Called immediately after an element has been put into the cache and the element already
|
|
existed in the cache.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMISynchronousCacheReplicator.html#notifyElementUpdated(net.sf.ehcache.Ehcache, net.sf.ehcache.Element)"><B>notifyElementUpdated(Ehcache, Element)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMISynchronousCacheReplicator.html" title="class in net.sf.ehcache.distribution">RMISynchronousCacheReplicator</A>
|
|
<DD>Called immediately after an element has been put into the cache and the element already
|
|
existed in the cache.
|
|
<DT><A HREF="./net/sf/ehcache/event/CacheEventListener.html#notifyElementUpdated(net.sf.ehcache.Ehcache, net.sf.ehcache.Element)"><B>notifyElementUpdated(Ehcache, Element)</B></A> -
|
|
Method in interface net.sf.ehcache.event.<A HREF="./net/sf/ehcache/event/CacheEventListener.html" title="interface in net.sf.ehcache.event">CacheEventListener</A>
|
|
<DD>Called immediately after an element has been put into the cache and the element already
|
|
existed in the cache.
|
|
<DT><A HREF="./net/sf/ehcache/event/RegisteredEventListeners.html#notifyElementUpdated(net.sf.ehcache.Element, boolean)"><B>notifyElementUpdated(Element, boolean)</B></A> -
|
|
Method in class net.sf.ehcache.event.<A HREF="./net/sf/ehcache/event/RegisteredEventListeners.html" title="class in net.sf.ehcache.event">RegisteredEventListeners</A>
|
|
<DD>Notifies all registered listeners, in no guaranteed order, that an element in the cache was updated
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCacheListenerAdaptor.html#notifyElementUpdated(net.sf.ehcache.Ehcache, net.sf.ehcache.Element)"><B>notifyElementUpdated(Ehcache, Element)</B></A> -
|
|
Method in class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCacheListenerAdaptor.html" title="class in net.sf.ehcache.jcache">JCacheListenerAdaptor</A>
|
|
<DD>Called immediately after an element has been put into the cache and the element already
|
|
existed in the cache.
|
|
<DT><A HREF="./net/sf/ehcache/store/MemoryStore.html#notifyExpiry(net.sf.ehcache.Element)"><B>notifyExpiry(Element)</B></A> -
|
|
Method in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/MemoryStore.html" title="class in net.sf.ehcache.store">MemoryStore</A>
|
|
<DD>Before eviction elements are checked.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupsCacheReplicator.html#notifyRemoveAll(net.sf.ehcache.Ehcache)"><B>notifyRemoveAll(Ehcache)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.jgroups.<A HREF="./net/sf/ehcache/distribution/jgroups/JGroupsCacheReplicator.html" title="class in net.sf.ehcache.distribution.jgroups">JGroupsCacheReplicator</A>
|
|
<DD>Called during <A HREF="./net/sf/ehcache/Ehcache.html#removeAll()"><CODE>Ehcache.removeAll()</CODE></A> to indicate that the all
|
|
elements have been removed from the cache in a bulk operation.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMIAsynchronousCacheReplicator.html#notifyRemoveAll(net.sf.ehcache.Ehcache)"><B>notifyRemoveAll(Ehcache)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMIAsynchronousCacheReplicator.html" title="class in net.sf.ehcache.distribution">RMIAsynchronousCacheReplicator</A>
|
|
<DD>Called during <A HREF="./net/sf/ehcache/Ehcache.html#removeAll()"><CODE>Ehcache.removeAll()</CODE></A> to indicate that the all
|
|
elements have been removed from the cache in a bulk operation.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMISynchronousCacheReplicator.html#notifyRemoveAll(net.sf.ehcache.Ehcache)"><B>notifyRemoveAll(Ehcache)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMISynchronousCacheReplicator.html" title="class in net.sf.ehcache.distribution">RMISynchronousCacheReplicator</A>
|
|
<DD>Called during <A HREF="./net/sf/ehcache/Ehcache.html#removeAll()"><CODE>Ehcache.removeAll()</CODE></A> to indicate that the all
|
|
elements have been removed from the cache in a bulk operation.
|
|
<DT><A HREF="./net/sf/ehcache/event/CacheEventListener.html#notifyRemoveAll(net.sf.ehcache.Ehcache)"><B>notifyRemoveAll(Ehcache)</B></A> -
|
|
Method in interface net.sf.ehcache.event.<A HREF="./net/sf/ehcache/event/CacheEventListener.html" title="interface in net.sf.ehcache.event">CacheEventListener</A>
|
|
<DD>Called during <A HREF="./net/sf/ehcache/Ehcache.html#removeAll()"><CODE>Ehcache.removeAll()</CODE></A> to indicate that the all
|
|
elements have been removed from the cache in a bulk operation.
|
|
<DT><A HREF="./net/sf/ehcache/event/RegisteredEventListeners.html#notifyRemoveAll(boolean)"><B>notifyRemoveAll(boolean)</B></A> -
|
|
Method in class net.sf.ehcache.event.<A HREF="./net/sf/ehcache/event/RegisteredEventListeners.html" title="class in net.sf.ehcache.event">RegisteredEventListeners</A>
|
|
<DD>Notifies all registered listeners, in no guaranteed order, that removeAll
|
|
has been called and all elements cleared
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCacheListenerAdaptor.html#notifyRemoveAll(net.sf.ehcache.Ehcache)"><B>notifyRemoveAll(Ehcache)</B></A> -
|
|
Method in class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCacheListenerAdaptor.html" title="class in net.sf.ehcache.jcache">JCacheListenerAdaptor</A>
|
|
<DD>Called during <A HREF="./net/sf/ehcache/Ehcache.html#removeAll()"><CODE>Ehcache.removeAll()</CODE></A> to indicate that the all
|
|
elements have been removed from the cache in a bulk operation.
|
|
<DT><A HREF="./net/sf/ehcache/config/ConfigurationHelper.html#numberOfCachesThatAreDiskPersistent()"><B>numberOfCachesThatAreDiskPersistent()</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/ConfigurationHelper.html" title="class in net.sf.ehcache.config">ConfigurationHelper</A>
|
|
<DD>Calculates the number of caches in the configuration that are diskPersistent
|
|
<DT><A HREF="./net/sf/ehcache/config/ConfigurationHelper.html#numberOfCachesThatOverflowToDisk()"><B>numberOfCachesThatOverflowToDisk()</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/ConfigurationHelper.html" title="class in net.sf.ehcache.config">ConfigurationHelper</A>
|
|
<DD>Calculates the number of caches in the configuration that overflow to disk
|
|
</DL>
|
|
<HR>
|
|
<A NAME="_O_"><!-- --></A><H2>
|
|
<B>O</B></H2>
|
|
<DL>
|
|
<DT><A HREF="./net/sf/ehcache/ObjectExistsException.html" title="class in net.sf.ehcache"><B>ObjectExistsException</B></A> - Exception in <A HREF="./net/sf/ehcache/package-summary.html">net.sf.ehcache</A><DD>Thrown when a duplicate cache is attemtpted to be created<DT><A HREF="./net/sf/ehcache/ObjectExistsException.html#ObjectExistsException()"><B>ObjectExistsException()</B></A> -
|
|
Constructor for exception net.sf.ehcache.<A HREF="./net/sf/ehcache/ObjectExistsException.html" title="class in net.sf.ehcache">ObjectExistsException</A>
|
|
<DD>Constructor for the ObjectExistsException object.
|
|
<DT><A HREF="./net/sf/ehcache/ObjectExistsException.html#ObjectExistsException(java.lang.String)"><B>ObjectExistsException(String)</B></A> -
|
|
Constructor for exception net.sf.ehcache.<A HREF="./net/sf/ehcache/ObjectExistsException.html" title="class in net.sf.ehcache">ObjectExistsException</A>
|
|
<DD>Constructor for the ObjectExistsException object.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/concurrent/Sync.html#ONE_CENTURY"><B>ONE_CENTURY</B></A> -
|
|
Static variable in interface net.sf.ehcache.constructs.concurrent.<A HREF="./net/sf/ehcache/constructs/concurrent/Sync.html" title="interface in net.sf.ehcache.constructs.concurrent">Sync</A>
|
|
<DD>One century in milliseconds; convenient as a time-out value
|
|
<DT><A HREF="./net/sf/ehcache/constructs/concurrent/Sync.html#ONE_DAY"><B>ONE_DAY</B></A> -
|
|
Static variable in interface net.sf.ehcache.constructs.concurrent.<A HREF="./net/sf/ehcache/constructs/concurrent/Sync.html" title="interface in net.sf.ehcache.constructs.concurrent">Sync</A>
|
|
<DD>One day, in milliseconds; convenient as a time-out value *
|
|
<DT><A HREF="./net/sf/ehcache/constructs/concurrent/Sync.html#ONE_HOUR"><B>ONE_HOUR</B></A> -
|
|
Static variable in interface net.sf.ehcache.constructs.concurrent.<A HREF="./net/sf/ehcache/constructs/concurrent/Sync.html" title="interface in net.sf.ehcache.constructs.concurrent">Sync</A>
|
|
<DD>One hour, in milliseconds; convenient as a time-out value *
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMIBootstrapCacheLoaderFactory.html#ONE_HUNDRED_MB"><B>ONE_HUNDRED_MB</B></A> -
|
|
Static variable in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMIBootstrapCacheLoaderFactory.html" title="class in net.sf.ehcache.distribution">RMIBootstrapCacheLoaderFactory</A>
|
|
<DD>The highest reasonable chunk size in bytes
|
|
<DT><A HREF="./net/sf/ehcache/constructs/concurrent/Sync.html#ONE_MINUTE"><B>ONE_MINUTE</B></A> -
|
|
Static variable in interface net.sf.ehcache.constructs.concurrent.<A HREF="./net/sf/ehcache/constructs/concurrent/Sync.html" title="interface in net.sf.ehcache.constructs.concurrent">Sync</A>
|
|
<DD>One minute, in milliseconds; convenient as a time-out value *
|
|
<DT><A HREF="./net/sf/ehcache/constructs/concurrent/Sync.html#ONE_SECOND"><B>ONE_SECOND</B></A> -
|
|
Static variable in interface net.sf.ehcache.constructs.concurrent.<A HREF="./net/sf/ehcache/constructs/concurrent/Sync.html" title="interface in net.sf.ehcache.constructs.concurrent">Sync</A>
|
|
<DD>One second, in milliseconds; convenient as a time-out value *
|
|
<DT><A HREF="./net/sf/ehcache/constructs/concurrent/Sync.html#ONE_WEEK"><B>ONE_WEEK</B></A> -
|
|
Static variable in interface net.sf.ehcache.constructs.concurrent.<A HREF="./net/sf/ehcache/constructs/concurrent/Sync.html" title="interface in net.sf.ehcache.constructs.concurrent">Sync</A>
|
|
<DD>One week, in milliseconds; convenient as a time-out value *
|
|
<DT><A HREF="./net/sf/ehcache/constructs/concurrent/Sync.html#ONE_YEAR"><B>ONE_YEAR</B></A> -
|
|
Static variable in interface net.sf.ehcache.constructs.concurrent.<A HREF="./net/sf/ehcache/constructs/concurrent/Sync.html" title="interface in net.sf.ehcache.constructs.concurrent">Sync</A>
|
|
<DD>One year in milliseconds; convenient as a time-out value
|
|
Not that it matters, but there is some variation across
|
|
standard sources about value at msec precision.
|
|
<DT><A HREF="./net/sf/ehcache/exceptionhandler/CacheExceptionHandler.html#onException(net.sf.ehcache.Ehcache, java.lang.Object, java.lang.Exception)"><B>onException(Ehcache, Object, Exception)</B></A> -
|
|
Method in interface net.sf.ehcache.exceptionhandler.<A HREF="./net/sf/ehcache/exceptionhandler/CacheExceptionHandler.html" title="interface in net.sf.ehcache.exceptionhandler">CacheExceptionHandler</A>
|
|
<DD>Called if an Exception occurs in a Cache method.
|
|
<DT><A HREF="./net/sf/ehcache/config/CacheConfiguration.html#overflowToDisk"><B>overflowToDisk</B></A> -
|
|
Variable in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/CacheConfiguration.html" title="class in net.sf.ehcache.config">CacheConfiguration</A>
|
|
<DD>whether elements can overflow to disk when the in-memory cache
|
|
has reached the set limit.
|
|
</DL>
|
|
<HR>
|
|
<A NAME="_P_"><!-- --></A><H2>
|
|
<B>P</B></H2>
|
|
<DL>
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/filter/PageFragmentCachingFilter.html" title="class in net.sf.ehcache.constructs.web.filter"><B>PageFragmentCachingFilter</B></A> - Class in <A HREF="./net/sf/ehcache/constructs/web/filter/package-summary.html">net.sf.ehcache.constructs.web.filter</A><DD>A Template for a page caching filter that is designed for "included" pages, eg: jsp:includes.<DT><A HREF="./net/sf/ehcache/constructs/web/filter/PageFragmentCachingFilter.html#PageFragmentCachingFilter()"><B>PageFragmentCachingFilter()</B></A> -
|
|
Constructor for class net.sf.ehcache.constructs.web.filter.<A HREF="./net/sf/ehcache/constructs/web/filter/PageFragmentCachingFilter.html" title="class in net.sf.ehcache.constructs.web.filter">PageFragmentCachingFilter</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/PageInfo.html" title="class in net.sf.ehcache.constructs.web"><B>PageInfo</B></A> - Class in <A HREF="./net/sf/ehcache/constructs/web/package-summary.html">net.sf.ehcache.constructs.web</A><DD>A Serializable representation of a <CODE>HttpServletResponse</CODE>.<DT><A HREF="./net/sf/ehcache/constructs/web/PageInfo.html#PageInfo(int, java.lang.String, java.util.Collection, java.util.Collection, byte[], boolean)"><B>PageInfo(int, String, Collection, Collection, byte[], boolean)</B></A> -
|
|
Constructor for class net.sf.ehcache.constructs.web.<A HREF="./net/sf/ehcache/constructs/web/PageInfo.html" title="class in net.sf.ehcache.constructs.web">PageInfo</A>
|
|
<DD>Creates a PageInfo.
|
|
<DT><A HREF="./net/sf/ehcache/util/PropertyUtil.html#parseBoolean(java.lang.String)"><B>parseBoolean(String)</B></A> -
|
|
Static method in class net.sf.ehcache.util.<A HREF="./net/sf/ehcache/util/PropertyUtil.html" title="class in net.sf.ehcache.util">PropertyUtil</A>
|
|
<DD>Null safe, parser of boolean from a String
|
|
<DT><A HREF="./net/sf/ehcache/config/ConfigurationFactory.html#parseConfiguration(java.io.File)"><B>parseConfiguration(File)</B></A> -
|
|
Static method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/ConfigurationFactory.html" title="class in net.sf.ehcache.config">ConfigurationFactory</A>
|
|
<DD>Configures a bean from an XML file.
|
|
<DT><A HREF="./net/sf/ehcache/config/ConfigurationFactory.html#parseConfiguration(java.net.URL)"><B>parseConfiguration(URL)</B></A> -
|
|
Static method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/ConfigurationFactory.html" title="class in net.sf.ehcache.config">ConfigurationFactory</A>
|
|
<DD>Configures a bean from an XML file available as an URL.
|
|
<DT><A HREF="./net/sf/ehcache/config/ConfigurationFactory.html#parseConfiguration()"><B>parseConfiguration()</B></A> -
|
|
Static method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/ConfigurationFactory.html" title="class in net.sf.ehcache.config">ConfigurationFactory</A>
|
|
<DD>Configures a bean from an XML file in the classpath.
|
|
<DT><A HREF="./net/sf/ehcache/config/ConfigurationFactory.html#parseConfiguration(java.io.InputStream)"><B>parseConfiguration(InputStream)</B></A> -
|
|
Static method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/ConfigurationFactory.html" title="class in net.sf.ehcache.config">ConfigurationFactory</A>
|
|
<DD>Configures a bean from an XML input stream.
|
|
<DT><A HREF="./net/sf/ehcache/util/PropertyUtil.html#parseProperties(java.lang.String, java.lang.String)"><B>parseProperties(String, String)</B></A> -
|
|
Static method in class net.sf.ehcache.util.<A HREF="./net/sf/ehcache/util/PropertyUtil.html" title="class in net.sf.ehcache.util">PropertyUtil</A>
|
|
<DD>Parse properties supplied as a comma separated list into a <code>Properties</code> object
|
|
<DT><A HREF="./net/sf/ehcache/distribution/PayloadUtil.html" title="class in net.sf.ehcache.distribution"><B>PayloadUtil</B></A> - Class in <A HREF="./net/sf/ehcache/distribution/package-summary.html">net.sf.ehcache.distribution</A><DD>This class provides utility methods for assembling and disassembling a heartbeat payload.<DT><A HREF="./net/sf/ehcache/jcache/JCache.html#peek(java.lang.Object)"><B>peek(Object)</B></A> -
|
|
Method in class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCache.html" title="class in net.sf.ehcache.jcache">JCache</A>
|
|
<DD>The peek method will return the object associated with "key" if it currently exists (and is valid) in the cache.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerProvider.html#peerUrls"><B>peerUrls</B></A> -
|
|
Variable in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerProvider.html" title="class in net.sf.ehcache.distribution">RMICacheManagerPeerProvider</A>
|
|
<DD>Contains a RMI URLs of the form: "//" + hostName + ":" + port + "/" + cacheName;
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerListener.html#populateListOfRemoteCachePeers()"><B>populateListOfRemoteCachePeers()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerListener.html" title="class in net.sf.ehcache.distribution">RMICacheManagerPeerListener</A>
|
|
<DD>Should be called on init because this is one of the last things that should happen on CacheManager startup.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerListener.html#port"><B>port</B></A> -
|
|
Variable in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerListener.html" title="class in net.sf.ehcache.distribution">RMICacheManagerPeerListener</A>
|
|
<DD>The RMI listener port
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/filter/Filter.html#processInitParams(javax.servlet.FilterConfig)"><B>processInitParams(FilterConfig)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.filter.<A HREF="./net/sf/ehcache/constructs/web/filter/Filter.html" title="class in net.sf.ehcache.constructs.web.filter">Filter</A>
|
|
<DD>Processes initialisation parameters.
|
|
<DT><A HREF="./net/sf/ehcache/store/LruMemoryStore.SpoolingLRUMap.html#processRemovedLRU(java.lang.Object, java.lang.Object)"><B>processRemovedLRU(Object, Object)</B></A> -
|
|
Method in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/LruMemoryStore.SpoolingLRUMap.html" title="class in net.sf.ehcache.store">LruMemoryStore.SpoolingLRUMap</A>
|
|
<DD>Called after the element has been removed.
|
|
<DT><A HREF="./net/sf/ehcache/config/FactoryConfiguration.html#properties"><B>properties</B></A> -
|
|
Variable in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/FactoryConfiguration.html" title="class in net.sf.ehcache.config">FactoryConfiguration</A>
|
|
<DD>properties.
|
|
<DT><A HREF="./net/sf/ehcache/config/FactoryConfiguration.html#propertySeparator"><B>propertySeparator</B></A> -
|
|
Variable in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/FactoryConfiguration.html" title="class in net.sf.ehcache.config">FactoryConfiguration</A>
|
|
<DD>A property separator.
|
|
<DT><A HREF="./net/sf/ehcache/util/PropertyUtil.html" title="class in net.sf.ehcache.util"><B>PropertyUtil</B></A> - Class in <A HREF="./net/sf/ehcache/util/package-summary.html">net.sf.ehcache.util</A><DD>Property utilities.<DT><A HREF="./net/sf/ehcache/Cache.html#put(net.sf.ehcache.Element)"><B>put(Element)</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Put an element in the cache.
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#put(net.sf.ehcache.Element, boolean)"><B>put(Element, boolean)</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Put an element in the cache.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#put(net.sf.ehcache.Element)"><B>put(Element)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Adds an entry and unlocks it
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#put(net.sf.ehcache.Element, boolean)"><B>put(Element, boolean)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Put an element in the cache.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/CachePeer.html#put(net.sf.ehcache.Element)"><B>put(Element)</B></A> -
|
|
Method in interface net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/CachePeer.html" title="interface in net.sf.ehcache.distribution">CachePeer</A>
|
|
<DD>Put an element in the cache.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/EventMessage.html#PUT"><B>PUT</B></A> -
|
|
Static variable in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/EventMessage.html" title="class in net.sf.ehcache.distribution">EventMessage</A>
|
|
<DD>A put or update event.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupManager.html#put(net.sf.ehcache.Element)"><B>put(Element)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.jgroups.<A HREF="./net/sf/ehcache/distribution/jgroups/JGroupManager.html" title="class in net.sf.ehcache.distribution.jgroups">JGroupManager</A>
|
|
<DD>Put an element in the cache.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupSerializable.html#PUT"><B>PUT</B></A> -
|
|
Static variable in class net.sf.ehcache.distribution.jgroups.<A HREF="./net/sf/ehcache/distribution/jgroups/JGroupSerializable.html" title="class in net.sf.ehcache.distribution.jgroups">JGroupSerializable</A>
|
|
<DD>A put or update event.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICachePeer.html#put(net.sf.ehcache.Element)"><B>put(Element)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICachePeer.html" title="class in net.sf.ehcache.distribution">RMICachePeer</A>
|
|
<DD>Puts an Element into the underlying cache without notifying listeners or updating statistics.
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#put(net.sf.ehcache.Element)"><B>put(Element)</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Put an element in the cache.
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#put(net.sf.ehcache.Element, boolean)"><B>put(Element, boolean)</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Put an element in the cache.
|
|
<DT><A HREF="./net/sf/ehcache/hibernate/EhCache.html#put(java.lang.Object, java.lang.Object)"><B>put(Object, Object)</B></A> -
|
|
Method in class net.sf.ehcache.hibernate.<A HREF="./net/sf/ehcache/hibernate/EhCache.html" title="class in net.sf.ehcache.hibernate">EhCache</A>
|
|
<DD>Puts an object into the cache.
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCache.html#put(java.lang.Object, java.lang.Object)"><B>put(Object, Object)</B></A> -
|
|
Method in class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCache.html" title="class in net.sf.ehcache.jcache">JCache</A>
|
|
<DD>Associates the specified value with the specified key in this map
|
|
(optional operation).
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCache.html#put(java.lang.Object, java.lang.Object, int)"><B>put(Object, Object, int)</B></A> -
|
|
Method in class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCache.html" title="class in net.sf.ehcache.jcache">JCache</A>
|
|
<DD>Associates the specified value with the specified key in this map
|
|
(optional operation).
|
|
<DT><A HREF="./net/sf/ehcache/store/DiskStore.html#put(net.sf.ehcache.Element)"><B>put(Element)</B></A> -
|
|
Method in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/DiskStore.html" title="class in net.sf.ehcache.store">DiskStore</A>
|
|
<DD>Puts an element into the disk store.
|
|
<DT><A HREF="./net/sf/ehcache/store/MemoryStore.html#put(net.sf.ehcache.Element)"><B>put(Element)</B></A> -
|
|
Method in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/MemoryStore.html" title="class in net.sf.ehcache.store">MemoryStore</A>
|
|
<DD>Puts an item in the cache.
|
|
<DT><A HREF="./net/sf/ehcache/store/Store.html#put(net.sf.ehcache.Element)"><B>put(Element)</B></A> -
|
|
Method in interface net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/Store.html" title="interface in net.sf.ehcache.store">Store</A>
|
|
<DD>Puts an item into the cache.
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCache.html#putAll(java.util.Map)"><B>putAll(Map)</B></A> -
|
|
Method in class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCache.html" title="class in net.sf.ehcache.jcache">JCache</A>
|
|
<DD>Copies all of the mappings from the specified map to this map
|
|
(optional operation).
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#putQuiet(net.sf.ehcache.Element)"><B>putQuiet(Element)</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Put an element in the cache, without updating statistics, or updating listeners.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#putQuiet(net.sf.ehcache.Element)"><B>putQuiet(Element)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Put an element in the cache, without updating statistics, or updating listeners.
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#putQuiet(net.sf.ehcache.Element)"><B>putQuiet(Element)</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Put an element in the cache, without updating statistics, or updating listeners.
|
|
</DL>
|
|
<HR>
|
|
<A NAME="_Q_"><!-- --></A><H2>
|
|
<B>Q</B></H2>
|
|
<DL>
|
|
<DT><A HREF="./net/sf/ehcache/constructs/asynchronous/AsynchronousCommandExecutor.html#QUEUE_KEY"><B>QUEUE_KEY</B></A> -
|
|
Static variable in class net.sf.ehcache.constructs.asynchronous.<A HREF="./net/sf/ehcache/constructs/asynchronous/AsynchronousCommandExecutor.html" title="class in net.sf.ehcache.constructs.asynchronous">AsynchronousCommandExecutor</A>
|
|
<DD>The messageCache contains <A HREF="./net/sf/ehcache/constructs/asynchronous/Command.html" title="interface in net.sf.ehcache.constructs.asynchronous"><CODE>Command</CODE></A> element values, and a queue that maintains their order.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/asynchronous/AsynchronousCommandExecutor.html#queueForExecution(net.sf.ehcache.constructs.asynchronous.Command)"><B>queueForExecution(Command)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.asynchronous.<A HREF="./net/sf/ehcache/constructs/asynchronous/AsynchronousCommandExecutor.html" title="class in net.sf.ehcache.constructs.asynchronous">AsynchronousCommandExecutor</A>
|
|
<DD>Stores parameters in the <A HREF="./net/sf/ehcache/constructs/asynchronous/AsynchronousCommandExecutor.html#MESSAGE_CACHE"><CODE>AsynchronousCommandExecutor.MESSAGE_CACHE</CODE></A> for later execution.
|
|
</DL>
|
|
<HR>
|
|
<A NAME="_R_"><!-- --></A><H2>
|
|
<B>R</B></H2>
|
|
<DL>
|
|
<DT><A HREF="./net/sf/ehcache/hibernate/EhCache.html#read(java.lang.Object)"><B>read(Object)</B></A> -
|
|
Method in class net.sf.ehcache.hibernate.<A HREF="./net/sf/ehcache/hibernate/EhCache.html" title="class in net.sf.ehcache.hibernate">EhCache</A>
|
|
<DD>Gets an object from the cache.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/SelfPopulatingCache.html#refresh()"><B>refresh()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/SelfPopulatingCache.html" title="class in net.sf.ehcache.constructs.blocking">SelfPopulatingCache</A>
|
|
<DD>Refresh the elements of this cache.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/UpdatingSelfPopulatingCache.html#refresh()"><B>refresh()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/UpdatingSelfPopulatingCache.html" title="class in net.sf.ehcache.constructs.blocking">UpdatingSelfPopulatingCache</A>
|
|
<DD>This method should not be used.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/SelfPopulatingCache.html#refreshElement(net.sf.ehcache.Element, net.sf.ehcache.Ehcache)"><B>refreshElement(Element, Ehcache)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/SelfPopulatingCache.html" title="class in net.sf.ehcache.constructs.blocking">SelfPopulatingCache</A>
|
|
<DD>Refresh a single element.
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#registerCacheExtension(net.sf.ehcache.extension.CacheExtension)"><B>registerCacheExtension(CacheExtension)</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Register a <A HREF="./net/sf/ehcache/extension/CacheExtension.html" title="interface in net.sf.ehcache.extension"><CODE>CacheExtension</CODE></A> with the cache.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#registerCacheExtension(net.sf.ehcache.extension.CacheExtension)"><B>registerCacheExtension(CacheExtension)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Register a <A HREF="./net/sf/ehcache/extension/CacheExtension.html" title="interface in net.sf.ehcache.extension"><CODE>CacheExtension</CODE></A> with the cache.
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#registerCacheExtension(net.sf.ehcache.extension.CacheExtension)"><B>registerCacheExtension(CacheExtension)</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Register a <A HREF="./net/sf/ehcache/extension/CacheExtension.html" title="interface in net.sf.ehcache.extension"><CODE>CacheExtension</CODE></A> with the cache.
|
|
<DT><A HREF="./net/sf/ehcache/config/ConfigurationHelper.html#registerCacheExtensions(net.sf.ehcache.config.CacheConfiguration, net.sf.ehcache.Ehcache)"><B>registerCacheExtensions(CacheConfiguration, Ehcache)</B></A> -
|
|
Static method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/ConfigurationHelper.html" title="class in net.sf.ehcache.config">ConfigurationHelper</A>
|
|
<DD>A factory method to register cache extensions
|
|
<DT><A HREF="./net/sf/ehcache/config/ConfigurationHelper.html#registerCacheListeners(net.sf.ehcache.config.CacheConfiguration, net.sf.ehcache.event.RegisteredEventListeners)"><B>registerCacheListeners(CacheConfiguration, RegisteredEventListeners)</B></A> -
|
|
Static method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/ConfigurationHelper.html" title="class in net.sf.ehcache.config">ConfigurationHelper</A>
|
|
<DD>A factory method to create a RegisteredEventListeners
|
|
<DT><A HREF="./net/sf/ehcache/event/RegisteredEventListeners.html" title="class in net.sf.ehcache.event"><B>RegisteredEventListeners</B></A> - Class in <A HREF="./net/sf/ehcache/event/package-summary.html">net.sf.ehcache.event</A><DD>Registered listeners for registering and unregistering CacheEventListeners and multicasting notifications to registrants.<DT><A HREF="./net/sf/ehcache/event/RegisteredEventListeners.html#RegisteredEventListeners(net.sf.ehcache.Ehcache)"><B>RegisteredEventListeners(Ehcache)</B></A> -
|
|
Constructor for class net.sf.ehcache.event.<A HREF="./net/sf/ehcache/event/RegisteredEventListeners.html" title="class in net.sf.ehcache.event">RegisteredEventListeners</A>
|
|
<DD>Constructs a new notification service
|
|
<DT><A HREF="./net/sf/ehcache/event/CacheManagerEventListenerRegistry.html#registerListener(net.sf.ehcache.event.CacheManagerEventListener)"><B>registerListener(CacheManagerEventListener)</B></A> -
|
|
Method in class net.sf.ehcache.event.<A HREF="./net/sf/ehcache/event/CacheManagerEventListenerRegistry.html" title="class in net.sf.ehcache.event">CacheManagerEventListenerRegistry</A>
|
|
<DD>Adds a listener to the notification service.
|
|
<DT><A HREF="./net/sf/ehcache/event/RegisteredEventListeners.html#registerListener(net.sf.ehcache.event.CacheEventListener)"><B>registerListener(CacheEventListener)</B></A> -
|
|
Method in class net.sf.ehcache.event.<A HREF="./net/sf/ehcache/event/RegisteredEventListeners.html" title="class in net.sf.ehcache.event">RegisteredEventListeners</A>
|
|
<DD>Adds a listener to the notification service.
|
|
<DT><A HREF="./net/sf/ehcache/management/ManagementService.html#registerMBeans(net.sf.ehcache.CacheManager, javax.management.MBeanServer, boolean, boolean, boolean, boolean)"><B>registerMBeans(CacheManager, MBeanServer, boolean, boolean, boolean, boolean)</B></A> -
|
|
Static method in class net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/ManagementService.html" title="class in net.sf.ehcache.management">ManagementService</A>
|
|
<DD>A convenience static method which creates a ManagementService and initialises it with the
|
|
supplied parameters.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/CacheManagerPeerProvider.html#registerPeer(java.lang.String)"><B>registerPeer(String)</B></A> -
|
|
Method in interface net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/CacheManagerPeerProvider.html" title="interface in net.sf.ehcache.distribution">CacheManagerPeerProvider</A>
|
|
<DD>Register a new peer.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupManager.html#registerPeer(java.lang.String)"><B>registerPeer(String)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.jgroups.<A HREF="./net/sf/ehcache/distribution/jgroups/JGroupManager.html" title="class in net.sf.ehcache.distribution.jgroups">JGroupManager</A>
|
|
<DD>Register a new peer.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/ManualRMICacheManagerPeerProvider.html#registerPeer(java.lang.String)"><B>registerPeer(String)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/ManualRMICacheManagerPeerProvider.html" title="class in net.sf.ehcache.distribution">ManualRMICacheManagerPeerProvider</A>
|
|
<DD>Register a new peer.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/MulticastRMICacheManagerPeerProvider.html#registerPeer(java.lang.String)"><B>registerPeer(String)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/MulticastRMICacheManagerPeerProvider.html" title="class in net.sf.ehcache.distribution">MulticastRMICacheManagerPeerProvider</A>
|
|
<DD>Register a new peer, but only if the peer is new, otherwise the last seen timestamp is updated.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerProvider.html#registerPeer(java.lang.String)"><B>registerPeer(String)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerProvider.html" title="class in net.sf.ehcache.distribution">RMICacheManagerPeerProvider</A>
|
|
<DD>Register a new peer
|
|
<DT><A HREF="./net/sf/ehcache/constructs/concurrent/Mutex.html#release()"><B>release()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.concurrent.<A HREF="./net/sf/ehcache/constructs/concurrent/Mutex.html" title="class in net.sf.ehcache.constructs.concurrent">Mutex</A>
|
|
<DD>Potentially enable others to pass.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/concurrent/Sync.html#release()"><B>release()</B></A> -
|
|
Method in interface net.sf.ehcache.constructs.concurrent.<A HREF="./net/sf/ehcache/constructs/concurrent/Sync.html" title="interface in net.sf.ehcache.constructs.concurrent">Sync</A>
|
|
<DD>Potentially enable others to pass.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RemoteCacheException.html" title="class in net.sf.ehcache.distribution"><B>RemoteCacheException</B></A> - Exception in <A HREF="./net/sf/ehcache/distribution/package-summary.html">net.sf.ehcache.distribution</A><DD>A Cache Exception in the distribution mechanism.<DT><A HREF="./net/sf/ehcache/distribution/RemoteCacheException.html#RemoteCacheException()"><B>RemoteCacheException()</B></A> -
|
|
Constructor for exception net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RemoteCacheException.html" title="class in net.sf.ehcache.distribution">RemoteCacheException</A>
|
|
<DD>Constructor for the RemoteCacheException object.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RemoteCacheException.html#RemoteCacheException(java.lang.String)"><B>RemoteCacheException(String)</B></A> -
|
|
Constructor for exception net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RemoteCacheException.html" title="class in net.sf.ehcache.distribution">RemoteCacheException</A>
|
|
<DD>Constructor for the RemoteCacheException object.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RemoteCacheException.html#RemoteCacheException(java.lang.String, java.lang.Throwable)"><B>RemoteCacheException(String, Throwable)</B></A> -
|
|
Constructor for exception net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RemoteCacheException.html" title="class in net.sf.ehcache.distribution">RemoteCacheException</A>
|
|
<DD>Constructor for the RemoteCacheException object.
|
|
<DT><A HREF="./net/sf/ehcache/CacheManager.html#removalAll()"><B>removalAll()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/CacheManager.html" title="class in net.sf.ehcache">CacheManager</A>
|
|
<DD>Removes all caches using <A HREF="./net/sf/ehcache/CacheManager.html#removeCache(java.lang.String)"><CODE>CacheManager.removeCache(java.lang.String)</CODE></A> for each cache.
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#remove(java.io.Serializable)"><B>remove(Serializable)</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Removes an <A HREF="./net/sf/ehcache/Element.html" title="class in net.sf.ehcache"><CODE>Element</CODE></A> from the Cache.
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#remove(java.lang.Object)"><B>remove(Object)</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Removes an <A HREF="./net/sf/ehcache/Element.html" title="class in net.sf.ehcache"><CODE>Element</CODE></A> from the Cache.
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#remove(java.io.Serializable, boolean)"><B>remove(Serializable, boolean)</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Removes an <A HREF="./net/sf/ehcache/Element.html" title="class in net.sf.ehcache"><CODE>Element</CODE></A> from the Cache.
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#remove(java.lang.Object, boolean)"><B>remove(Object, boolean)</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Removes an <A HREF="./net/sf/ehcache/Element.html" title="class in net.sf.ehcache"><CODE>Element</CODE></A> from the Cache.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#remove(java.io.Serializable)"><B>remove(Serializable)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Removes an <A HREF="./net/sf/ehcache/Element.html" title="class in net.sf.ehcache"><CODE>Element</CODE></A> from the Cache.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#remove(java.lang.Object)"><B>remove(Object)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Removes an <A HREF="./net/sf/ehcache/Element.html" title="class in net.sf.ehcache"><CODE>Element</CODE></A> from the Cache.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#remove(java.io.Serializable, boolean)"><B>remove(Serializable, boolean)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Removes an <A HREF="./net/sf/ehcache/Element.html" title="class in net.sf.ehcache"><CODE>Element</CODE></A> from the Cache.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#remove(java.lang.Object, boolean)"><B>remove(Object, boolean)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Removes an <A HREF="./net/sf/ehcache/Element.html" title="class in net.sf.ehcache"><CODE>Element</CODE></A> from the Cache.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/CachePeer.html#remove(java.io.Serializable)"><B>remove(Serializable)</B></A> -
|
|
Method in interface net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/CachePeer.html" title="interface in net.sf.ehcache.distribution">CachePeer</A>
|
|
<DD>Removes an <A HREF="./net/sf/ehcache/Element.html" title="class in net.sf.ehcache"><CODE>Element</CODE></A> from the Cache.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/EventMessage.html#REMOVE"><B>REMOVE</B></A> -
|
|
Static variable in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/EventMessage.html" title="class in net.sf.ehcache.distribution">EventMessage</A>
|
|
<DD>A remove or invalidate event.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupManager.html#remove(java.io.Serializable)"><B>remove(Serializable)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.jgroups.<A HREF="./net/sf/ehcache/distribution/jgroups/JGroupManager.html" title="class in net.sf.ehcache.distribution.jgroups">JGroupManager</A>
|
|
<DD>Removes an <A HREF="./net/sf/ehcache/Element.html" title="class in net.sf.ehcache"><CODE>Element</CODE></A> from the Cache.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupSerializable.html#REMOVE"><B>REMOVE</B></A> -
|
|
Static variable in class net.sf.ehcache.distribution.jgroups.<A HREF="./net/sf/ehcache/distribution/jgroups/JGroupSerializable.html" title="class in net.sf.ehcache.distribution.jgroups">JGroupSerializable</A>
|
|
<DD>A remove or invalidate event.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICachePeer.html#remove(java.io.Serializable)"><B>remove(Serializable)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICachePeer.html" title="class in net.sf.ehcache.distribution">RMICachePeer</A>
|
|
<DD>Removes an Element from the underlying cache without notifying listeners or updating statistics.
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#remove(java.io.Serializable)"><B>remove(Serializable)</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Removes an <A HREF="./net/sf/ehcache/Element.html" title="class in net.sf.ehcache"><CODE>Element</CODE></A> from the Cache.
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#remove(java.lang.Object)"><B>remove(Object)</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Removes an <A HREF="./net/sf/ehcache/Element.html" title="class in net.sf.ehcache"><CODE>Element</CODE></A> from the Cache.
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#remove(java.io.Serializable, boolean)"><B>remove(Serializable, boolean)</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Removes an <A HREF="./net/sf/ehcache/Element.html" title="class in net.sf.ehcache"><CODE>Element</CODE></A> from the Cache.
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#remove(java.lang.Object, boolean)"><B>remove(Object, boolean)</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Removes an <A HREF="./net/sf/ehcache/Element.html" title="class in net.sf.ehcache"><CODE>Element</CODE></A> from the Cache.
|
|
<DT><A HREF="./net/sf/ehcache/hibernate/EhCache.html#remove(java.lang.Object)"><B>remove(Object)</B></A> -
|
|
Method in class net.sf.ehcache.hibernate.<A HREF="./net/sf/ehcache/hibernate/EhCache.html" title="class in net.sf.ehcache.hibernate">EhCache</A>
|
|
<DD>Removes the element which matches the key.
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCache.html#remove(java.lang.Object)"><B>remove(Object)</B></A> -
|
|
Method in class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCache.html" title="class in net.sf.ehcache.jcache">JCache</A>
|
|
<DD>Removes the mapping for this key from this map if it is present
|
|
(optional operation).
|
|
<DT><A HREF="./net/sf/ehcache/store/DiskStore.html#remove(java.lang.Object)"><B>remove(Object)</B></A> -
|
|
Method in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/DiskStore.html" title="class in net.sf.ehcache.store">DiskStore</A>
|
|
<DD>Removes an item from the disk store.
|
|
<DT><A HREF="./net/sf/ehcache/store/MemoryStore.html#remove(java.lang.Object)"><B>remove(Object)</B></A> -
|
|
Method in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/MemoryStore.html" title="class in net.sf.ehcache.store">MemoryStore</A>
|
|
<DD>Removes an Element from the store.
|
|
<DT><A HREF="./net/sf/ehcache/store/Store.html#remove(java.lang.Object)"><B>remove(Object)</B></A> -
|
|
Method in interface net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/Store.html" title="interface in net.sf.ehcache.store">Store</A>
|
|
<DD>Removes an item from the cache.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/EventMessage.html#REMOVE_ALL"><B>REMOVE_ALL</B></A> -
|
|
Static variable in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/EventMessage.html" title="class in net.sf.ehcache.distribution">EventMessage</A>
|
|
<DD>A removeAll, which removes all elements from a cache
|
|
<DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupSerializable.html#REMOVE_ALL"><B>REMOVE_ALL</B></A> -
|
|
Static variable in class net.sf.ehcache.distribution.jgroups.<A HREF="./net/sf/ehcache/distribution/jgroups/JGroupSerializable.html" title="class in net.sf.ehcache.distribution.jgroups">JGroupSerializable</A>
|
|
<DD>A removeAll, which removes all elements from a cache
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#removeAll()"><B>removeAll()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Removes all cached items.
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#removeAll(boolean)"><B>removeAll(boolean)</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Removes all cached items.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#removeAll()"><B>removeAll()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Removes all cached items.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#removeAll(boolean)"><B>removeAll(boolean)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Removes all cached items.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/CachePeer.html#removeAll()"><B>removeAll()</B></A> -
|
|
Method in interface net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/CachePeer.html" title="interface in net.sf.ehcache.distribution">CachePeer</A>
|
|
<DD>Removes all cached items.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupManager.html#removeAll()"><B>removeAll()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.jgroups.<A HREF="./net/sf/ehcache/distribution/jgroups/JGroupManager.html" title="class in net.sf.ehcache.distribution.jgroups">JGroupManager</A>
|
|
<DD>Removes all cached items.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICachePeer.html#removeAll()"><B>removeAll()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICachePeer.html" title="class in net.sf.ehcache.distribution">RMICachePeer</A>
|
|
<DD>Removes all cached items.
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#removeAll()"><B>removeAll()</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Removes all cached items.
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#removeAll(boolean)"><B>removeAll(boolean)</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Removes all cached items.
|
|
<DT><A HREF="./net/sf/ehcache/management/Cache.html#removeAll()"><B>removeAll()</B></A> -
|
|
Method in class net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/Cache.html" title="class in net.sf.ehcache.management">Cache</A>
|
|
<DD>Removes all cached items.
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheMBean.html#removeAll()"><B>removeAll()</B></A> -
|
|
Method in interface net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheMBean.html" title="interface in net.sf.ehcache.management">CacheMBean</A>
|
|
<DD>Removes all cached items.
|
|
<DT><A HREF="./net/sf/ehcache/store/DiskStore.html#removeAll()"><B>removeAll()</B></A> -
|
|
Method in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/DiskStore.html" title="class in net.sf.ehcache.store">DiskStore</A>
|
|
<DD>Remove all of the elements from the store.
|
|
<DT><A HREF="./net/sf/ehcache/store/MemoryStore.html#removeAll()"><B>removeAll()</B></A> -
|
|
Method in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/MemoryStore.html" title="class in net.sf.ehcache.store">MemoryStore</A>
|
|
<DD>Remove all of the elements from the store.
|
|
<DT><A HREF="./net/sf/ehcache/store/Store.html#removeAll()"><B>removeAll()</B></A> -
|
|
Method in interface net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/Store.html" title="interface in net.sf.ehcache.store">Store</A>
|
|
<DD>Remove all of the elements from the store.
|
|
<DT><A HREF="./net/sf/ehcache/CacheManager.html#removeCache(java.lang.String)"><B>removeCache(String)</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/CacheManager.html" title="class in net.sf.ehcache">CacheManager</A>
|
|
<DD>Remove a cache from the CacheManager.
|
|
<DT><A HREF="./net/sf/ehcache/store/LruMemoryStore.SpoolingLinkedHashMap.html#removeEldestEntry(java.util.Map.Entry)"><B>removeEldestEntry(Map.Entry)</B></A> -
|
|
Method in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/LruMemoryStore.SpoolingLinkedHashMap.html" title="class in net.sf.ehcache.store">LruMemoryStore.SpoolingLinkedHashMap</A>
|
|
<DD>Returns <tt>true</tt> if this map should remove its eldest entry.
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCache.html#removeListener(net.sf.jsr107cache.CacheListener)"><B>removeListener(CacheListener)</B></A> -
|
|
Method in class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCache.html" title="class in net.sf.ehcache.jcache">JCache</A>
|
|
<DD>Remove a listener from the list of cache listeners
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#removeQuiet(java.io.Serializable)"><B>removeQuiet(Serializable)</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Removes an <A HREF="./net/sf/ehcache/Element.html" title="class in net.sf.ehcache"><CODE>Element</CODE></A> from the Cache, without notifying listeners.
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#removeQuiet(java.lang.Object)"><B>removeQuiet(Object)</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Removes an <A HREF="./net/sf/ehcache/Element.html" title="class in net.sf.ehcache"><CODE>Element</CODE></A> from the Cache, without notifying listeners.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#removeQuiet(java.io.Serializable)"><B>removeQuiet(Serializable)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Removes an <A HREF="./net/sf/ehcache/Element.html" title="class in net.sf.ehcache"><CODE>Element</CODE></A> from the Cache, without notifying listeners.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#removeQuiet(java.lang.Object)"><B>removeQuiet(Object)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Removes an <A HREF="./net/sf/ehcache/Element.html" title="class in net.sf.ehcache"><CODE>Element</CODE></A> from the Cache, without notifying listeners.
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#removeQuiet(java.io.Serializable)"><B>removeQuiet(Serializable)</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Removes an <A HREF="./net/sf/ehcache/Element.html" title="class in net.sf.ehcache"><CODE>Element</CODE></A> from the Cache, without notifying listeners.
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#removeQuiet(java.lang.Object)"><B>removeQuiet(Object)</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Removes an <A HREF="./net/sf/ehcache/Element.html" title="class in net.sf.ehcache"><CODE>Element</CODE></A> from the Cache, without notifying listeners.
|
|
<DT><A HREF="./net/sf/ehcache/CacheManager.html#replaceCacheWithDecoratedCache(net.sf.ehcache.Ehcache, net.sf.ehcache.Ehcache)"><B>replaceCacheWithDecoratedCache(Ehcache, Ehcache)</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/CacheManager.html" title="class in net.sf.ehcache">CacheManager</A>
|
|
<DD>Replaces in the map of Caches managed by this CacheManager an Ehcache with a decorated version of the same
|
|
Ehcache.
|
|
<DT><A HREF="./net/sf/ehcache/CacheManager.html#replaceEhcacheWithJCache(net.sf.ehcache.Ehcache, net.sf.ehcache.jcache.JCache)"><B>replaceEhcacheWithJCache(Ehcache, JCache)</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/CacheManager.html" title="class in net.sf.ehcache">CacheManager</A>
|
|
<DD>Replaces in the map of Caches managed by this CacheManager an Ehcache with a JCache decorated version of the <i>same</i> (see Ehcache equals method)
|
|
Ehcache, in a single synchronized method.
|
|
<DT><A HREF="./net/sf/ehcache/config/DiskStoreConfiguration.html#replaceToken(java.lang.String, java.lang.String, java.lang.String)"><B>replaceToken(String, String, String)</B></A> -
|
|
Static method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/DiskStoreConfiguration.html" title="class in net.sf.ehcache.config">DiskStoreConfiguration</A>
|
|
<DD>Replaces a token with replacement text.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMISynchronousCacheReplicator.html#replicatePuts"><B>replicatePuts</B></A> -
|
|
Variable in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMISynchronousCacheReplicator.html" title="class in net.sf.ehcache.distribution">RMISynchronousCacheReplicator</A>
|
|
<DD>Whether to replicate puts.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMISynchronousCacheReplicator.html#replicateRemovals"><B>replicateRemovals</B></A> -
|
|
Variable in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMISynchronousCacheReplicator.html" title="class in net.sf.ehcache.distribution">RMISynchronousCacheReplicator</A>
|
|
<DD>Whether to replicate removes
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMISynchronousCacheReplicator.html#replicateUpdates"><B>replicateUpdates</B></A> -
|
|
Variable in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMISynchronousCacheReplicator.html" title="class in net.sf.ehcache.distribution">RMISynchronousCacheReplicator</A>
|
|
<DD>Whether to replicate updates.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMISynchronousCacheReplicator.html#replicateUpdatesViaCopy"><B>replicateUpdatesViaCopy</B></A> -
|
|
Variable in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMISynchronousCacheReplicator.html" title="class in net.sf.ehcache.distribution">RMISynchronousCacheReplicator</A>
|
|
<DD>Whether an update (a put) should be by copy or by invalidation, (a remove).
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMIAsynchronousCacheReplicator.html#replicationQueue"><B>replicationQueue</B></A> -
|
|
Variable in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMIAsynchronousCacheReplicator.html" title="class in net.sf.ehcache.distribution">RMIAsynchronousCacheReplicator</A>
|
|
<DD>A queue of updates.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMIAsynchronousCacheReplicator.html#replicationThread"><B>replicationThread</B></A> -
|
|
Variable in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMIAsynchronousCacheReplicator.html" title="class in net.sf.ehcache.distribution">RMIAsynchronousCacheReplicator</A>
|
|
<DD>A thread which handles replication, so that replication can take place asynchronously and not hold up the cache
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/GenericResponseWrapper.html#reset()"><B>reset()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.<A HREF="./net/sf/ehcache/constructs/web/GenericResponseWrapper.html" title="class in net.sf.ehcache.constructs.web">GenericResponseWrapper</A>
|
|
<DD>Resets the response.
|
|
<DT><A HREF="./net/sf/ehcache/Element.html#resetAccessStatistics()"><B>resetAccessStatistics()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Element.html" title="class in net.sf.ehcache">Element</A>
|
|
<DD>Resets the hit count to 0 and the last access time to 0.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/GenericResponseWrapper.html#resetBuffer()"><B>resetBuffer()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.<A HREF="./net/sf/ehcache/constructs/web/GenericResponseWrapper.html" title="class in net.sf.ehcache.constructs.web">GenericResponseWrapper</A>
|
|
<DD>Resets the buffers.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/ResponseHeadersNotModifiableException.html" title="class in net.sf.ehcache.constructs.web"><B>ResponseHeadersNotModifiableException</B></A> - Exception in <A HREF="./net/sf/ehcache/constructs/web/package-summary.html">net.sf.ehcache.constructs.web</A><DD>The <CODE>HttpServletResponse.setHeader(String, String)</CODE> method
|
|
sets a response header with the given name and value.<DT><A HREF="./net/sf/ehcache/constructs/web/ResponseHeadersNotModifiableException.html#ResponseHeadersNotModifiableException()"><B>ResponseHeadersNotModifiableException()</B></A> -
|
|
Constructor for exception net.sf.ehcache.constructs.web.<A HREF="./net/sf/ehcache/constructs/web/ResponseHeadersNotModifiableException.html" title="class in net.sf.ehcache.constructs.web">ResponseHeadersNotModifiableException</A>
|
|
<DD>Constructor for the exception
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/ResponseHeadersNotModifiableException.html#ResponseHeadersNotModifiableException(java.lang.String)"><B>ResponseHeadersNotModifiableException(String)</B></A> -
|
|
Constructor for exception net.sf.ehcache.constructs.web.<A HREF="./net/sf/ehcache/constructs/web/ResponseHeadersNotModifiableException.html" title="class in net.sf.ehcache.constructs.web">ResponseHeadersNotModifiableException</A>
|
|
<DD>Constructs an exception with the message given
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/ResponseUtil.html" title="class in net.sf.ehcache.constructs.web"><B>ResponseUtil</B></A> - Class in <A HREF="./net/sf/ehcache/constructs/web/package-summary.html">net.sf.ehcache.constructs.web</A><DD>A collection of response processing utilities, which are shared between 2 or more filters<DT><A HREF="./net/sf/ehcache/constructs/asynchronous/RetryAttemptTooSoonException.html" title="class in net.sf.ehcache.constructs.asynchronous"><B>RetryAttemptTooSoonException</B></A> - Exception in <A HREF="./net/sf/ehcache/constructs/asynchronous/package-summary.html">net.sf.ehcache.constructs.asynchronous</A><DD>Thrown to indicate an attempt to retry execution of the command was made before it is allowed.<DT><A HREF="./net/sf/ehcache/constructs/asynchronous/RetryAttemptTooSoonException.html#RetryAttemptTooSoonException(java.lang.String)"><B>RetryAttemptTooSoonException(String)</B></A> -
|
|
Constructor for exception net.sf.ehcache.constructs.asynchronous.<A HREF="./net/sf/ehcache/constructs/asynchronous/RetryAttemptTooSoonException.html" title="class in net.sf.ehcache.constructs.asynchronous">RetryAttemptTooSoonException</A>
|
|
<DD>Constructs a new exception with the specified detail message.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/asynchronous/RetryAttemptTooSoonException.html#RetryAttemptTooSoonException(java.lang.String, java.lang.Throwable)"><B>RetryAttemptTooSoonException(String, Throwable)</B></A> -
|
|
Constructor for exception net.sf.ehcache.constructs.asynchronous.<A HREF="./net/sf/ehcache/constructs/asynchronous/RetryAttemptTooSoonException.html" title="class in net.sf.ehcache.constructs.asynchronous">RetryAttemptTooSoonException</A>
|
|
<DD>Constructs a new exception with the specified detail message and
|
|
cause.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMIAsynchronousCacheReplicator.html" title="class in net.sf.ehcache.distribution"><B>RMIAsynchronousCacheReplicator</B></A> - Class in <A HREF="./net/sf/ehcache/distribution/package-summary.html">net.sf.ehcache.distribution</A><DD>Listens to <A HREF="./net/sf/ehcache/CacheManager.html" title="class in net.sf.ehcache"><CODE>CacheManager</CODE></A> and <A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache"><CODE>Cache</CODE></A> events and propagates those to
|
|
<A HREF="./net/sf/ehcache/distribution/CachePeer.html" title="interface in net.sf.ehcache.distribution"><CODE>CachePeer</CODE></A> peers of the Cache asynchronously.<DT><A HREF="./net/sf/ehcache/distribution/RMIAsynchronousCacheReplicator.html#RMIAsynchronousCacheReplicator(boolean, boolean, boolean, boolean, int)"><B>RMIAsynchronousCacheReplicator(boolean, boolean, boolean, boolean, int)</B></A> -
|
|
Constructor for class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMIAsynchronousCacheReplicator.html" title="class in net.sf.ehcache.distribution">RMIAsynchronousCacheReplicator</A>
|
|
<DD>Constructor for internal and subclass use
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMIBootstrapCacheLoader.html" title="class in net.sf.ehcache.distribution"><B>RMIBootstrapCacheLoader</B></A> - Class in <A HREF="./net/sf/ehcache/distribution/package-summary.html">net.sf.ehcache.distribution</A><DD>Loads Elements from a random Cache Peer<DT><A HREF="./net/sf/ehcache/distribution/RMIBootstrapCacheLoader.html#RMIBootstrapCacheLoader(boolean, int)"><B>RMIBootstrapCacheLoader(boolean, int)</B></A> -
|
|
Constructor for class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMIBootstrapCacheLoader.html" title="class in net.sf.ehcache.distribution">RMIBootstrapCacheLoader</A>
|
|
<DD>Creates a boostrap cache loader that will work with RMI based distribution
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMIBootstrapCacheLoaderFactory.html" title="class in net.sf.ehcache.distribution"><B>RMIBootstrapCacheLoaderFactory</B></A> - Class in <A HREF="./net/sf/ehcache/distribution/package-summary.html">net.sf.ehcache.distribution</A><DD>A factory to create a configured RMIBootstrapCacheLoader<DT><A HREF="./net/sf/ehcache/distribution/RMIBootstrapCacheLoaderFactory.html#RMIBootstrapCacheLoaderFactory()"><B>RMIBootstrapCacheLoaderFactory()</B></A> -
|
|
Constructor for class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMIBootstrapCacheLoaderFactory.html" title="class in net.sf.ehcache.distribution">RMIBootstrapCacheLoaderFactory</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerListener.html" title="class in net.sf.ehcache.distribution"><B>RMICacheManagerPeerListener</B></A> - Class in <A HREF="./net/sf/ehcache/distribution/package-summary.html">net.sf.ehcache.distribution</A><DD>A cache server which exposes available cache operations remotely through RMI.<DT><A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerListener.html#RMICacheManagerPeerListener(java.lang.String, java.lang.Integer, java.lang.Integer, net.sf.ehcache.CacheManager, java.lang.Integer)"><B>RMICacheManagerPeerListener(String, Integer, Integer, CacheManager, Integer)</B></A> -
|
|
Constructor for class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerListener.html" title="class in net.sf.ehcache.distribution">RMICacheManagerPeerListener</A>
|
|
<DD>Constructor with full arguments.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerListenerFactory.html" title="class in net.sf.ehcache.distribution"><B>RMICacheManagerPeerListenerFactory</B></A> - Class in <A HREF="./net/sf/ehcache/distribution/package-summary.html">net.sf.ehcache.distribution</A><DD>Builds a listener based on RMI.<DT><A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerListenerFactory.html#RMICacheManagerPeerListenerFactory()"><B>RMICacheManagerPeerListenerFactory()</B></A> -
|
|
Constructor for class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerListenerFactory.html" title="class in net.sf.ehcache.distribution">RMICacheManagerPeerListenerFactory</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerProvider.html" title="class in net.sf.ehcache.distribution"><B>RMICacheManagerPeerProvider</B></A> - Class in <A HREF="./net/sf/ehcache/distribution/package-summary.html">net.sf.ehcache.distribution</A><DD>A provider of Peer RMI addresses.<DT><A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerProvider.html#RMICacheManagerPeerProvider(net.sf.ehcache.CacheManager)"><B>RMICacheManagerPeerProvider(CacheManager)</B></A> -
|
|
Constructor for class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerProvider.html" title="class in net.sf.ehcache.distribution">RMICacheManagerPeerProvider</A>
|
|
<DD>Constructor
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerProvider.html#RMICacheManagerPeerProvider()"><B>RMICacheManagerPeerProvider()</B></A> -
|
|
Constructor for class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerProvider.html" title="class in net.sf.ehcache.distribution">RMICacheManagerPeerProvider</A>
|
|
<DD>Empty constructor
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerProviderFactory.html" title="class in net.sf.ehcache.distribution"><B>RMICacheManagerPeerProviderFactory</B></A> - Class in <A HREF="./net/sf/ehcache/distribution/package-summary.html">net.sf.ehcache.distribution</A><DD>Builds a factory based on RMI<DT><A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerProviderFactory.html#RMICacheManagerPeerProviderFactory()"><B>RMICacheManagerPeerProviderFactory()</B></A> -
|
|
Constructor for class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerProviderFactory.html" title="class in net.sf.ehcache.distribution">RMICacheManagerPeerProviderFactory</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICachePeer.html" title="class in net.sf.ehcache.distribution"><B>RMICachePeer</B></A> - Class in <A HREF="./net/sf/ehcache/distribution/package-summary.html">net.sf.ehcache.distribution</A><DD>An RMI based implementation of <code>CachePeer</code>.<DT><A HREF="./net/sf/ehcache/distribution/RMICachePeer.html#RMICachePeer(net.sf.ehcache.Ehcache, java.lang.String, java.lang.Integer, java.lang.Integer, java.lang.Integer)"><B>RMICachePeer(Ehcache, String, Integer, Integer, Integer)</B></A> -
|
|
Constructor for class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICachePeer.html" title="class in net.sf.ehcache.distribution">RMICachePeer</A>
|
|
<DD>Construct a new remote peer.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICacheReplicatorFactory.html" title="class in net.sf.ehcache.distribution"><B>RMICacheReplicatorFactory</B></A> - Class in <A HREF="./net/sf/ehcache/distribution/package-summary.html">net.sf.ehcache.distribution</A><DD>Creates an RMICacheReplicator using properties.<DT><A HREF="./net/sf/ehcache/distribution/RMICacheReplicatorFactory.html#RMICacheReplicatorFactory()"><B>RMICacheReplicatorFactory()</B></A> -
|
|
Constructor for class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICacheReplicatorFactory.html" title="class in net.sf.ehcache.distribution">RMICacheReplicatorFactory</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMISynchronousCacheReplicator.html" title="class in net.sf.ehcache.distribution"><B>RMISynchronousCacheReplicator</B></A> - Class in <A HREF="./net/sf/ehcache/distribution/package-summary.html">net.sf.ehcache.distribution</A><DD>Listens to <A HREF="./net/sf/ehcache/CacheManager.html" title="class in net.sf.ehcache"><CODE>CacheManager</CODE></A> and <A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache"><CODE>Cache</CODE></A> events and propagates those to
|
|
<A HREF="./net/sf/ehcache/distribution/CachePeer.html" title="interface in net.sf.ehcache.distribution"><CODE>CachePeer</CODE></A> peers of the Cache.<DT><A HREF="./net/sf/ehcache/distribution/RMISynchronousCacheReplicator.html#RMISynchronousCacheReplicator(boolean, boolean, boolean, boolean)"><B>RMISynchronousCacheReplicator(boolean, boolean, boolean, boolean)</B></A> -
|
|
Constructor for class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMISynchronousCacheReplicator.html" title="class in net.sf.ehcache.distribution">RMISynchronousCacheReplicator</A>
|
|
<DD>Constructor for internal and subclass use
|
|
</DL>
|
|
<HR>
|
|
<A NAME="_S_"><!-- --></A><H2>
|
|
<B>S</B></H2>
|
|
<DL>
|
|
<DT><A HREF="./net/sf/ehcache/store/LfuMemoryStore.html#sampleElements(int)"><B>sampleElements(int)</B></A> -
|
|
Method in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/LfuMemoryStore.html" title="class in net.sf.ehcache.store">LfuMemoryStore</A>
|
|
<DD>Uses random numbers to sample the entire map.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/concurrent/ConcurrencyUtil.html#selectLock(java.lang.Object, int)"><B>selectLock(Object, int)</B></A> -
|
|
Static method in class net.sf.ehcache.constructs.concurrent.<A HREF="./net/sf/ehcache/constructs/concurrent/ConcurrencyUtil.html" title="class in net.sf.ehcache.constructs.concurrent">ConcurrencyUtil</A>
|
|
<DD>Selects a lock for a key.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/SelfPopulatingCache.html" title="class in net.sf.ehcache.constructs.blocking"><B>SelfPopulatingCache</B></A> - Class in <A HREF="./net/sf/ehcache/constructs/blocking/package-summary.html">net.sf.ehcache.constructs.blocking</A><DD>A selfpopulating decorator for <A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache"><CODE>Ehcache</CODE></A> that creates entries on demand.<DT><A HREF="./net/sf/ehcache/constructs/blocking/SelfPopulatingCache.html#SelfPopulatingCache(net.sf.ehcache.Ehcache, net.sf.ehcache.constructs.blocking.CacheEntryFactory)"><B>SelfPopulatingCache(Ehcache, CacheEntryFactory)</B></A> -
|
|
Constructor for class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/SelfPopulatingCache.html" title="class in net.sf.ehcache.constructs.blocking">SelfPopulatingCache</A>
|
|
<DD>Creates a SelfPopulatingCache.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/CachePeer.html#send(java.util.List)"><B>send(List)</B></A> -
|
|
Method in interface net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/CachePeer.html" title="interface in net.sf.ehcache.distribution">CachePeer</A>
|
|
<DD>Send the cache peer with an ordered list of <A HREF="./net/sf/ehcache/distribution/EventMessage.html" title="class in net.sf.ehcache.distribution"><CODE>EventMessage</CODE></A>s.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupManager.html#send(java.util.List)"><B>send(List)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.jgroups.<A HREF="./net/sf/ehcache/distribution/jgroups/JGroupManager.html" title="class in net.sf.ehcache.distribution.jgroups">JGroupManager</A>
|
|
<DD>Send the cache peer with an ordered list of <A HREF="./net/sf/ehcache/distribution/EventMessage.html" title="class in net.sf.ehcache.distribution"><CODE>EventMessage</CODE></A>s.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICachePeer.html#send(java.util.List)"><B>send(List)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICachePeer.html" title="class in net.sf.ehcache.distribution">RMICachePeer</A>
|
|
<DD>Send the cache peer with an ordered list of <A HREF="./net/sf/ehcache/distribution/EventMessage.html" title="class in net.sf.ehcache.distribution"><CODE>EventMessage</CODE></A>s
|
|
<p/>
|
|
This enables multiple messages to be delivered in one network invocation.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/GenericResponseWrapper.html#sendError(int, java.lang.String)"><B>sendError(int, String)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.<A HREF="./net/sf/ehcache/constructs/web/GenericResponseWrapper.html" title="class in net.sf.ehcache.constructs.web">GenericResponseWrapper</A>
|
|
<DD>Send the error.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/GenericResponseWrapper.html#sendError(int)"><B>sendError(int)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.<A HREF="./net/sf/ehcache/constructs/web/GenericResponseWrapper.html" title="class in net.sf.ehcache.constructs.web">GenericResponseWrapper</A>
|
|
<DD>Send the error.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupsCacheReplicator.html#sendNotification(net.sf.ehcache.Ehcache, net.sf.ehcache.distribution.jgroups.JGroupEventMessage)"><B>sendNotification(Ehcache, JGroupEventMessage)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.jgroups.<A HREF="./net/sf/ehcache/distribution/jgroups/JGroupsCacheReplicator.html" title="class in net.sf.ehcache.distribution.jgroups">JGroupsCacheReplicator</A>
|
|
<DD>Used to send notification to the peer.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/GenericResponseWrapper.html#sendRedirect(java.lang.String)"><B>sendRedirect(String)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.<A HREF="./net/sf/ehcache/constructs/web/GenericResponseWrapper.html" title="class in net.sf.ehcache.constructs.web">GenericResponseWrapper</A>
|
|
<DD>Send the redirect.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/SerializableCookie.html" title="class in net.sf.ehcache.constructs.web"><B>SerializableCookie</B></A> - Class in <A HREF="./net/sf/ehcache/constructs/web/package-summary.html">net.sf.ehcache.constructs.web</A><DD>A serializable cookie which wraps Cookie.<DT><A HREF="./net/sf/ehcache/constructs/web/SerializableCookie.html#SerializableCookie(javax.servlet.http.Cookie)"><B>SerializableCookie(Cookie)</B></A> -
|
|
Constructor for class net.sf.ehcache.constructs.web.<A HREF="./net/sf/ehcache/constructs/web/SerializableCookie.html" title="class in net.sf.ehcache.constructs.web">SerializableCookie</A>
|
|
<DD>Creates a cookie.
|
|
<DT><A HREF="./net/sf/ehcache/util/MemoryEfficientByteArrayOutputStream.html#serialize(java.io.Serializable, int)"><B>serialize(Serializable, int)</B></A> -
|
|
Static method in class net.sf.ehcache.util.<A HREF="./net/sf/ehcache/util/MemoryEfficientByteArrayOutputStream.html" title="class in net.sf.ehcache.util">MemoryEfficientByteArrayOutputStream</A>
|
|
<DD>Factory method
|
|
<DT><A HREF="./net/sf/ehcache/util/MemoryEfficientByteArrayOutputStream.html#serialize(java.io.Serializable)"><B>serialize(Serializable)</B></A> -
|
|
Static method in class net.sf.ehcache.util.<A HREF="./net/sf/ehcache/util/MemoryEfficientByteArrayOutputStream.html" title="class in net.sf.ehcache.util">MemoryEfficientByteArrayOutputStream</A>
|
|
<DD>Factory method.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupsCacheReplicator.html#setAsynchronousReplicationInterval(long)"><B>setAsynchronousReplicationInterval(long)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.jgroups.<A HREF="./net/sf/ehcache/distribution/jgroups/JGroupsCacheReplicator.html" title="class in net.sf.ehcache.distribution.jgroups">JGroupsCacheReplicator</A>
|
|
<DD>Set the time inteval for asynchronous replication
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#setBootstrapCacheLoader(net.sf.ehcache.bootstrap.BootstrapCacheLoader)"><B>setBootstrapCacheLoader(BootstrapCacheLoader)</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Sets the bootstrap cache loader.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#setBootstrapCacheLoader(net.sf.ehcache.bootstrap.BootstrapCacheLoader)"><B>setBootstrapCacheLoader(BootstrapCacheLoader)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Sets the bootstrap cache loader.
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#setBootstrapCacheLoader(net.sf.ehcache.bootstrap.BootstrapCacheLoader)"><B>setBootstrapCacheLoader(BootstrapCacheLoader)</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Sets the bootstrap cache loader.
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#setCacheExceptionHandler(net.sf.ehcache.exceptionhandler.CacheExceptionHandler)"><B>setCacheExceptionHandler(CacheExceptionHandler)</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Sets an ExceptionHandler on the Cache.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#setCacheExceptionHandler(net.sf.ehcache.exceptionhandler.CacheExceptionHandler)"><B>setCacheExceptionHandler(CacheExceptionHandler)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Sets an ExceptionHandler on the Cache.
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#setCacheExceptionHandler(net.sf.ehcache.exceptionhandler.CacheExceptionHandler)"><B>setCacheExceptionHandler(CacheExceptionHandler)</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Sets an ExceptionHandler on the Cache.
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#setCacheLoader(net.sf.ehcache.loader.CacheLoader)"><B>setCacheLoader(CacheLoader)</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Setter for the CacheLoader.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#setCacheLoader(net.sf.ehcache.loader.CacheLoader)"><B>setCacheLoader(CacheLoader)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>This method is not appropriate to use with BlockingCache.
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#setCacheLoader(net.sf.ehcache.loader.CacheLoader)"><B>setCacheLoader(CacheLoader)</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Setter for the CacheLoader.
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCache.html#setCacheLoader(net.sf.ehcache.loader.CacheLoader)"><B>setCacheLoader(CacheLoader)</B></A> -
|
|
Method in class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCache.html" title="class in net.sf.ehcache.jcache">JCache</A>
|
|
<DD>Setter for the CacheLoader.
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#setCacheManager(net.sf.ehcache.CacheManager)"><B>setCacheManager(CacheManager)</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>For use by CacheManager.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#setCacheManager(net.sf.ehcache.CacheManager)"><B>setCacheManager(CacheManager)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Sets the CacheManager
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#setCacheManager(net.sf.ehcache.CacheManager)"><B>setCacheManager(CacheManager)</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Sets the CacheManager
|
|
<DT><A HREF="./net/sf/ehcache/CacheManager.html#setCacheManagerEventListener(net.sf.ehcache.event.CacheManagerEventListener)"><B>setCacheManagerEventListener(CacheManagerEventListener)</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/CacheManager.html" title="class in net.sf.ehcache">CacheManager</A>
|
|
<DD><B>Deprecated.</B> <I>Use getCacheManagerEventListenerRegistry instead</I>
|
|
<DT><A HREF="./net/sf/ehcache/config/FactoryConfiguration.html#setClass(java.lang.String)"><B>setClass(String)</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/FactoryConfiguration.html" title="class in net.sf.ehcache.config">FactoryConfiguration</A>
|
|
<DD>Sets the class name.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/GenericResponseWrapper.html#setContentLength(int)"><B>setContentLength(int)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.<A HREF="./net/sf/ehcache/constructs/web/GenericResponseWrapper.html" title="class in net.sf.ehcache.constructs.web">GenericResponseWrapper</A>
|
|
<DD>Sets the content length.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/filter/CachingFilter.html#setContentType(javax.servlet.http.HttpServletResponse, net.sf.ehcache.constructs.web.PageInfo)"><B>setContentType(HttpServletResponse, PageInfo)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.filter.<A HREF="./net/sf/ehcache/constructs/web/filter/CachingFilter.html" title="class in net.sf.ehcache.constructs.web.filter">CachingFilter</A>
|
|
<DD>Set the content type
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/GenericResponseWrapper.html#setContentType(java.lang.String)"><B>setContentType(String)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.<A HREF="./net/sf/ehcache/constructs/web/GenericResponseWrapper.html" title="class in net.sf.ehcache.constructs.web">GenericResponseWrapper</A>
|
|
<DD>Sets the content type.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/filter/CachingFilter.html#setCookies(net.sf.ehcache.constructs.web.PageInfo, javax.servlet.http.HttpServletResponse)"><B>setCookies(PageInfo, HttpServletResponse)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.filter.<A HREF="./net/sf/ehcache/constructs/web/filter/CachingFilter.html" title="class in net.sf.ehcache.constructs.web.filter">CachingFilter</A>
|
|
<DD>Set the serializableCookies
|
|
<DT><A HREF="./net/sf/ehcache/Element.html#setCreateTime()"><B>setCreateTime()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Element.html" title="class in net.sf.ehcache">Element</A>
|
|
<DD>Sets the creationTime attribute of the ElementAttributes object.
|
|
<DT><A HREF="./net/sf/ehcache/config/Configuration.html#setDefaultCacheConfiguration(net.sf.ehcache.config.CacheConfiguration)"><B>setDefaultCacheConfiguration(CacheConfiguration)</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/Configuration.html" title="class in net.sf.ehcache.config">Configuration</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#setDisabled(boolean)"><B>setDisabled(boolean)</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Disables or enables this cache.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#setDisabled(boolean)"><B>setDisabled(boolean)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Disables or enables this cache.
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#setDisabled(boolean)"><B>setDisabled(boolean)</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Disables or enables this cache.
|
|
<DT><A HREF="./net/sf/ehcache/config/CacheConfiguration.html#setDiskExpiryThreadIntervalSeconds(long)"><B>setDiskExpiryThreadIntervalSeconds(long)</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/CacheConfiguration.html" title="class in net.sf.ehcache.config">CacheConfiguration</A>
|
|
<DD>Sets the interval in seconds between runs of the disk expiry thread.
|
|
<DT><A HREF="./net/sf/ehcache/config/CacheConfiguration.html#setDiskPersistent(boolean)"><B>setDiskPersistent(boolean)</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/CacheConfiguration.html" title="class in net.sf.ehcache.config">CacheConfiguration</A>
|
|
<DD>Sets whether, for caches that overflow to disk, the disk cache persist between CacheManager instances.
|
|
<DT><A HREF="./net/sf/ehcache/config/CacheConfiguration.html#setDiskSpoolBufferSizeMB(int)"><B>setDiskSpoolBufferSizeMB(int)</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/CacheConfiguration.html" title="class in net.sf.ehcache.config">CacheConfiguration</A>
|
|
<DD>Sets the disk spool size
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#setDiskStorePath(java.lang.String)"><B>setDiskStorePath(String)</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>DiskStore paths can conflict between CacheManager instances.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#setDiskStorePath(java.lang.String)"><B>setDiskStorePath(String)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>DiskStore paths can conflict between CacheManager instances.
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#setDiskStorePath(java.lang.String)"><B>setDiskStorePath(String)</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>DiskStore paths can conflict between CacheManager instances.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/asynchronous/AsynchronousCommandExecutor.html#setDispatcherThreadIntervalSeconds(long)"><B>setDispatcherThreadIntervalSeconds(long)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.asynchronous.<A HREF="./net/sf/ehcache/constructs/asynchronous/AsynchronousCommandExecutor.html" title="class in net.sf.ehcache.constructs.asynchronous">AsynchronousCommandExecutor</A>
|
|
<DD>Sets the interval between runs of the dispatch thread, when no new dispatch invocations have occurred.
|
|
<DT><A HREF="./net/sf/ehcache/config/BeanHandler.html#setDocumentLocator(org.xml.sax.Locator)"><B>setDocumentLocator(Locator)</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/BeanHandler.html" title="class in net.sf.ehcache.config">BeanHandler</A>
|
|
<DD>Receive a Locator object for document events.
|
|
<DT><A HREF="./net/sf/ehcache/config/CacheConfiguration.html#setEternal(boolean)"><B>setEternal(boolean)</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/CacheConfiguration.html" title="class in net.sf.ehcache.config">CacheConfiguration</A>
|
|
<DD>Sets whether elements are eternal.
|
|
<DT><A HREF="./net/sf/ehcache/Element.html#setEternal(boolean)"><B>setEternal(boolean)</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Element.html" title="class in net.sf.ehcache">Element</A>
|
|
<DD>Sets whether the element is eternal.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/GenericResponseWrapper.html#setHeader(java.lang.String, java.lang.String)"><B>setHeader(String, String)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.<A HREF="./net/sf/ehcache/constructs/web/GenericResponseWrapper.html" title="class in net.sf.ehcache.constructs.web">GenericResponseWrapper</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/filter/CachingFilter.html#setHeaders(net.sf.ehcache.constructs.web.PageInfo, boolean, javax.servlet.http.HttpServletResponse)"><B>setHeaders(PageInfo, boolean, HttpServletResponse)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.filter.<A HREF="./net/sf/ehcache/constructs/web/filter/CachingFilter.html" title="class in net.sf.ehcache.constructs.web.filter">CachingFilter</A>
|
|
<DD>Set the headers in the response object, excluding the Gzip header
|
|
<DT><A HREF="./net/sf/ehcache/distribution/MulticastKeepaliveHeartbeatSender.html#setHeartBeatInterval(long)"><B>setHeartBeatInterval(long)</B></A> -
|
|
Static method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/MulticastKeepaliveHeartbeatSender.html" title="class in net.sf.ehcache.distribution">MulticastKeepaliveHeartbeatSender</A>
|
|
<DD>Sets the heartbeat interval to something other than the default of 5000ms.
|
|
<DT><A HREF="./net/sf/ehcache/config/CacheConfiguration.html#setMaxElementsInMemory(int)"><B>setMaxElementsInMemory(int)</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/CacheConfiguration.html" title="class in net.sf.ehcache.config">CacheConfiguration</A>
|
|
<DD>Sets the maximum objects to be held in memory.
|
|
<DT><A HREF="./net/sf/ehcache/config/CacheConfiguration.html#setMaxElementsOnDisk(int)"><B>setMaxElementsOnDisk(int)</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/CacheConfiguration.html" title="class in net.sf.ehcache.config">CacheConfiguration</A>
|
|
<DD>Sets the maximum number elements on Disk.
|
|
<DT><A HREF="./net/sf/ehcache/config/CacheConfiguration.html#setMemoryStoreEvictionPolicy(java.lang.String)"><B>setMemoryStoreEvictionPolicy(String)</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/CacheConfiguration.html" title="class in net.sf.ehcache.config">CacheConfiguration</A>
|
|
<DD>Sets the eviction policy.
|
|
<DT><A HREF="./net/sf/ehcache/config/CacheConfiguration.html#setMemoryStoreEvictionPolicyFromObject(net.sf.ehcache.store.MemoryStoreEvictionPolicy)"><B>setMemoryStoreEvictionPolicyFromObject(MemoryStoreEvictionPolicy)</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/CacheConfiguration.html" title="class in net.sf.ehcache.config">CacheConfiguration</A>
|
|
<DD>Sets the eviction policy.
|
|
<DT><A HREF="./net/sf/ehcache/MimeTypeByteArray.html#setMimeType(java.lang.String)"><B>setMimeType(String)</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/MimeTypeByteArray.html" title="class in net.sf.ehcache">MimeTypeByteArray</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#setName(java.lang.String)"><B>setName(String)</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Sets the cache name which will name.
|
|
<DT><A HREF="./net/sf/ehcache/CacheManager.html#setName(java.lang.String)"><B>setName(String)</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/CacheManager.html" title="class in net.sf.ehcache">CacheManager</A>
|
|
<DD>Sets the name of the CacheManager.
|
|
<DT><A HREF="./net/sf/ehcache/config/CacheConfiguration.html#setName(java.lang.String)"><B>setName(String)</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/CacheConfiguration.html" title="class in net.sf.ehcache.config">CacheConfiguration</A>
|
|
<DD>Sets the name of the cache.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#setName(java.lang.String)"><B>setName(String)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Sets the cache name which will name.
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#setName(java.lang.String)"><B>setName(String)</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Sets the cache name which will name.
|
|
<DT><A HREF="./net/sf/ehcache/config/CacheConfiguration.html#setOverflowToDisk(boolean)"><B>setOverflowToDisk(boolean)</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/CacheConfiguration.html" title="class in net.sf.ehcache.config">CacheConfiguration</A>
|
|
<DD>Sets whether elements can overflow to disk when the in-memory cache has reached the set limit.
|
|
<DT><A HREF="./net/sf/ehcache/config/DiskStoreConfiguration.html#setPath(java.lang.String)"><B>setPath(String)</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/DiskStoreConfiguration.html" title="class in net.sf.ehcache.config">DiskStoreConfiguration</A>
|
|
<DD>Translates and sets the path.
|
|
<DT><A HREF="./net/sf/ehcache/config/FactoryConfiguration.html#setProperties(java.lang.String)"><B>setProperties(String)</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/FactoryConfiguration.html" title="class in net.sf.ehcache.config">FactoryConfiguration</A>
|
|
<DD>Sets the configuration properties.
|
|
<DT><A HREF="./net/sf/ehcache/config/FactoryConfiguration.html#setPropertySeparator(java.lang.String)"><B>setPropertySeparator(String)</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/FactoryConfiguration.html" title="class in net.sf.ehcache.config">FactoryConfiguration</A>
|
|
<DD>Setter
|
|
<DT><A HREF="./net/sf/ehcache/config/Configuration.html#setSource(java.lang.String)"><B>setSource(String)</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/Configuration.html" title="class in net.sf.ehcache.config">Configuration</A>
|
|
<DD>Sets the configuration source.
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#setStatisticsAccuracy(int)"><B>setStatisticsAccuracy(int)</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Sets the statistics accuracy.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#setStatisticsAccuracy(int)"><B>setStatisticsAccuracy(int)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Sets the statistics accuracy.
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#setStatisticsAccuracy(int)"><B>setStatisticsAccuracy(int)</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Sets the statistics accuracy.
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCache.html#setStatisticsAccuracy(int)"><B>setStatisticsAccuracy(int)</B></A> -
|
|
Method in class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCache.html" title="class in net.sf.ehcache.jcache">JCache</A>
|
|
<DD>Sets the statistics accuracy.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/filter/CachingFilter.html#setStatus(javax.servlet.http.HttpServletResponse, net.sf.ehcache.constructs.web.PageInfo)"><B>setStatus(HttpServletResponse, PageInfo)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.filter.<A HREF="./net/sf/ehcache/constructs/web/filter/CachingFilter.html" title="class in net.sf.ehcache.constructs.web.filter">CachingFilter</A>
|
|
<DD>Status code
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/GenericResponseWrapper.html#setStatus(int)"><B>setStatus(int)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.<A HREF="./net/sf/ehcache/constructs/web/GenericResponseWrapper.html" title="class in net.sf.ehcache.constructs.web">GenericResponseWrapper</A>
|
|
<DD>Sets the status code for this response.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/GenericResponseWrapper.html#setStatus(int, java.lang.String)"><B>setStatus(int, String)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.<A HREF="./net/sf/ehcache/constructs/web/GenericResponseWrapper.html" title="class in net.sf.ehcache.constructs.web">GenericResponseWrapper</A>
|
|
<DD>Sets the status code for this response.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#setTimeoutMillis(int)"><B>setTimeoutMillis(int)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Sets the time to wait to acquire a lock.
|
|
<DT><A HREF="./net/sf/ehcache/Element.html#setTimeToIdle(int)"><B>setTimeToIdle(int)</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Element.html" title="class in net.sf.ehcache">Element</A>
|
|
<DD>Sets time to idle
|
|
<DT><A HREF="./net/sf/ehcache/config/CacheConfiguration.html#setTimeToIdleSeconds(long)"><B>setTimeToIdleSeconds(long)</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/CacheConfiguration.html" title="class in net.sf.ehcache.config">CacheConfiguration</A>
|
|
<DD>Sets the time to idle for an element before it expires.
|
|
<DT><A HREF="./net/sf/ehcache/Element.html#setTimeToLive(int)"><B>setTimeToLive(int)</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Element.html" title="class in net.sf.ehcache">Element</A>
|
|
<DD>Sets time to Live
|
|
<DT><A HREF="./net/sf/ehcache/config/CacheConfiguration.html#setTimeToLiveSeconds(long)"><B>setTimeToLiveSeconds(long)</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/CacheConfiguration.html" title="class in net.sf.ehcache.config">CacheConfiguration</A>
|
|
<DD>Sets the time to idle for an element before it expires.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/asynchronous/AsynchronousCommandExecutor.html#setUnsafeDispatcherThreadIntervalSeconds(long)"><B>setUnsafeDispatcherThreadIntervalSeconds(long)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.asynchronous.<A HREF="./net/sf/ehcache/constructs/asynchronous/AsynchronousCommandExecutor.html" title="class in net.sf.ehcache.constructs.asynchronous">AsynchronousCommandExecutor</A>
|
|
<DD>Sets the interval between runs of the dispatch thread, when no new dispatch invocations have occurred.
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCacheEntry.html#setValue(java.lang.Object)"><B>setValue(Object)</B></A> -
|
|
Method in class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCacheEntry.html" title="class in net.sf.ehcache.jcache">JCacheEntry</A>
|
|
<DD>Replaces the value corresponding to this entry with the specified
|
|
value (optional operation).
|
|
<DT><A HREF="./net/sf/ehcache/MimeTypeByteArray.html#setValue(byte[])"><B>setValue(byte[])</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/MimeTypeByteArray.html" title="class in net.sf.ehcache">MimeTypeByteArray</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/Element.html#setVersion(long)"><B>setVersion(long)</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Element.html" title="class in net.sf.ehcache">Element</A>
|
|
<DD>Sets the version attribute of the ElementAttributes object.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/MulticastRMICacheManagerPeerProvider.html#SHORT_DELAY"><B>SHORT_DELAY</B></A> -
|
|
Static variable in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/MulticastRMICacheManagerPeerProvider.html" title="class in net.sf.ehcache.distribution">MulticastRMICacheManagerPeerProvider</A>
|
|
<DD>One tenth of a second, in ms
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/ResponseUtil.html#shouldBodyBeZero(javax.servlet.http.HttpServletRequest, int)"><B>shouldBodyBeZero(HttpServletRequest, int)</B></A> -
|
|
Static method in class net.sf.ehcache.constructs.web.<A HREF="./net/sf/ehcache/constructs/web/ResponseUtil.html" title="class in net.sf.ehcache.constructs.web">ResponseUtil</A>
|
|
<DD>Performs a number of checks to ensure response saneness according to the rules of RFC2616:
|
|
|
|
If the response code is <CODE>HttpServletResponse.SC_NO_CONTENT</CODE> then it is illegal for the body
|
|
to contain anything.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/ResponseUtil.html#shouldGzippedBodyBeZero(byte[], javax.servlet.http.HttpServletRequest)"><B>shouldGzippedBodyBeZero(byte[], HttpServletRequest)</B></A> -
|
|
Static method in class net.sf.ehcache.constructs.web.<A HREF="./net/sf/ehcache/constructs/web/ResponseUtil.html" title="class in net.sf.ehcache.constructs.web">ResponseUtil</A>
|
|
<DD>Checks whether a gzipped body is actually empty and should just be zero.
|
|
<DT><A HREF="./net/sf/ehcache/CacheManager.html#shutdown()"><B>shutdown()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/CacheManager.html" title="class in net.sf.ehcache">CacheManager</A>
|
|
<DD>Shuts down the CacheManager.
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheManager.html#shutdown()"><B>shutdown()</B></A> -
|
|
Method in class net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheManager.html" title="class in net.sf.ehcache.management">CacheManager</A>
|
|
<DD>Shuts down the CacheManager.
|
|
<DT><A HREF="./net/sf/ehcache/management/CacheManagerMBean.html#shutdown()"><B>shutdown()</B></A> -
|
|
Method in interface net.sf.ehcache.management.<A HREF="./net/sf/ehcache/management/CacheManagerMBean.html" title="interface in net.sf.ehcache.management">CacheManagerMBean</A>
|
|
<DD>Shuts down the CacheManager.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/ShutdownListener.html" title="class in net.sf.ehcache.constructs.web"><B>ShutdownListener</B></A> - Class in <A HREF="./net/sf/ehcache/constructs/web/package-summary.html">net.sf.ehcache.constructs.web</A><DD>A ServletContextListener that shutsdown CacheManager.<DT><A HREF="./net/sf/ehcache/constructs/web/ShutdownListener.html#ShutdownListener()"><B>ShutdownListener()</B></A> -
|
|
Constructor for class net.sf.ehcache.constructs.web.<A HREF="./net/sf/ehcache/constructs/web/ShutdownListener.html" title="class in net.sf.ehcache.constructs.web">ShutdownListener</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/filter/SimplePageCachingFilter.html" title="class in net.sf.ehcache.constructs.web.filter"><B>SimplePageCachingFilter</B></A> - Class in <A HREF="./net/sf/ehcache/constructs/web/filter/package-summary.html">net.sf.ehcache.constructs.web.filter</A><DD>A simple page <A HREF="./net/sf/ehcache/constructs/web/filter/CachingFilter.html" title="class in net.sf.ehcache.constructs.web.filter"><CODE>CachingFilter</CODE></A> suitable for most uses.<DT><A HREF="./net/sf/ehcache/constructs/web/filter/SimplePageCachingFilter.html#SimplePageCachingFilter()"><B>SimplePageCachingFilter()</B></A> -
|
|
Constructor for class net.sf.ehcache.constructs.web.filter.<A HREF="./net/sf/ehcache/constructs/web/filter/SimplePageCachingFilter.html" title="class in net.sf.ehcache.constructs.web.filter">SimplePageCachingFilter</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/filter/SimplePageFragmentCachingFilter.html" title="class in net.sf.ehcache.constructs.web.filter"><B>SimplePageFragmentCachingFilter</B></A> - Class in <A HREF="./net/sf/ehcache/constructs/web/filter/package-summary.html">net.sf.ehcache.constructs.web.filter</A><DD>A simple page fragment <A HREF="./net/sf/ehcache/constructs/web/filter/CachingFilter.html" title="class in net.sf.ehcache.constructs.web.filter"><CODE>CachingFilter</CODE></A> suitable for most uses.<DT><A HREF="./net/sf/ehcache/constructs/web/filter/SimplePageFragmentCachingFilter.html#SimplePageFragmentCachingFilter()"><B>SimplePageFragmentCachingFilter()</B></A> -
|
|
Constructor for class net.sf.ehcache.constructs.web.filter.<A HREF="./net/sf/ehcache/constructs/web/filter/SimplePageFragmentCachingFilter.html" title="class in net.sf.ehcache.constructs.web.filter">SimplePageFragmentCachingFilter</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/hibernate/SingletonEhCacheProvider.html" title="class in net.sf.ehcache.hibernate"><B>SingletonEhCacheProvider</B></A> - Class in <A HREF="./net/sf/ehcache/hibernate/package-summary.html">net.sf.ehcache.hibernate</A><DD>Singleton cache Provider plugin for Hibernate 3.2 and ehcache-1.2.<DT><A HREF="./net/sf/ehcache/hibernate/SingletonEhCacheProvider.html#SingletonEhCacheProvider()"><B>SingletonEhCacheProvider()</B></A> -
|
|
Constructor for class net.sf.ehcache.hibernate.<A HREF="./net/sf/ehcache/hibernate/SingletonEhCacheProvider.html" title="class in net.sf.ehcache.hibernate">SingletonEhCacheProvider</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCache.html#size()"><B>size()</B></A> -
|
|
Method in class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCache.html" title="class in net.sf.ehcache.jcache">JCache</A>
|
|
<DD>Returns the number of key-value mappings in this map.
|
|
<DT><A HREF="./net/sf/ehcache/store/MemoryStore.html#spoolAllToDisk()"><B>spoolAllToDisk()</B></A> -
|
|
Method in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/MemoryStore.html" title="class in net.sf.ehcache.store">MemoryStore</A>
|
|
<DD>Spools all elements to disk, in preparation for shutdown.
|
|
<DT><A HREF="./net/sf/ehcache/store/MemoryStore.html#spoolToDisk(net.sf.ehcache.Element)"><B>spoolToDisk(Element)</B></A> -
|
|
Method in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/MemoryStore.html" title="class in net.sf.ehcache.store">MemoryStore</A>
|
|
<DD>Puts the element in the DiskStore.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/ManualRMICacheManagerPeerProvider.html#stale(java.util.Date)"><B>stale(Date)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/ManualRMICacheManagerPeerProvider.html" title="class in net.sf.ehcache.distribution">ManualRMICacheManagerPeerProvider</A>
|
|
<DD>Whether the entry should be considered stale.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/MulticastRMICacheManagerPeerProvider.html#stale(java.util.Date)"><B>stale(Date)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/MulticastRMICacheManagerPeerProvider.html" title="class in net.sf.ehcache.distribution">MulticastRMICacheManagerPeerProvider</A>
|
|
<DD>Whether the entry should be considered stale.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerProvider.html#stale(java.util.Date)"><B>stale(Date)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerProvider.html" title="class in net.sf.ehcache.distribution">RMICacheManagerPeerProvider</A>
|
|
<DD>Whether the entry should be considered stale.
|
|
<DT><A HREF="./net/sf/ehcache/hibernate/EhCacheProvider.html#start(java.util.Properties)"><B>start(Properties)</B></A> -
|
|
Method in class net.sf.ehcache.hibernate.<A HREF="./net/sf/ehcache/hibernate/EhCacheProvider.html" title="class in net.sf.ehcache.hibernate">EhCacheProvider</A>
|
|
<DD>Callback to perform any necessary initialization of the underlying cache implementation
|
|
during SessionFactory construction.
|
|
<DT><A HREF="./net/sf/ehcache/hibernate/SingletonEhCacheProvider.html#start(java.util.Properties)"><B>start(Properties)</B></A> -
|
|
Method in class net.sf.ehcache.hibernate.<A HREF="./net/sf/ehcache/hibernate/SingletonEhCacheProvider.html" title="class in net.sf.ehcache.hibernate">SingletonEhCacheProvider</A>
|
|
<DD>Callback to perform any necessary initialization of the underlying cache implementation
|
|
during SessionFactory construction.
|
|
<DT><A HREF="./net/sf/ehcache/config/BeanHandler.html#startElement(java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes)"><B>startElement(String, String, String, Attributes)</B></A> -
|
|
Method in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/BeanHandler.html" title="class in net.sf.ehcache.config">BeanHandler</A>
|
|
<DD>Receive notification of the start of an element.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerListener.html#startRegistry()"><B>startRegistry()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerListener.html" title="class in net.sf.ehcache.distribution">RMICacheManagerPeerListener</A>
|
|
<DD>Start the rmiregistry.
|
|
<DT><A HREF="./net/sf/ehcache/Statistics.html" title="class in net.sf.ehcache"><B>Statistics</B></A> - Class in <A HREF="./net/sf/ehcache/package-summary.html">net.sf.ehcache</A><DD>An immutable Cache statistics implementation}
|
|
<p/>
|
|
This is like a value object, with the added ability to clear cache statistics on the cache.<DT><A HREF="./net/sf/ehcache/Statistics.html#Statistics(net.sf.ehcache.Ehcache, int, long, long, long, long, long, float, long)"><B>Statistics(Ehcache, int, long, long, long, long, long, float, long)</B></A> -
|
|
Constructor for class net.sf.ehcache.<A HREF="./net/sf/ehcache/Statistics.html" title="class in net.sf.ehcache">Statistics</A>
|
|
<DD>Creates a new statistics object, associated with a Cache
|
|
<DT><A HREF="./net/sf/ehcache/Statistics.html#STATISTICS_ACCURACY_BEST_EFFORT"><B>STATISTICS_ACCURACY_BEST_EFFORT</B></A> -
|
|
Static variable in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Statistics.html" title="class in net.sf.ehcache">Statistics</A>
|
|
<DD>Best efforts accuracy setting.
|
|
<DT><A HREF="./net/sf/ehcache/Statistics.html#STATISTICS_ACCURACY_GUARANTEED"><B>STATISTICS_ACCURACY_GUARANTEED</B></A> -
|
|
Static variable in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Statistics.html" title="class in net.sf.ehcache">Statistics</A>
|
|
<DD>Guaranteed accuracy setting.
|
|
<DT><A HREF="./net/sf/ehcache/Statistics.html#STATISTICS_ACCURACY_NONE"><B>STATISTICS_ACCURACY_NONE</B></A> -
|
|
Static variable in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Statistics.html" title="class in net.sf.ehcache">Statistics</A>
|
|
<DD>Fast but not accurate setting.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerListener.html#status"><B>status</B></A> -
|
|
Variable in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerListener.html" title="class in net.sf.ehcache.distribution">RMICacheManagerPeerListener</A>
|
|
<DD>status.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMISynchronousCacheReplicator.html#status"><B>status</B></A> -
|
|
Variable in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMISynchronousCacheReplicator.html" title="class in net.sf.ehcache.distribution">RMISynchronousCacheReplicator</A>
|
|
<DD>The status of the replicator.
|
|
<DT><A HREF="./net/sf/ehcache/Status.html" title="class in net.sf.ehcache"><B>Status</B></A> - Class in <A HREF="./net/sf/ehcache/package-summary.html">net.sf.ehcache</A><DD>A pre JDK1.5 compatible enum class to indicate the status of a <A HREF="./net/sf/ehcache/CacheManager.html" title="class in net.sf.ehcache"><CODE>CacheManager</CODE></A> or <A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache"><CODE>Cache</CODE></A>.<DT><A HREF="./net/sf/ehcache/store/MemoryStore.html#status"><B>status</B></A> -
|
|
Variable in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/MemoryStore.html" title="class in net.sf.ehcache.store">MemoryStore</A>
|
|
<DD>status.
|
|
<DT><A HREF="./net/sf/ehcache/Status.html#STATUS_ALIVE"><B>STATUS_ALIVE</B></A> -
|
|
Static variable in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Status.html" title="class in net.sf.ehcache">Status</A>
|
|
<DD>The cache is alive.
|
|
<DT><A HREF="./net/sf/ehcache/Status.html#STATUS_SHUTDOWN"><B>STATUS_SHUTDOWN</B></A> -
|
|
Static variable in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Status.html" title="class in net.sf.ehcache">Status</A>
|
|
<DD>The cache is shudown.
|
|
<DT><A HREF="./net/sf/ehcache/Status.html#STATUS_UNINITIALISED"><B>STATUS_UNINITIALISED</B></A> -
|
|
Static variable in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Status.html" title="class in net.sf.ehcache">Status</A>
|
|
<DD>The cache is uninitialised.
|
|
<DT><A HREF="./net/sf/ehcache/hibernate/EhCacheProvider.html#stop()"><B>stop()</B></A> -
|
|
Method in class net.sf.ehcache.hibernate.<A HREF="./net/sf/ehcache/hibernate/EhCacheProvider.html" title="class in net.sf.ehcache.hibernate">EhCacheProvider</A>
|
|
<DD>Callback to perform any necessary cleanup of the underlying cache implementation
|
|
during SessionFactory.close().
|
|
<DT><A HREF="./net/sf/ehcache/hibernate/SingletonEhCacheProvider.html#stop()"><B>stop()</B></A> -
|
|
Method in class net.sf.ehcache.hibernate.<A HREF="./net/sf/ehcache/hibernate/SingletonEhCacheProvider.html" title="class in net.sf.ehcache.hibernate">SingletonEhCacheProvider</A>
|
|
<DD>Callback to perform any necessary cleanup of the underlying cache implementation
|
|
during SessionFactory.close().
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerListener.html#stopRegistry()"><B>stopRegistry()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerListener.html" title="class in net.sf.ehcache.distribution">RMICacheManagerPeerListener</A>
|
|
<DD>Stop the rmiregistry if it was started by this class.
|
|
<DT><A HREF="./net/sf/ehcache/store/Store.html" title="interface in net.sf.ehcache.store"><B>Store</B></A> - Interface in <A HREF="./net/sf/ehcache/store/package-summary.html">net.sf.ehcache.store</A><DD>This is the interface for all stores.<DT><A HREF="./net/sf/ehcache/constructs/asynchronous/AsynchronousCommandExecutor.html#storeCommandToCache(net.sf.ehcache.constructs.asynchronous.AsynchronousCommandExecutor.InstrumentedCommand)"><B>storeCommandToCache(AsynchronousCommandExecutor.InstrumentedCommand)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.asynchronous.<A HREF="./net/sf/ehcache/constructs/asynchronous/AsynchronousCommandExecutor.html" title="class in net.sf.ehcache.constructs.asynchronous">AsynchronousCommandExecutor</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/constructs/asynchronous/AsynchronousCommandExecutor.html#SUCCESSFUL_EXECUTION"><B>SUCCESSFUL_EXECUTION</B></A> -
|
|
Static variable in class net.sf.ehcache.constructs.asynchronous.<A HREF="./net/sf/ehcache/constructs/asynchronous/AsynchronousCommandExecutor.html" title="class in net.sf.ehcache.constructs.asynchronous">AsynchronousCommandExecutor</A>
|
|
<DD>The command completed successfully
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/filter/Filter.html#suppressStackTraces"><B>suppressStackTraces</B></A> -
|
|
Variable in class net.sf.ehcache.constructs.web.filter.<A HREF="./net/sf/ehcache/constructs/web/filter/Filter.html" title="class in net.sf.ehcache.constructs.web.filter">Filter</A>
|
|
<DD>Most <CODE>Throwable</CODE>s in Web applications propagate to the user.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/concurrent/Sync.html" title="interface in net.sf.ehcache.constructs.concurrent"><B>Sync</B></A> - Interface in <A HREF="./net/sf/ehcache/constructs/concurrent/package-summary.html">net.sf.ehcache.constructs.concurrent</A><DD> </DL>
|
|
<HR>
|
|
<A NAME="_T_"><!-- --></A><H2>
|
|
<B>T</B></H2>
|
|
<DL>
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#timeoutMillis"><B>timeoutMillis</B></A> -
|
|
Variable in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>The amount of time to block a thread before a LockTimeoutException is thrown
|
|
<DT><A HREF="./net/sf/ehcache/config/CacheConfiguration.html#timeToIdleSeconds"><B>timeToIdleSeconds</B></A> -
|
|
Variable in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/CacheConfiguration.html" title="class in net.sf.ehcache.config">CacheConfiguration</A>
|
|
<DD>the time to idle for an element before it expires.
|
|
<DT><A HREF="./net/sf/ehcache/config/CacheConfiguration.html#timeToLiveSeconds"><B>timeToLiveSeconds</B></A> -
|
|
Variable in class net.sf.ehcache.config.<A HREF="./net/sf/ehcache/config/CacheConfiguration.html" title="class in net.sf.ehcache.config">CacheConfiguration</A>
|
|
<DD>Sets the time to idle for an element before it expires.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/SerializableCookie.html#toCookie()"><B>toCookie()</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.<A HREF="./net/sf/ehcache/constructs/web/SerializableCookie.html" title="class in net.sf.ehcache.constructs.web">SerializableCookie</A>
|
|
<DD>Builds a Cookie object from this object.
|
|
<DT><A HREF="./net/sf/ehcache/hibernate/EhCache.html#toMap()"><B>toMap()</B></A> -
|
|
Method in class net.sf.ehcache.hibernate.<A HREF="./net/sf/ehcache/hibernate/EhCache.html" title="class in net.sf.ehcache.hibernate">EhCache</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/constructs/asynchronous/TooManyRetriesException.html" title="class in net.sf.ehcache.constructs.asynchronous"><B>TooManyRetriesException</B></A> - Exception in <A HREF="./net/sf/ehcache/constructs/asynchronous/package-summary.html">net.sf.ehcache.constructs.asynchronous</A><DD>Thrown when a command has unsuccessfully tried to be executed more than its retry limit.<DT><A HREF="./net/sf/ehcache/constructs/asynchronous/TooManyRetriesException.html#TooManyRetriesException(java.lang.String)"><B>TooManyRetriesException(String)</B></A> -
|
|
Constructor for exception net.sf.ehcache.constructs.asynchronous.<A HREF="./net/sf/ehcache/constructs/asynchronous/TooManyRetriesException.html" title="class in net.sf.ehcache.constructs.asynchronous">TooManyRetriesException</A>
|
|
<DD>Constructs a new exception with the specified detail message.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/asynchronous/TooManyRetriesException.html#TooManyRetriesException(java.lang.String, java.lang.Throwable)"><B>TooManyRetriesException(String, Throwable)</B></A> -
|
|
Constructor for exception net.sf.ehcache.constructs.asynchronous.<A HREF="./net/sf/ehcache/constructs/asynchronous/TooManyRetriesException.html" title="class in net.sf.ehcache.constructs.asynchronous">TooManyRetriesException</A>
|
|
<DD>Constructs a new exception with the specified detail message and
|
|
cause.
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#toString()"><B>toString()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Returns a <CODE>String</CODE> representation of <A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache"><CODE>Cache</CODE></A>.
|
|
<DT><A HREF="./net/sf/ehcache/CacheManager.html#toString()"><B>toString()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/CacheManager.html" title="class in net.sf.ehcache">CacheManager</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICachePeer.html#toString()"><B>toString()</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICachePeer.html" title="class in net.sf.ehcache.distribution">RMICachePeer</A>
|
|
<DD>Returns a String that represents the value of this object.
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#toString()"><B>toString()</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Returns a <CODE>String</CODE> representation of <A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache"><CODE>Cache</CODE></A>.
|
|
<DT><A HREF="./net/sf/ehcache/Element.html#toString()"><B>toString()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Element.html" title="class in net.sf.ehcache">Element</A>
|
|
<DD>Returns a <CODE>String</CODE> representation of the <A HREF="./net/sf/ehcache/Element.html" title="class in net.sf.ehcache"><CODE>Element</CODE></A>.
|
|
<DT><A HREF="./net/sf/ehcache/event/CacheManagerEventListenerRegistry.html#toString()"><B>toString()</B></A> -
|
|
Method in class net.sf.ehcache.event.<A HREF="./net/sf/ehcache/event/CacheManagerEventListenerRegistry.html" title="class in net.sf.ehcache.event">CacheManagerEventListenerRegistry</A>
|
|
<DD>Returns a string representation of the object.
|
|
<DT><A HREF="./net/sf/ehcache/event/RegisteredEventListeners.html#toString()"><B>toString()</B></A> -
|
|
Method in class net.sf.ehcache.event.<A HREF="./net/sf/ehcache/event/RegisteredEventListeners.html" title="class in net.sf.ehcache.event">RegisteredEventListeners</A>
|
|
<DD>Returns a string representation of the object.
|
|
<DT><A HREF="./net/sf/ehcache/hibernate/EhCache.html#toString()"><B>toString()</B></A> -
|
|
Method in class net.sf.ehcache.hibernate.<A HREF="./net/sf/ehcache/hibernate/EhCache.html" title="class in net.sf.ehcache.hibernate">EhCache</A>
|
|
<DD>
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCache.html#toString()"><B>toString()</B></A> -
|
|
Method in class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCache.html" title="class in net.sf.ehcache.jcache">JCache</A>
|
|
<DD>Returns a <CODE>String</CODE> representation of the underlying <A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache"><CODE>Cache</CODE></A>.
|
|
<DT><A HREF="./net/sf/ehcache/Statistics.html#toString()"><B>toString()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Statistics.html" title="class in net.sf.ehcache">Statistics</A>
|
|
<DD>Returns a <CODE>String</CODE> representation of the <A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache"><CODE>Ehcache</CODE></A> statistics.
|
|
<DT><A HREF="./net/sf/ehcache/Status.html#toString()"><B>toString()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Status.html" title="class in net.sf.ehcache">Status</A>
|
|
<DD>Returns a string representation of the object.
|
|
<DT><A HREF="./net/sf/ehcache/store/DiskStore.html#toString()"><B>toString()</B></A> -
|
|
Method in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/DiskStore.html" title="class in net.sf.ehcache.store">DiskStore</A>
|
|
<DD>Returns a <CODE>String</CODE> representation of the <A HREF="./net/sf/ehcache/store/DiskStore.html" title="class in net.sf.ehcache.store"><CODE>DiskStore</CODE></A>
|
|
<DT><A HREF="./net/sf/ehcache/store/MemoryStoreEvictionPolicy.html#toString()"><B>toString()</B></A> -
|
|
Method in class net.sf.ehcache.store.<A HREF="./net/sf/ehcache/store/MemoryStoreEvictionPolicy.html" title="class in net.sf.ehcache.store">MemoryStoreEvictionPolicy</A>
|
|
<DD>
|
|
</DL>
|
|
<HR>
|
|
<A NAME="_U_"><!-- --></A><H2>
|
|
<B>U</B></H2>
|
|
<DL>
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerListener.html#unbind(net.sf.ehcache.distribution.RMICachePeer)"><B>unbind(RMICachePeer)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerListener.html" title="class in net.sf.ehcache.distribution">RMICacheManagerPeerListener</A>
|
|
<DD>Unbinds an RMICachePeer and unexports it.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/PayloadUtil.html#ungzip(byte[])"><B>ungzip(byte[])</B></A> -
|
|
Static method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/PayloadUtil.html" title="class in net.sf.ehcache.distribution">PayloadUtil</A>
|
|
<DD>The fastest Ungzip implementation.
|
|
<DT><A HREF="./net/sf/ehcache/hibernate/EhCache.html#unlock(java.lang.Object)"><B>unlock(Object)</B></A> -
|
|
Method in class net.sf.ehcache.hibernate.<A HREF="./net/sf/ehcache/hibernate/EhCache.html" title="class in net.sf.ehcache.hibernate">EhCache</A>
|
|
<DD>Calls to this method should perform their own synchronization.
|
|
<DT><A HREF="./net/sf/ehcache/Cache.html#unregisterCacheExtension(net.sf.ehcache.extension.CacheExtension)"><B>unregisterCacheExtension(CacheExtension)</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache">Cache</A>
|
|
<DD>Unregister a <A HREF="./net/sf/ehcache/extension/CacheExtension.html" title="interface in net.sf.ehcache.extension"><CODE>CacheExtension</CODE></A> with the cache.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html#unregisterCacheExtension(net.sf.ehcache.extension.CacheExtension)"><B>unregisterCacheExtension(CacheExtension)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/BlockingCache.html" title="class in net.sf.ehcache.constructs.blocking">BlockingCache</A>
|
|
<DD>Unregister a <A HREF="./net/sf/ehcache/extension/CacheExtension.html" title="interface in net.sf.ehcache.extension"><CODE>CacheExtension</CODE></A> with the cache.
|
|
<DT><A HREF="./net/sf/ehcache/Ehcache.html#unregisterCacheExtension(net.sf.ehcache.extension.CacheExtension)"><B>unregisterCacheExtension(CacheExtension)</B></A> -
|
|
Method in interface net.sf.ehcache.<A HREF="./net/sf/ehcache/Ehcache.html" title="interface in net.sf.ehcache">Ehcache</A>
|
|
<DD>Unregister a <A HREF="./net/sf/ehcache/extension/CacheExtension.html" title="interface in net.sf.ehcache.extension"><CODE>CacheExtension</CODE></A> with the cache.
|
|
<DT><A HREF="./net/sf/ehcache/event/CacheManagerEventListenerRegistry.html#unregisterListener(net.sf.ehcache.event.CacheManagerEventListener)"><B>unregisterListener(CacheManagerEventListener)</B></A> -
|
|
Method in class net.sf.ehcache.event.<A HREF="./net/sf/ehcache/event/CacheManagerEventListenerRegistry.html" title="class in net.sf.ehcache.event">CacheManagerEventListenerRegistry</A>
|
|
<DD>Removes a listener from the notification service.
|
|
<DT><A HREF="./net/sf/ehcache/event/RegisteredEventListeners.html#unregisterListener(net.sf.ehcache.event.CacheEventListener)"><B>unregisterListener(CacheEventListener)</B></A> -
|
|
Method in class net.sf.ehcache.event.<A HREF="./net/sf/ehcache/event/RegisteredEventListeners.html" title="class in net.sf.ehcache.event">RegisteredEventListeners</A>
|
|
<DD>Removes a listener from the notification service.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/CacheManagerPeerProvider.html#unregisterPeer(java.lang.String)"><B>unregisterPeer(String)</B></A> -
|
|
Method in interface net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/CacheManagerPeerProvider.html" title="interface in net.sf.ehcache.distribution">CacheManagerPeerProvider</A>
|
|
<DD>Unregisters a peer.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/jgroups/JGroupManager.html#unregisterPeer(java.lang.String)"><B>unregisterPeer(String)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.jgroups.<A HREF="./net/sf/ehcache/distribution/jgroups/JGroupManager.html" title="class in net.sf.ehcache.distribution.jgroups">JGroupManager</A>
|
|
<DD>Unregisters a peer.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerProvider.html#unregisterPeer(java.lang.String)"><B>unregisterPeer(String)</B></A> -
|
|
Method in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/RMICacheManagerPeerProvider.html" title="class in net.sf.ehcache.distribution">RMICacheManagerPeerProvider</A>
|
|
<DD>Unregisters a peer
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/UpdatingSelfPopulatingCache.html#update(java.lang.Object)"><B>update(Object)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/UpdatingSelfPopulatingCache.html" title="class in net.sf.ehcache.constructs.blocking">UpdatingSelfPopulatingCache</A>
|
|
<DD>Element can never be null.
|
|
<DT><A HREF="./net/sf/ehcache/hibernate/EhCache.html#update(java.lang.Object, java.lang.Object)"><B>update(Object, Object)</B></A> -
|
|
Method in class net.sf.ehcache.hibernate.<A HREF="./net/sf/ehcache/hibernate/EhCache.html" title="class in net.sf.ehcache.hibernate">EhCache</A>
|
|
<DD>Updates an object in the cache, or if it does not exist, inserts it.
|
|
<DT><A HREF="./net/sf/ehcache/Element.html#updateAccessStatistics()"><B>updateAccessStatistics()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Element.html" title="class in net.sf.ehcache">Element</A>
|
|
<DD>Sets the last access time to now.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/UpdatingCacheEntryFactory.html#updateEntryValue(java.lang.Object, java.lang.Object)"><B>updateEntryValue(Object, Object)</B></A> -
|
|
Method in interface net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/UpdatingCacheEntryFactory.html" title="interface in net.sf.ehcache.constructs.blocking">UpdatingCacheEntryFactory</A>
|
|
<DD>Perform an incremental update of data within a CacheEntry.
|
|
<DT><A HREF="./net/sf/ehcache/Element.html#updateUpdateStatistics()"><B>updateUpdateStatistics()</B></A> -
|
|
Method in class net.sf.ehcache.<A HREF="./net/sf/ehcache/Element.html" title="class in net.sf.ehcache">Element</A>
|
|
<DD>Sets the last access time to now.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/blocking/UpdatingCacheEntryFactory.html" title="interface in net.sf.ehcache.constructs.blocking"><B>UpdatingCacheEntryFactory</B></A> - Interface in <A HREF="./net/sf/ehcache/constructs/blocking/package-summary.html">net.sf.ehcache.constructs.blocking</A><DD>A <code>CacheEntryFactory</code> with one additional method, <code>updateEntryValue((Serializable key, Serializable value)</code>
|
|
which allows the cache entry to updated rather than replaced.<DT><A HREF="./net/sf/ehcache/constructs/blocking/UpdatingSelfPopulatingCache.html" title="class in net.sf.ehcache.constructs.blocking"><B>UpdatingSelfPopulatingCache</B></A> - Class in <A HREF="./net/sf/ehcache/constructs/blocking/package-summary.html">net.sf.ehcache.constructs.blocking</A><DD>A <A HREF="./net/sf/ehcache/Cache.html" title="class in net.sf.ehcache"><CODE>Cache</CODE></A> backed cache that creates entries on demand.<DT><A HREF="./net/sf/ehcache/constructs/blocking/UpdatingSelfPopulatingCache.html#UpdatingSelfPopulatingCache(net.sf.ehcache.Ehcache, net.sf.ehcache.constructs.blocking.UpdatingCacheEntryFactory)"><B>UpdatingSelfPopulatingCache(Ehcache, UpdatingCacheEntryFactory)</B></A> -
|
|
Constructor for class net.sf.ehcache.constructs.blocking.<A HREF="./net/sf/ehcache/constructs/blocking/UpdatingSelfPopulatingCache.html" title="class in net.sf.ehcache.constructs.blocking">UpdatingSelfPopulatingCache</A>
|
|
<DD>Creates a SelfPopulatingCache.
|
|
<DT><A HREF="./net/sf/ehcache/distribution/PayloadUtil.html#URL_DELIMITER"><B>URL_DELIMITER</B></A> -
|
|
Static variable in class net.sf.ehcache.distribution.<A HREF="./net/sf/ehcache/distribution/PayloadUtil.html" title="class in net.sf.ehcache.distribution">PayloadUtil</A>
|
|
<DD>Delmits URLS sent via heartbeats over sockets
|
|
</DL>
|
|
<HR>
|
|
<A NAME="_V_"><!-- --></A><H2>
|
|
<B>V</B></H2>
|
|
<DL>
|
|
<DT><A HREF="./net/sf/ehcache/jcache/JCache.html#values()"><B>values()</B></A> -
|
|
Method in class net.sf.ehcache.jcache.<A HREF="./net/sf/ehcache/jcache/JCache.html" title="class in net.sf.ehcache.jcache">JCache</A>
|
|
<DD>Returns a collection view of the values contained in this map.
|
|
</DL>
|
|
<HR>
|
|
<A NAME="_W_"><!-- --></A><H2>
|
|
<B>W</B></H2>
|
|
<DL>
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/filter/FilterServletOutputStream.html#write(int)"><B>write(int)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.filter.<A HREF="./net/sf/ehcache/constructs/web/filter/FilterServletOutputStream.html" title="class in net.sf.ehcache.constructs.web.filter">FilterServletOutputStream</A>
|
|
<DD>Writes to the stream.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/filter/FilterServletOutputStream.html#write(byte[])"><B>write(byte[])</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.filter.<A HREF="./net/sf/ehcache/constructs/web/filter/FilterServletOutputStream.html" title="class in net.sf.ehcache.constructs.web.filter">FilterServletOutputStream</A>
|
|
<DD>Writes to the stream.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/filter/FilterServletOutputStream.html#write(byte[], int, int)"><B>write(byte[], int, int)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.filter.<A HREF="./net/sf/ehcache/constructs/web/filter/FilterServletOutputStream.html" title="class in net.sf.ehcache.constructs.web.filter">FilterServletOutputStream</A>
|
|
<DD>Writes to the stream.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/filter/CachingFilter.html#writeContent(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, net.sf.ehcache.constructs.web.PageInfo)"><B>writeContent(HttpServletRequest, HttpServletResponse, PageInfo)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.filter.<A HREF="./net/sf/ehcache/constructs/web/filter/CachingFilter.html" title="class in net.sf.ehcache.constructs.web.filter">CachingFilter</A>
|
|
<DD>Writes the response content.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/filter/CachingFilter.html#writeResponse(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, net.sf.ehcache.constructs.web.PageInfo)"><B>writeResponse(HttpServletRequest, HttpServletResponse, PageInfo)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.filter.<A HREF="./net/sf/ehcache/constructs/web/filter/CachingFilter.html" title="class in net.sf.ehcache.constructs.web.filter">CachingFilter</A>
|
|
<DD>Writes the response from a PageInfo object.
|
|
<DT><A HREF="./net/sf/ehcache/constructs/web/filter/PageFragmentCachingFilter.html#writeResponse(javax.servlet.http.HttpServletResponse, net.sf.ehcache.constructs.web.PageInfo)"><B>writeResponse(HttpServletResponse, PageInfo)</B></A> -
|
|
Method in class net.sf.ehcache.constructs.web.filter.<A HREF="./net/sf/ehcache/constructs/web/filter/PageFragmentCachingFilter.html" title="class in net.sf.ehcache.constructs.web.filter">PageFragmentCachingFilter</A>
|
|
<DD>Assembles a response from a cached page include.
|
|
</DL>
|
|
<HR>
|
|
<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_K_">K</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_Q_">Q</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A>
|
|
|
|
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
|
<A NAME="navbar_bottom"><!-- --></A>
|
|
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
|
|
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
|
|
<TR>
|
|
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
|
|
<A NAME="navbar_bottom_firstrow"><!-- --></A>
|
|
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
|
|
<TR ALIGN="center" VALIGN="top">
|
|
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
|
|
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD>
|
|
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
|
|
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
|
|
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
|
|
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
|
|
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD>
|
|
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
|
|
</TR>
|
|
</TABLE>
|
|
</TD>
|
|
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
|
|
<a href="/" target="_top">ehcache</a></EM>
|
|
</TD>
|
|
</TR>
|
|
|
|
<TR>
|
|
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
|
|
PREV
|
|
NEXT</FONT></TD>
|
|
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
|
|
<A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A>
|
|
<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A>
|
|
<SCRIPT type="text/javascript">
|
|
<!--
|
|
if(window==top) {
|
|
document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
|
|
}
|
|
//-->
|
|
</SCRIPT>
|
|
<NOSCRIPT>
|
|
<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
|
|
</NOSCRIPT>
|
|
|
|
|
|
</FONT></TD>
|
|
</TR>
|
|
</TABLE>
|
|
<A NAME="skip-navbar_bottom"></A>
|
|
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
|
|
|
<HR>
|
|
|
|
</BODY>
|
|
</HTML>
|