Skip to content

Commit

Permalink
Deploying to gh-pages - 00:23:33
Browse files Browse the repository at this point in the history
  • Loading branch information
jdaugherty committed Dec 22, 2024
1 parent ac85b50 commit 1c63c53
Show file tree
Hide file tree
Showing 40 changed files with 234 additions and 666 deletions.
4 changes: 2 additions & 2 deletions snapshot/api/deprecated-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- Generated by groovydoc -->
<title>Deprecated API (cache 7.0.0 API)</title>
<title>Deprecated API (cache 8.0.0-M1 API)</title>

<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link href="groovy.ico" type="image/x-icon" rel="shortcut icon">
Expand All @@ -34,7 +34,7 @@
<body class="center">
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Deprecated API (cache 7.0.0 API)";
parent.document.title="Deprecated API (cache 8.0.0-M1 API)";
}
//-->
</script>
Expand Down
9 changes: 4 additions & 5 deletions snapshot/api/grails/plugin/cache/CacheEvict.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<html>
<head>
<!-- Generated by groovydoc -->
<title>CacheEvict (Cache Plugin - 7.0.0)</title>
<title>CacheEvict (Grails Cache Plugin - 8.0.0-M1)</title>

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="../../../groovy.ico" type="image/x-icon" rel="shortcut icon">
Expand All @@ -37,7 +37,7 @@
<body class="center">
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="CacheEvict (Cache Plugin - 7.0.0)";
parent.document.title="CacheEvict (Grails Cache Plugin - 8.0.0-M1)";
}
//-->
</script>
Expand Down Expand Up @@ -100,15 +100,14 @@ <h2 title="[Java] Annotation Type CacheEvict" class="title">[Java] Annotation Ty

<!-- todo: direct known subclasses -->
<hr>
<br>

<pre>@java.lang.annotation.Target({ElementType.METHOD, ElementType.TYPE})
@java.lang.annotation.Retention(RetentionPolicy.RUNTIME)
@java.lang.annotation.Inherited
@java.lang.annotation.Documented
@org.codehaus.groovy.transform.GroovyASTTransformationClass("org.grails.datastore.gorm.transform.OrderedGormTransformation")
@org.grails.datastore.gorm.transform.GormASTTransformationClass("org.grails.plugin.cache.compiler.CacheEvictTransformation")
public&nbsp;@interface CacheEvict</pre>
public @interface CacheEvict</pre>

<p> Indicates that a method (or all methods on a class) trigger(s)
a cache invalidate operation.
Expand Down Expand Up @@ -202,7 +201,7 @@ <h3>Inherited Methods Summary</h3>

<tr class="altColor">
<td class="colFirst"><code>class java.lang.Object</code></td>
<td class="colLast"><code>java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()</code></td>
<td class="colLast"><code>java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()</code></td>
</tr>
</table>
</ul>
Expand Down
19 changes: 7 additions & 12 deletions snapshot/api/grails/plugin/cache/CacheException.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<html>
<head>
<!-- Generated by groovydoc -->
<title>CacheException (Cache Plugin - 7.0.0)</title>
<title>CacheException (Grails Cache Plugin - 8.0.0-M1)</title>

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="../../../groovy.ico" type="image/x-icon" rel="shortcut icon">
Expand All @@ -37,7 +37,7 @@
<body class="center">
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="CacheException (Cache Plugin - 7.0.0)";
parent.document.title="CacheException (Grails Cache Plugin - 8.0.0-M1)";
}
//-->
</script>
Expand Down Expand Up @@ -100,7 +100,6 @@ <h2 title="[Groovy] Class CacheException" class="title">[Groovy] Class CacheExce

<!-- todo: direct known subclasses -->
<hr>
<br>

<pre>@groovy.transform.CompileStatic
class CacheException
Expand Down Expand Up @@ -148,27 +147,23 @@ <h3>Constructor Summary</h3>

<tr class="altColor">
<td class="colFirst">
<code><a href="#CacheException()">CacheException</a>
()</code><br>Constructor for the CacheException object.</td>
<code><strong><a href="#CacheException()">CacheException</a></strong>()</code><br>Constructor for the CacheException object.</td>
</tr>

