Adds a cached version of spatie/valuestore
and registers it to the service container.
You can install the package via composer:
composer require dutchcodingcompany/cached-valuestore
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
The MIT License (MIT). Please see License File for more information.