Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
6.2.X EE, 7.0.0 Alpha 1
-
6.2.x
-
Committed
-
1
-
Regression Bug
Description
This is a performance issue, unable to test by QA.
The problem here is cache would be cleared no matter which value is set to "cache.clear.on.plugin.undeploy", since CacheRegistryUtil.clear() would invoke FinderCacheUtil.clear() and EntityCacheUtil.clear() impilictly.