We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bc9187 commit f26a421Copy full SHA for f26a421
caching/etc/caching.urm.puml
@@ -13,7 +13,7 @@ package com.iluwatar.caching {
13
- LOGGER : Logger {static}
14
+ App()
15
+ main(args : String[]) {static}
16
- + useCacheAsideStategy()
+ + useCacheAsideStrategy()
17
+ useReadAndWriteThroughStrategy()
18
+ useReadThroughAndWriteAroundStrategy()
19
+ useReadThroughAndWriteBehindStrategy()
@@ -116,4 +116,4 @@ Node --> "-previous" Node
116
AppManager --> "-cachingPolicy" CachingPolicy
117
Node --> "-userAccount" UserAccount
118
CacheStore --> "-cache" LruCache
119
-@enduml
+@enduml
0 commit comments