12 lines
341 B
HTML
12 lines
341 B
HTML
|
<div class="container">
|
||
|
<div class="jumbotron">
|
||
|
<h1>zend-cache</h1>
|
||
|
|
||
|
<p>Caching implementation with a variety of storage options, as well as
|
||
|
codified caching strategies for callbacks, classes, and output.</p>
|
||
|
|
||
|
<pre><code class="language-bash">$ composer require zendframework/zend-cache</code></pre>
|
||
|
</div>
|
||
|
</div>
|
||
|
|