Uses of Class
org.opencms.cache.CmsVfsNameBasedDiskCache
-
Packages that use CmsVfsNameBasedDiskCache Package Description org.opencms.loader Low-level functions to manage the loading of resources from the OpenCms VFS.org.opencms.pdftools -
-
Uses of CmsVfsNameBasedDiskCache in org.opencms.loader
Fields in org.opencms.loader declared as CmsVfsNameBasedDiskCache Modifier and Type Field Description protected static CmsVfsNameBasedDiskCache
CmsImageLoader. m_vfsDiskCache
The disk cache to use for saving scaled image versions. -
Uses of CmsVfsNameBasedDiskCache in org.opencms.pdftools
Subclasses of CmsVfsNameBasedDiskCache in org.opencms.pdftools Modifier and Type Class Description class
CmsPdfCache
Cache class for storing generated PDFs in the RFS.class
CmsPdfThumbnailCache
Cache for PDF thumbnails.
-