Skip to content

Commit e514fda

Browse files
author
Rajesh Jinaga
committed
Update simpleflow diagram
1 parent b06d11b commit e514fda

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

HowSimpleflowWorks.puml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ skinparam component {
1616
ArrowColor #1d3ddb
1717
}
1818
: Input (Script, Argument)/
19-
: Determine cache key of the given script: \n Determine cache key based on hash value of the script \n or with the user supplied cache id;
19+
: Determine the cache key based on hash value of the script \n or with the user supplied cache ID \n [[api/#cache-options]];
2020

2121
if (Is the function \navilable in cache?) then (yes)
2222
:Get the function from cache;
@@ -27,7 +27,15 @@ partition " Compile \n& Cache" {
2727
note right: Uses\nFunction\nRegister
2828

2929
: Compile as a function\n with an input parameter;
30-
: Store generated function in cache;
30+
: Store generated function\n in cache;
31+
note right
32+
Default it uses
33+
sliding expiration
34+
caching strategy
35+
and with 3 minutes
36+
duration.
37+
[[api/#cache-options]]
38+
end note
3139
}
3240
endif
3341

0 commit comments

Comments
 (0)