Class WebdavCache

java.lang.Object
com.logicaldoc.webdav.cache.WebdavCache

public class WebdavCache extends Object
A cache for the WebDAV module
Since:
9.1.1
Author:
Alessandro Gasparini - LogicalDOC
  • Constructor Details

  • Method Details

    • getInstance

      public static WebdavCache getInstance()
    • addFolder

      public int addFolder(WebdavCacheFolder cf)
    • getFolder

      public WebdavCacheFolder getFolder(long id)
    • getFolderSize

      public long getFolderSize(long id)
    • getTreeSize

      public long getTreeSize(long id)
    • countElements

      public int countElements()
    • setFolderPath

      public int setFolderPath(Folder folder)
    • getFolderPath

      public String getFolderPath(long folderId)
    • truncate

      public int truncate()