Package com.logicaldoc.webdav.cache
Class WebdavCache
java.lang.Object
com.logicaldoc.webdav.cache.WebdavCache
A cache for the WebDAV module
- Since:
- 9.1.1
- Author:
- Alessandro Gasparini - LogicalDOC
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintintgetFolder(long id) getFolderPath(long folderId) longgetFolderSize(long id) static WebdavCachelonggetTreeSize(long id) intsetFolderPath(Folder folder) inttruncate()
- 
Constructor Details- 
WebdavCache- Throws:
- SQLException
 
 
- 
- 
Method Details- 
getInstance
- 
addFolder
- 
getFolder
- 
getFolderSizepublic long getFolderSize(long id) 
- 
getTreeSizepublic long getTreeSize(long id) 
- 
countElementspublic int countElements()
- 
setFolderPath
- 
getFolderPath
- 
truncatepublic int truncate()
 
-