Skip to content
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

Update cache clearer service #268

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

nicohery
Copy link

@nicohery nicohery commented Dec 11, 2024

Update deprecated prestashop.adapter.cache_clearer service

The prestashop.adapter.cache_clearer service has been removed in PrestaShop 8.0 and replaced by prestashop.core.cache.clearer.cache_clearer_chain. Updated the code to handle cache clearing using new service.

Update deprecated prestashop.core.cache.clearer service

The `prestashop.core.cache.clearer` service has been removed in PrestaShop 8.0 and replaced by `prestashop.core.cache.clearer.cache_clearer_chain`. Updated the code to handle cache clearing using new service.
Copy link
Contributor

@PrestaEdit PrestaEdit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe a test on PS_VERSION to use one or another piece of code, if it's a deprecated/removed one, is needed ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants