add nextflow d30e48d
This commit is contained in:
22
nextflow/docs/developer/diagrams/nextflow.cache.mmd
Normal file
22
nextflow/docs/developer/diagrams/nextflow.cache.mmd
Normal file
@@ -0,0 +1,22 @@
|
||||
classDiagram
|
||||
%%
|
||||
%% nextflow.cache
|
||||
%%
|
||||
Session --* CacheDB
|
||||
|
||||
CacheDB --* CacheStore
|
||||
|
||||
CacheStore <|-- DefaultCacheStore
|
||||
CacheStore <|-- CloudCacheStore
|
||||
|
||||
class DefaultCacheStore {
|
||||
uniqueId : UUID
|
||||
runName : String
|
||||
baseDir : Path
|
||||
}
|
||||
|
||||
class CloudCacheStore {
|
||||
uniqueId : UUID
|
||||
runName : String
|
||||
basePath : Path
|
||||
}
|
||||
Reference in New Issue
Block a user