Skip to content

Commit 4ddd372

Browse files
authored
Update README.md
1 parent a18ccf9 commit 4ddd372

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,24 @@ relationships. This package is an attempt to address those requirements.
2525
- automatic use of cache tags for cache providers that support them (will
2626
flush entire cache for providers that don't).
2727

28+
## Cache Drivers
29+
This package is best suited for taggable cache drivers:
30+
```diff
31+
+ Redis
32+
+ MemCached
33+
+ APC
34+
+ Array
35+
```
36+
37+
It will not work with non-taggable drivers:
38+
```diff
39+
- Database
40+
- File
41+
- DynamoDB
42+
```
43+
2844
## Requirements
29-
- PHP >= 7.1.3
30-
- Laravel 5.8
45+
- Laravel 6.0+
3146
```diff
3247
- Please note that prior Laravel versions are not supported and the package
3348
- versions that are compatible with prior versions of Laravel contain bugs.

0 commit comments

Comments
 (0)