Skip to content

Commit 9e01b29

Browse files
committed
Removed deprecated code and invalid docs
1 parent 3a23b1d commit 9e01b29

3 files changed

Lines changed: 3 additions & 107 deletions

File tree

README.md

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,16 @@
66
[![Monthly Downloads](https://poser.pugx.org/cache/taggable-cache/d/monthly.png)](https://packagist.org/packages/cache/taggable-cache)
77
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
88

9-
This repository has traits and interfaces that makes a PSR-6 cache implementation taggable. Using tags allow you
10-
to tag related items, and then clear the cached data for that tag only. It is a part of the PHP Cache organisation. To read about
11-
features like tagging and hierarchy support please read the shared documentation at [www.php-cache.com](http://www.php-cache.com).
12-
13-
*Note: Performance will be best with a driver such as memcached or redis, which automatically purges stale records.*
14-
9+
This repository has a adapter that makes any PSR-6 pool taggable. All PHPC ache pools support tagging out of the box.
10+
Using tags allow you to tag related items, and then clear the cached data for that tag only. It is a part of the PHP Cache
11+
organisation. To read about features like tagging and hierarchy support please read the shared documentation at [www.php-cache.com](http://www.php-cache.com).
1512

1613
### Install
1714

1815
```bash
1916
composer require cache/taggable-cache
2017
```
2118

22-
### Use
23-
24-
Read the [documentation on usage](http://www.php-cache.com/en/latest/tagging/).
25-
26-
### Implement
27-
28-
Read the [documentation on implementation](http://www.php-cache.com/en/latest/implementing-cache-pools/tagging/).
29-
3019
### Contribute
3120

3221
Contributions are very welcome! Send a pull request to the [main repository](https://github.com/php-cache/cache) or

TaggableItemInterface.php

Lines changed: 0 additions & 47 deletions
This file was deleted.

TaggablePoolInterface.php

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)