dutchcodingcompany / cached-valuestore
Cached version of spatie/valuestore
0.6.0
2024-04-26 10:51 UTC
Requires
- php: ^8.0|^8.1
- illuminate/container: ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0
- illuminate/events: ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0
- illuminate/queue: ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0
- illuminate/support: ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0
- spatie/valuestore: ^1.0
README
Adds a cached version of spatie/valuestore
and registers it to the service container.
Installation
You can install the package via composer:
composer require dutchcodingcompany/cached-valuestore
Events
Three events are triggered:
DutchCodingCompany\CachedValuestore\Events\PutIntoValuestore
, triggered byput
,prepend
,push
,offsetSet
,increment
anddecrement
DutchCodingCompany\CachedValuestore\Events\ForgetFromValuestore
, triggered byforget
DutchCodingCompany\CachedValuestore\Events\FlushValuestore
, triggered byflush
andflushStartingWith
License
The MIT License (MIT). Please see License File for more information.