Does PowerGrid support CACHE_STORE=database? Cache not working with database driver #2040
Unanswered
kishan-kombee
asked this question in
Q&A
Replies: 1 comment
-
|
Hi team, Just following up on the question above to check if there’s any update or confirmation on this. Specifically, I’d like to understand whether PowerGrid officially supports Laravel’s database cache driver, or if Redis (or other drivers) are required for caching to work correctly. At the moment, caching works as expected with CACHE_STORE=redis, but completely stops working with CACHE_STORE=database without any errors, so I want to confirm if this behavior is expected or a potential issue. Any clarification would be really helpful. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi team,
I have a question regarding PowerGrid’s cache functionality.
When I use Redis:
CACHE_STORE=rediseverything works correctly — caching, prefix, custom tags, etc.
However, when I switch to:
CACHE_STORE=databasePowerGrid caching stops working completely. No errors are shown, but cached data is never stored or retrieved.
My PowerGrid Cache Configuration
My Environment
Laravel 12.x
PHP 8.3
PowerGrid ^6.6
Does PowerGrid officially support the Laravel database cache driver?
Would appreciate clarity on whether the database cache driver is supported and if this behavior is expected.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions