Skip to content

Commit

Permalink
TASK: Update API docs from 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
neos-bot committed Feb 23, 2024
1 parent 926e4a5 commit d16932e
Show file tree
Hide file tree
Showing 14 changed files with 259 additions and 326 deletions.
73 changes: 5 additions & 68 deletions flow/9.0/Neos/Flow/Cache/CacheFactory.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,15 +134,6 @@ <h2>Properties</h2>
<td>$context</td>
<td class="last"><p>The current Flow context (&quot;Production&quot;, &quot;Development&quot; etc.)</p></td>
<td></td>
</tr>
<tr>
<td class="type" id="property_cacheManager">
protected <a href="../../../Neos/Flow/Cache/CacheManager.html"><abbr title="Neos\Flow\Cache\CacheManager">CacheManager</abbr></a>

</td>
<td>$cacheManager</td>
<td class="last"><p>A reference to the cache manager</p></td>
<td></td>
</tr>
<tr>
<td class="type" id="property_environment">
Expand Down Expand Up @@ -206,17 +197,6 @@ <h2>Methods</h2>
<div class="col-md-2 type">
void
</div>
<div class="col-md-8">
<a href="#method_injectCacheManager">injectCacheManager</a>(<a href="../../../Neos/Flow/Cache/CacheManager.html"><abbr title="Neos\Flow\Cache\CacheManager">CacheManager</abbr></a> $cacheManager)

<p class="no-description">No description</p>
</div>
<div class="col-md-2"></div>
</div>
<div class="row">
<div class="col-md-2 type">
void
</div>
<div class="col-md-8">
<a href="#method_injectEnvironmentConfiguration">injectEnvironmentConfiguration</a>(<a href="../../../Neos/Cache/EnvironmentConfiguration.html"><abbr title="Neos\Cache\EnvironmentConfiguration">EnvironmentConfiguration</abbr></a> $environmentConfiguration)

Expand All @@ -232,7 +212,7 @@ <h2>Details</h2>
<div id="method-details">
<div class="method-item">
<h3 id="method_instantiateBackend">
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/9.0/Neos.Flow/Classes/Cache/CacheFactory.php#L138">at line 138</a></div>
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/9.0/Neos.Flow/Classes/Cache/CacheFactory.php#L121">at line 121</a></div>
<code> protected <a href="../../../Neos/Cache/Backend/BackendInterface.html"><abbr title="Neos\Cache\Backend\BackendInterface">BackendInterface</abbr></a>
<strong>instantiateBackend</strong>(string $backendObjectName, array $backendOptions, <a href="../../../Neos/Cache/EnvironmentConfiguration.html"><abbr title="Neos\Cache\EnvironmentConfiguration">EnvironmentConfiguration</abbr></a> $environmentConfiguration, bool $persistent = false)
</code>
Expand Down Expand Up @@ -299,7 +279,7 @@ <h4>Exceptions</h4>
</div>
<div class="method-item">
<h3 id="method___construct">
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/9.0/Neos.Flow/Classes/Cache/CacheFactory.php#L86">at line 86</a></div>
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/9.0/Neos.Flow/Classes/Cache/CacheFactory.php#L69">at line 69</a></div>
<code>
<strong>__construct</strong>(<a href="../../../Neos/Flow/Core/ApplicationContext.html"><abbr title="Neos\Flow\Core\ApplicationContext">ApplicationContext</abbr></a> $context, <a href="../../../Neos/Flow/Utility/Environment.html"><abbr title="Neos\Flow\Utility\Environment">Environment</abbr></a> $environment, string $applicationIdentifier)
</code>
Expand Down Expand Up @@ -342,7 +322,7 @@ <h4>Parameters</h4>
</div>
<div class="method-item">
<h3 id="method_create">
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/9.0/Neos.Flow/Classes/Cache/CacheFactory.php#L107">at line 107</a></div>
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/9.0/Neos.Flow/Classes/Cache/CacheFactory.php#L90">at line 90</a></div>
<code> <a href="../../../Neos/Cache/Frontend/FrontendInterface.html"><abbr title="Neos\Cache\Frontend\FrontendInterface">FrontendInterface</abbr></a>
<strong>create</strong>(string $cacheIdentifier, string $cacheObjectName, string $backendObjectName, array $backendOptions = [], bool $persistent = false)
</code>
Expand Down Expand Up @@ -405,7 +385,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_instantiateCache">
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/9.0/Neos.Flow/Classes/Cache/CacheFactory.php#L119">at line 119</a></div>
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/9.0/Neos.Flow/Classes/Cache/CacheFactory.php#L102">at line 102</a></div>
<code> protected <a href="../../../Neos/Cache/Frontend/FrontendInterface.html"><abbr title="Neos\Cache\Frontend\FrontendInterface">FrontendInterface</abbr></a>
<strong>instantiateCache</strong>(string $cacheIdentifier, string $cacheObjectName, <a href="../../../Neos/Cache/Backend/BackendInterface.html"><abbr title="Neos\Cache\Backend\BackendInterface">BackendInterface</abbr></a> $backend)
</code>
Expand Down Expand Up @@ -461,56 +441,13 @@ <h4>Exceptions</h4>



</div>
</div>

</div>
<div class="method-item">
<h3 id="method_injectCacheManager">
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/9.0/Neos.Flow/Classes/Cache/CacheFactory.php#L63">at line 63</a></div>
<code> void
<strong>injectCacheManager</strong>(<a href="../../../Neos/Flow/Cache/CacheManager.html"><abbr title="Neos\Flow\Cache\CacheManager">CacheManager</abbr></a> $cacheManager)
</code>
</h3>
<div class="details">



<div class="method-description">
<p class="no-description">No description</p>

</div>
<div class="tags">
<h4>Parameters</h4>

<table class="table table-condensed">
<tr>
<td><a href="../../../Neos/Flow/Cache/CacheManager.html"><abbr title="Neos\Flow\Cache\CacheManager">CacheManager</abbr></a></td>
<td>$cacheManager</td>
<td></td>
</tr>
</table>


<h4>Return Value</h4>

<table class="table table-condensed">
<tr>
<td>void</td>
<td></td>
</tr>
</table>




</div>
</div>

</div>
<div class="method-item">
<h3 id="method_injectEnvironmentConfiguration">
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/9.0/Neos.Flow/Classes/Cache/CacheFactory.php#L73">at line 73</a></div>
<div class="location"><a href="https://github.com/neos/flow-development-collection/blob/9.0/Neos.Flow/Classes/Cache/CacheFactory.php#L56">at line 56</a></div>
<code> void
<strong>injectEnvironmentConfiguration</strong>(<a href="../../../Neos/Cache/EnvironmentConfiguration.html"><abbr title="Neos\Cache\EnvironmentConfiguration">EnvironmentConfiguration</abbr></a> $environmentConfiguration)
</code>
Expand Down
Loading

0 comments on commit d16932e

Please sign in to comment.