-
-
Notifications
You must be signed in to change notification settings - Fork 549
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Static cache expiry config key is wrong #2744
Labels
Comments
Would it be an idea to change this to "default" laravel behaviour as well, by choosing an expiry in seconds instead of minutes? |
After updating to 3.0.38, it looks like cache is not cleared - even when clearing via CP. `'strategies' => [
` |
Provide some more details in a separate issue please. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Description
You should be able to define the
expiry
as explained in the docs. Currently it uses what looks like a ported v2 version.This needs to be backwards compatible, since users may have worked out that you can define
default_cache_length
. (We should check forexpiry
anddefault_cache_length
).Extra Detail
statamic/docs#294
Environment
Statamic version: 3.0.20
The text was updated successfully, but these errors were encountered: