Needs work
Project:
IMCE Rename Plugin
Version:
2.0.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
19 Oct 2023 at 10:41 UTC
Updated:
17 Nov 2023 at 17:00 UTC
Jump to comment: Most recent
Comments
Comment #2
sandeepsingh199 commentedComment #3
zulljin commentedHi, checking this problem
Comment #4
df_11 commentedI tried to add this after line 262 and it worked! It's fast, better than clearing all the caches.
I don't know if it is the best solution, but maybe it is an idea :)
Comment #5
sandeepsingh199 commented@df_11,
$renderCache = \Drupal::service('cache.entity'); $renderCache->invalidateAll();is working fine, but if we have lots of files, images videos are their, it might be decrease the site performance. For quick fix we good to go. Marking this ticket to Needs Review.Comment #6
zulljin commentedI guess better is clear cache by cache tag, it's optimal solution
Comment #7
zulljin commented