<tr class="rowColor">
<td class="colFirst">
<code><a href="#CacheException(java.lang.String)">CacheException</a>
(java.lang.String message)</code><br>Constructor for the CacheException object.</td>
<code><strong><a href="#CacheException(java.lang.String)">CacheException</a></strong>(java.lang.String message)</code><br>Constructor for the CacheException object.</td>
</tr>

<tr class="altColor">
<td class="colFirst">
<code><a href="#CacheException(java.lang.String, java.lang.Throwable)">CacheException</a>
(java.lang.String message, java.lang.Throwable cause)</code><br>Constructs a new CacheException with the specified detail message and
<code><strong><a href="#CacheException(java.lang.String, java.lang.Throwable)">CacheException</a></strong>(java.lang.String message, java.lang.Throwable cause)</code><br>Constructs a new CacheException with the specified detail message and
cause.</td>
</tr>

<tr class="rowColor">
<td class="colFirst">
<code><a href="#CacheException(java.lang.Throwable)">CacheException</a>
(java.lang.Throwable cause)</code><br>Constructs a new CacheException with the specified cause and a
<code><strong><a href="#CacheException(java.lang.Throwable)">CacheException</a></strong>(java.lang.Throwable cause)</code><br>Constructs a new CacheException with the specified cause and a
detail message of <tt>(cause==null ? </td>
</tr>

Expand All @@ -194,7 +189,7 @@ <h3>Inherited Methods Summary</h3>

<tr class="altColor">
<td class="colFirst"><code>class java.lang.RuntimeException</code></td>
<td class="colLast"><code>java.lang.RuntimeException#printStackTrace(), java.lang.RuntimeException#printStackTrace(java.io.PrintWriter), java.lang.RuntimeException#printStackTrace(java.io.PrintStream), java.lang.RuntimeException#fillInStackTrace(), java.lang.RuntimeException#getCause(), java.lang.RuntimeException#initCause(java.lang.Throwable), java.lang.RuntimeException#toString(), java.lang.RuntimeException#getMessage(), java.lang.RuntimeException#getSuppressed(), java.lang.RuntimeException#getLocalizedMessage(), java.lang.RuntimeException#getStackTrace(), java.lang.RuntimeException#setStackTrace([Ljava.lang.StackTraceElement;), java.lang.RuntimeException#addSuppressed(java.lang.Throwable), java.lang.RuntimeException#wait(long), java.lang.RuntimeException#wait(long, int), java.lang.RuntimeException#wait(), java.lang.RuntimeException#equals(java.lang.Object), java.lang.RuntimeException#hashCode(), java.lang.RuntimeException#getClass(), java.lang.RuntimeException#notify(), java.lang.RuntimeException#notifyAll()</code></td>
<td class="colLast"><code>java.lang.RuntimeException#printStackTrace(), java.lang.RuntimeException#printStackTrace(java.io.PrintWriter), java.lang.RuntimeException#printStackTrace(java.io.PrintStream), java.lang.RuntimeException#getStackTrace(), java.lang.RuntimeException#fillInStackTrace(), java.lang.RuntimeException#getCause(), java.lang.RuntimeException#initCause(java.lang.Throwable), java.lang.RuntimeException#toString(), java.lang.RuntimeException#getMessage(), java.lang.RuntimeException#getSuppressed(), java.lang.RuntimeException#getLocalizedMessage(), java.lang.RuntimeException#setStackTrace([Ljava.lang.StackTraceElement;), java.lang.RuntimeException#addSuppressed(java.lang.Throwable), java.lang.RuntimeException#wait(long, int), java.lang.RuntimeException#wait(), java.lang.RuntimeException#wait(long), java.lang.RuntimeException#equals(java.lang.Object), java.lang.RuntimeException#hashCode(), java.lang.RuntimeException#getClass(), java.lang.RuntimeException#notify(), java.lang.RuntimeException#notifyAll()</code></td>
</tr>
</table>
</ul>
Expand Down
16 changes: 7 additions & 9 deletions snapshot/api/grails/plugin/cache/CacheGrailsPlugin.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<html>
<head>
<!-- Generated by groovydoc -->
<title>CacheGrailsPlugin (Cache Plugin - 7.0.0)</title>
<title>CacheGrailsPlugin (Grails Cache Plugin - 8.0.0-M1)</title>

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="../../../groovy.ico" type="image/x-icon" rel="shortcut icon">
Expand All @@ -37,7 +37,7 @@
<body class="center">
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="CacheGrailsPlugin (Cache Plugin - 7.0.0)";
parent.document.title="CacheGrailsPlugin (Grails Cache Plugin - 8.0.0-M1)";
}
//-->
</script>
Expand Down Expand Up @@ -100,7 +100,6 @@ <h2 title="[Groovy] Class CacheGrailsPlugin" class="title">[Groovy] Class CacheG

