Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.08 KB

README.md

File metadata and controls

25 lines (16 loc) · 1.08 KB

Cached Valuestore

Latest Version on Packagist Total Downloads

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 by put, prepend, push, offsetSet, increment and decrement
  • DutchCodingCompany\CachedValuestore\Events\ForgetFromValuestore, triggered by forget
  • DutchCodingCompany\CachedValuestore\Events\FlushValuestore, triggered by flush and flushStartingWith

License

The MIT License (MIT). Please see License File for more information.