praetoriantechnology / cache-service
This package is abandoned and no longer maintained.
No replacement package was suggested.
Caching service
Package info
github.com/praetoriantechnology/cache-service
pkg:composer/praetoriantechnology/cache-service
4.0.0
2023-12-15 01:58 UTC
Requires
- php: ^8.2
- ext-igbinary: *
- ext-redis: *
Requires (Dev)
- behat/behat: ^3.8
- friendsofphp/php-cs-fixer: ^2.17
- php-mock/php-mock: ^2.3
- php-mock/php-mock-phpunit: ^2.6
- phpunit/phpunit: ^9.0
README
Defines standard for caching services using CacheServiceInterface, provides fast Redis implementation. Defines handling of getting, setting, clearing and getting objects' groups.
Use CacheServiceInterface for implementation of caching services, use
RedisCacheService for fast Redis handling.
Contribution
Any pull requests or issues reported are more than welcome.
License
MIT