Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ The currently implemented caches are:
- Redis
- Memcache

All cache systems support all primitive types (int, float, string) and instances of classes that implement the [Cacheable](src/Interface/Cacheable.php) interface.
Arrays are also supported, provided that the elements they contain are as described above.

## Install

```bash
Expand Down Expand Up @@ -113,4 +116,4 @@ The docker image has been developed to execute commands, which are executable th
Powerful tools used:
- [php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) for standard PSR-12 code formatting
- [rector](https://github.com/rectorphp/rector) for code refactoring
- [phpstan](https://phpstan.org/) for finding bugs
- [phpstan](https://phpstan.org/) for finding bugs