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-valuestoreThree events are triggered:
DutchCodingCompany\CachedValuestore\Events\PutIntoValuestore, triggered byput,prepend,push,offsetSet,incrementanddecrementDutchCodingCompany\CachedValuestore\Events\ForgetFromValuestore, triggered byforgetDutchCodingCompany\CachedValuestore\Events\FlushValuestore, triggered byflushandflushStartingWith
The MIT License (MIT). Please see License File for more information.