Package org.nuxeo.runtime.ts
Interface TransientDataStoreProvider
- All Superinterfaces:
TransientDataStore
- All Known Implementing Classes:
AbstractTransientDataStoreProvider
,KeyValueTransientDataStore
,MemTransientDataStore
,MongoDBTransientDataStore
Transient Data store SPI.
- Since:
- 2025.8
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
Clears the content of this Transient Data store provider.
-
Method Details
-
clear
void clear()Clears the content of this Transient Data store provider.
-