Download the PHP package klavax/laravel-wildcard-cache without Composer
On this page you can find all versions of the php package klavax/laravel-wildcard-cache. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download klavax/laravel-wildcard-cache
More information about klavax/laravel-wildcard-cache
Files in klavax/laravel-wildcard-cache
Package laravel-wildcard-cache
Short Description Cache Wildcard support for Laravel
License MIT
Homepage https://github.com/klAvAx/laravel-wildcard-cache
Informations about the package laravel-wildcard-cache
Wildcard for Laravel Cache
This is a package which adds wildcard support to Laravel Cache by replacing/overriding laravel Cache stores to include wildcard support where applicable.
This package replaces/overrides these Cache Stores:
- ApcStore
- ArrayStore
- DatabaseStore
- SessionStore
This package also adds a new methods which are used behind the scenes to:
- ApcWrapper
Installation
Require this package with composer.
Also you will probably want to "silence" Ambiguous class resolution warnings and that can be done if you include exclude-from-classmap in your composer.json autoload section:
Usage
If you are using apc, array, database or session cache stores then now you can use {any} token in Cache::forget calls like so:
Extra Info
APCu support is experimental, documentation for it does document an APCUIterator class, but i have not been able to test it successfully...
Star History
All versions of laravel-wildcard-cache with dependencies
illuminate/cache Version ^v12
illuminate/database Version ^v12
illuminate/session Version ^v12