| Interface | Description |
|---|---|
| ArtifactStorage<T> |
| Class | Description |
|---|---|
| CsvFileStorage<T> | |
| FileStorage<T> |
Stores artifacts in the file system.
|
| JsonFileStorage<T> | |
| MemoryStorage<T> |
A generic storage holding entities in a hash map in memory.
|
| MixedStorage<T> | |
| TagFileStorage<T> |
Stores artifacts on the file storages based on tags.
|