https://github.com/rvxlab/cache-flexible-memo-lock
Reproduction of Cache::memo()->flexible() not deferring
https://github.com/rvxlab/cache-flexible-memo-lock
Last synced: 5 months ago
JSON representation
Reproduction of Cache::memo()->flexible() not deferring
- Host: GitHub
- URL: https://github.com/rvxlab/cache-flexible-memo-lock
- Owner: RVxLab
- Created: 2025-05-10T05:54:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-10T06:05:05.000Z (about 1 year ago)
- Last Synced: 2025-10-20T03:58:51.947Z (9 months ago)
- Language: Blade
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cache Memo Flexible bug reproduction
A small project to demonstrate an issue calling `Cache::memo()->flexible()`.
## Installation
1. Clone this repo
2. Run `composer install` and `npm install`
## Reproducing the issue
1. Run `composer run dev` to start the web server
2. Go to http://localhost:8000
3. You will see the text "Hello, world!" show up
4. Wait 2 seconds
5. Refresh the page, you will still see "Hello, world!"
6. Go to your terminal, you will see `Call to undefined method Illuminate\Cache\MemoizedStore::lock()`