Created
May 26, 2020 00:47
-
-
Save ktor/99b04edb669f85fffec6381dbe12c3b4 to your computer and use it in GitHub Desktop.
Revisions
-
ktor created this gist
May 26, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ import com.liferay.portal.servlet.ComboServlet; import com.liferay.portal.servlet.ComboServlet.FileContentBag; import com.liferay.portal.kernel.cache.SingleVMPoolUtil; SingleVMPoolUtil.getCache(ComboServlet.class.getName()).removeAll(); SingleVMPoolUtil.getCache(FileContentBag.class.getName()).removeAll();