File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1515 < script type ="module ">
1616 mermaid . initialize ( {
1717 theme : 'forest' ,
18+ layout : 'elk' ,
1819 startOnLoad : false
1920 } ) ;
2021 await mermaid . run ( {
Original file line number Diff line number Diff line change @@ -17,9 +17,10 @@ API *-- SalesforceManagerIntf : composition
1717API *-- DataCacheManagerIntf : composition
1818API *-- LoggerIntf : composition
1919DataCacheManager --|> DataCacheManagerIntf : implements
20- DataItemInCache --|> ItemInCache : implements
21- MetadataItemInCache --|> ItemInCache : implements
20+ DataCacheManagerIntf --> DataCacheItem : uses
2221Compressor --|> CompressorIntf : implements
22+ DataCacheManagerIntf --> CompressorIntf : uses
23+ DataCacheManagerIntf --> StorageIntf : uses
2324DataWithDependencies --|> Data : implements
2425DataFactory --|> DataFactoryIntf : implements
2526DataFactoryInstance --|> DataFactoryInstanceIntf : implements
You can’t perform that action at this time.
0 commit comments