-
Notifications
You must be signed in to change notification settings - Fork 232
when use protected $cacheCooldownSeconds = 300; // 5 m not expire #489
vahidalvandi
started this conversation in
General
-
i set $cacheCooldownSeconds = 300 but after edit database manually after 5 minute cache not rest
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 2 comments
-
@vahidalvandi Please provide more information:
Eloquent Query
Please provide the complete eloquent query that caused the bug, for example:
$model->with('otherModel')->get();
Stack Trace The full stack trace from your log file.
Environment
PHP: [e.g. 7.1.0]
OS: [e.g. Ubuntu 18.04]
Laravel: [e.g. 5.6.15]
Model Caching: [e.g. 0.2.61]
Additional Context
Add any other context about the problem here.
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
-
try this
public $cacheCooldownSeconds = 300;
Beta Was this translation helpful? Give feedback.
All reactions
-
👎 3
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment