TemporalDataService

In order to init TemporalDataService bean need to use - Imcms.getServices().getManagedBean(TemporalDataService.class)

Note

See also DocumentCache

Use API

void invalidatePublicDocumentCache();

void invalidateStaticContentCache();

void invalidateOtherContentCache();

long rebuildDocumentIndexAndGetDocumentsAmount();

long getAmountOfIndexedDocuments();

String getDateInvalidateDocumentCache() throws IOException;

String getDateStaticContentCache() throws IOException;

String getDateInvalidateContentCache() throws IOException;

String getDateDocumentReIndex() throws IOException;

String getDateAddedInCacheDocuments() throws IOException;

void addDocumentsInCache(HttpServletRequest request);

int getTotalAmountTextDocDataForCaching();