Invalidate file cache upon copying folders#74
Invalidate file cache upon copying folders#74Hackwar merged 1 commit intojoomla-framework:3.x-devfrom
Conversation
|
Can we make this behavior optional? Instead of always performing this action, we could introduce an alternative method or an additional argument in the copy method to allow developers to enable or disable it as needed. |
|
@Llewellynvdm WordPress seems to be doing that. They have a separate function For me it's just a concern, that the Installer Adapters in Joomla do not seem to invalidate the opcache after copying the files through |
|
Maybe an alternative would be just to use the use We do similar already in the
|
|
Thanks, I updated the PR. I wouldn't call |
Please see joomla/joomla-cms#44773