<!-- todo: direct known subclasses -->
<hr>
<br>

<pre>@groovy.util.logging.Slf4j
class CacheGrailsPlugin
Expand Down Expand Up @@ -143,7 +142,7 @@ <h2 title="[Groovy] Class CacheGrailsPlugin" class="title">[Groovy] Class CacheG

<!-- =========== PROPERTY SUMMARY =========== -->

<ul class="blockList">
<ul class="blockList">
<li class="blockList"><a name="property_summary"><!-- --></a>
<h3>Properties Summary</h3>
<ul class="blockList">
Expand Down Expand Up @@ -187,6 +186,7 @@ <h3>Properties Summary</h3>
</table>
</ul>
</li>

</ul>


Expand All @@ -207,8 +207,7 @@ <h3>Constructor Summary</h3>

<tr class="altColor">
<td class="colFirst">
<code><a href="#CacheGrailsPlugin()">CacheGrailsPlugin</a>
()</code><br></td>
<code><strong><a href="#CacheGrailsPlugin()">CacheGrailsPlugin</a></strong>()</code><br></td>
</tr>

</table>
Expand Down Expand Up @@ -260,7 +259,7 @@ <h3>Inherited Methods Summary</h3>

<tr class="altColor">
<td class="colFirst"><code>class grails.plugins.Plugin</code></td>
<td class="colLast"><code>grails.plugins.Plugin#getPluginManager(), grails.plugins.Plugin#getEnabled(), grails.plugins.Plugin#getEnvironment(), grails.plugins.Plugin#setEnvironment(grails.util.Environment), grails.plugins.Plugin#getPlugin(), grails.plugins.Plugin#onChange(java.util.Map), grails.plugins.Plugin#getConfig(), grails.plugins.Plugin#getApplicationContext(), grails.plugins.Plugin#getGrailsApplication(), grails.plugins.Plugin#setApplicationContext(org.springframework.context.ApplicationContext), grails.plugins.Plugin#doWithSpring(), grails.plugins.Plugin#doWithDynamicMethods(), grails.plugins.Plugin#doWithApplicationContext(), grails.plugins.Plugin#onConfigChange(java.util.Map), grails.plugins.Plugin#onStartup(java.util.Map), grails.plugins.Plugin#beans(groovy.lang.Closure), grails.plugins.Plugin#setGrailsApplication(grails.core.GrailsApplication), grails.plugins.Plugin#setPlugin(grails.plugins.GrailsPlugin), grails.plugins.Plugin#setPluginManager(grails.plugins.GrailsPluginManager), grails.plugins.Plugin#getArtefacts(), grails.plugins.Plugin#onShutdown(java.util.Map), grails.plugins.Plugin#isEnabled(), grails.plugins.Plugin#setEnabled(boolean), grails.plugins.Plugin#getMetaClass(), grails.plugins.Plugin#setMetaClass(groovy.lang.MetaClass), grails.plugins.Plugin#getManager(), grails.plugins.Plugin#wait(long), grails.plugins.Plugin#wait(long, int), grails.plugins.Plugin#wait(), grails.plugins.Plugin#equals(java.lang.Object), grails.plugins.Plugin#toString(), grails.plugins.Plugin#hashCode(), grails.plugins.Plugin#getClass(), grails.plugins.Plugin#notify(), grails.plugins.Plugin#notifyAll(), grails.plugins.Plugin#invokeMethod(java.lang.String, java.lang.Object), grails.plugins.Plugin#getProperty(java.lang.String), grails.plugins.Plugin#setProperty(java.lang.String, java.lang.Object)</code></td>
<td class="colLast"><code>grails.plugins.Plugin#getPluginManager(), grails.plugins.Plugin#getPlugin(), grails.plugins.Plugin#getEnabled(), grails.plugins.Plugin#getEnvironment(), grails.plugins.Plugin#setEnvironment(grails.util.Environment), grails.plugins.Plugin#onChange(java.util.Map), grails.plugins.Plugin#getConfig(), grails.plugins.Plugin#$getLookup(), grails.plugins.Plugin#getGrailsApplication(), grails.plugins.Plugin#setApplicationContext(org.springframework.context.ApplicationContext), grails.plugins.Plugin#doWithSpring(), grails.plugins.Plugin#doWithDynamicMethods(), grails.plugins.Plugin#doWithApplicationContext(), grails.plugins.Plugin#onConfigChange(java.util.Map), grails.plugins.Plugin#onStartup(java.util.Map), grails.plugins.Plugin#beans(groovy.lang.Closure), grails.plugins.Plugin#setGrailsApplication(grails.core.GrailsApplication), grails.plugins.Plugin#setPlugin(grails.plugins.GrailsPlugin), grails.plugins.Plugin#setPluginManager(grails.plugins.GrailsPluginManager), grails.plugins.Plugin#getArtefacts(), grails.plugins.Plugin#getApplicationContext(), grails.plugins.Plugin#isEnabled(), grails.plugins.Plugin#setEnabled(boolean), grails.plugins.Plugin#getMetaClass(), grails.plugins.Plugin#setMetaClass(groovy.lang.MetaClass), grails.plugins.Plugin#getManager(), grails.plugins.Plugin#onShutdown(java.util.Map), grails.plugins.Plugin#wait(long, int), grails.plugins.Plugin#wait(), grails.plugins.Plugin#wait(long), grails.plugins.Plugin#equals(java.lang.Object), grails.plugins.Plugin#toString(), grails.plugins.Plugin#hashCode(), grails.plugins.Plugin#getClass(), grails.plugins.Plugin#notify(), grails.plugins.Plugin#notifyAll(), grails.plugins.Plugin#getProperty(java.lang.String), grails.plugins.Plugin#setProperty(java.lang.String, java.lang.Object), grails.plugins.Plugin#invokeMethod(java.lang.String, java.lang.Object)</code></td>
</tr>
</table>
</ul>
Expand Down Expand Up @@ -373,8 +372,7 @@ <h3>Method Detail</h3>
<a name="doWithApplicationContext()"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>@groovy.transform.CompileStatic
void <strong>doWithApplicationContext</strong>()</h4>
<h4>@groovy.transform.CompileStatic<br>void <strong>doWithApplicationContext</strong>()</h4>
<p></p>
</li>
</ul>
Expand Down
9 changes: 4 additions & 5 deletions snapshot/api/grails/plugin/cache/CacheOperation.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<html>
<head>
<!-- Generated by groovydoc -->
<title>CacheOperation (Cache Plugin - 7.0.0)</title>
<title>CacheOperation (Grails Cache Plugin - 8.0.0-M1)</title>

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="../../../groovy.ico" type="image/x-icon" rel="shortcut icon">
Expand All @@ -37,7 +37,7 @@
<body class="center">
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="CacheOperation (Cache Plugin - 7.0.0)";
parent.document.title="CacheOperation (Grails Cache Plugin - 8.0.0-M1)";
}
//-->
</script>
Expand Down Expand Up @@ -100,11 +100,10 @@ <h2 title="[Java] Annotation Type CacheOperation" class="title">[Java] Annotatio

<!-- todo: direct known subclasses -->
<hr>
<br>

<pre>@java.lang.annotation.Target({ElementType.METHOD, ElementType.TYPE})
@java.lang.annotation.Retention(RetentionPolicy.RUNTIME)
public&nbsp;@interface CacheOperation</pre>
public @interface CacheOperation</pre>

<p> An annotation added to all methods or types that produce a cache operation.
<DL><DT><B>Authors:</B></DT><DD>Graeme Rocher</DD></DL></p>
Expand Down Expand Up @@ -148,7 +147,7 @@ <h3>Inherited Methods Summary</h3>

<tr class="altColor">
<td class="colFirst"><code>class java.lang.Object</code></td>
<td class="colLast"><code>java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()</code></td>
<td class="colLast"><code>java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()</code></td>
</tr>
</table>
</ul>
Expand Down
Loading

0 comments on commit 1c63c53

Please sign in to comment.