File tree 1 file changed +14
-7
lines changed
1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Array PSR-6 Cache pool
2
- [ ![ Latest Stable Version] ( https://poser.pugx.org/cache/array-adapter/v/stable )] ( https://packagist.org/packages/cache/array-adapter ) [ ![ codecov.io] ( https://codecov.io/github/php-cache/array-adapter/coverage.svg?branch=master )] ( https://codecov.io/github/php-cache/array-adapter?branch=master ) [ ![ Build Status] ( https://travis-ci.org/php-cache/array-adapter.svg?branch=master )] ( https://travis-ci.org/php-cache/array-adapter ) [ ![ Total Downloads] ( https://poser.pugx.org/cache/array-adapter/downloads )] ( https://packagist.org/packages/cache/array-adapter ) [ ![ Monthly Downloads] ( https://poser.pugx.org/cache/array-adapter/d/monthly.png )] ( https://packagist.org/packages/cache/array-adapter ) [ ![ Software License] ( https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square )] ( LICENSE )
2
+ [ ![ Gitter] ( https://badges.gitter.im/php-cache/cache.svg )] ( https://gitter.im/php-cache/cache?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge )
3
+ [ ![ Latest Stable Version] ( https://poser.pugx.org/cache/array-adapter/v/stable )] ( https://packagist.org/packages/cache/array-adapter )
4
+ [ ![ Total Downloads] ( https://poser.pugx.org/cache/array-adapter/downloads )] ( https://packagist.org/packages/cache/array-adapter )
5
+ [ ![ Monthly Downloads] ( https://poser.pugx.org/cache/array-adapter/d/monthly.png )] ( https://packagist.org/packages/cache/array-adapter )
6
+ [ ![ Software License] ( https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square )] ( LICENSE )
3
7
4
- This is a PSR-6 cache implementation using a PHP array. It is a part of the PHP Cache organisation. To read about
8
+ This is a PSR-6 cache implementation using PHP array. It is a part of the PHP Cache organisation. To read about
5
9
features like tagging and hierarchy support please read the shared documentation at [ www.php-cache.com ] ( http://www.php-cache.com ) .
6
10
7
- This adapter could also be called Ephemeral or Memory adapter.
8
-
9
11
### Install
10
12
11
13
``` bash
12
14
composer require cache/array-adapter
13
15
```
14
16
15
- ### Configure
17
+ ### Use
16
18
17
- No configuration is needed.
19
+ You do not need to do any configuration to use the ` ArrayCachePool ` .
18
20
19
21
``` php
20
22
$pool = new ArrayCachePool();
21
- ```
23
+ ```
24
+
25
+ ### Contribute
26
+
27
+ Contributions are very welcome! Send a pull request to the [ main repository] ( https://github.com/php-cache/cache ) or
28
+ report any issues you find on the [ issue tracker] ( http://issues.php-cache.com ) .
You can’t perform that action at this time.
0 commit comments