praetoriantechnology / cache-service
Caching service
Installs: 2 896
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 1
Open Issues: 0
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