TemporalDataService¶
com.imcode.imcms.domain.service
This service is designed to manage indexes and all types of cache.
See also
You can get acquainted with the cache in the Cache article.
See also
You can get acquainted with the indexing in the Apache Solr article.
Initialization¶
TemporalDataService temporalDataService = Imcms.getServices().getManagedBean(TemporalDataService.class);
Methods¶
void invalidatePublicDocumentCache();
void invalidateStaticContentCache();
void invalidateOtherContentCache();
long rebuildDocumentIndexAndGetDocumentsAmount();