Skip to content

Commit f26a421

Browse files
authored
Update caching.urm.puml
1 parent 7bc9187 commit f26a421

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

caching/etc/caching.urm.puml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ package com.iluwatar.caching {
1313
- LOGGER : Logger {static}
1414
+ App()
1515
+ main(args : String[]) {static}
16-
+ useCacheAsideStategy()
16+
+ useCacheAsideStrategy()
1717
+ useReadAndWriteThroughStrategy()
1818
+ useReadThroughAndWriteAroundStrategy()
1919
+ useReadThroughAndWriteBehindStrategy()
@@ -116,4 +116,4 @@ Node --> "-previous" Node
116116
AppManager --> "-cachingPolicy" CachingPolicy
117117
Node --> "-userAccount" UserAccount
118118
CacheStore --> "-cache" LruCache
119-
@enduml
119+
@enduml

0 commit comments

Comments
 (0)