Class CacheCleanupService
java.lang.Object
org.qubership.atp.dataset.service.jpa.model.CacheCleanupService
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DataSetListContextServiceprotected GridFsRepositoryprotected MacroContextService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidMethod called when request finished.voidvoidvoid
-
Field Details
-
dataSetListContextService
-
macroContextService
-
gridFsRepository
-
-
Constructor Details
-
CacheCleanupService
public CacheCleanupService()
-
-
Method Details
-
cleanAllLocalThreadCache
public void cleanAllLocalThreadCache()Method called when request finished. -
cleanMacroContextCache
public void cleanMacroContextCache() -
cleanDataSetListContextCache
public void cleanDataSetListContextCache() -
cleanGridFsServiceCache
public void cleanGridFsServiceCache()
-