Uses of Class
org.opencms.search.documents.CmsExtractionResultCache
Packages that use CmsExtractionResultCache
Package
Description
Handles indexing different sorts of document and resource type from the OpenCms VFS for the full text search.
-
Uses of CmsExtractionResultCache in org.opencms.search.documents
Methods in org.opencms.search.documents that return CmsExtractionResultCacheModifier and TypeMethodDescriptionA_CmsVfsDocument.getCache()
I_CmsDocumentFactory.getCache()
Returns the disk based cache used to store the raw extraction results.Methods in org.opencms.search.documents with parameters of type CmsExtractionResultCacheModifier and TypeMethodDescriptionvoid
A_CmsVfsDocument.setCache
(CmsExtractionResultCache cache) void
I_CmsDocumentFactory.setCache
(CmsExtractionResultCache cache) Sets the disk based cache used to store the raw extraction results.