Uses of Class
org.javlo.ztatic.FileCache
-
Packages that use FileCache Package Description org.javlo.module.admin org.javlo.ztatic -
-
Uses of FileCache in org.javlo.module.admin
Methods in org.javlo.module.admin with parameters of type FileCache Modifier and Type Method Description static String
AdminAction. performClearimagecache(javax.servlet.http.HttpServletRequest request, GlobalContext globalContext, javax.servlet.http.HttpSession session, User user, ContentContext ctx, MessageRepository messageRepository, I18nAccess i18nAccess, FileCache fileCache)
-
Uses of FileCache in org.javlo.ztatic
Methods in org.javlo.ztatic that return FileCache Modifier and Type Method Description static FileCache
FileCache. getInstance(javax.servlet.ServletContext inApplication)
create a instance of FileCache
-